Manually Upgrading SharePoint Integration v2 Using PowerShell

If you meet the prerequisites in this topic, you must manually upgrade AglePoint SharePoint Integration. This topic describes the manual upgrade procedure using PowerShell commands.

Prerequisites

Instructions

  1. On a machine where you extracted the AgilePoint Upgrade installer, navigate to the folder [AgilePoint installer files]\Net20\SharePointv2\.
  2. Copy the following files to your primary SharePoint server machine:
    • Ascentn.SharePoint.SettingsList.wsp
    • Ascentn.SharePoint.WebParts.wsp
    • Ascentn.SharePoint.WFIntegration.wsp
    • Ascentn.SharePoint.ListForm.wsp
  3. Open the PowerShell command line tool.

    For SharePoint 2013, the default location is Start > Microsoft SharePoint 2013 Products > SharePoint 2013 Management Shell.

  4. On the primary SharePoint front-end web server, in the PowerShell command line tool, upgrade the SharePoint Solution files.
    Update-SPSolution -Identity Ascentn.SharePoint.SettingsList.wsp 
         -LiteralPath "[path]\Ascentn.SharePoint.SettingsList.wsp" 
         –GACDeployment -FullTrustBinDeployment
    Update-SPSolution -Identity Ascentn.SharePoint.WebParts.wsp 
         -LiteralPath "[path]\Ascentn.SharePoint.WebParts.wsp" 
         –GACDeployment -FullTrustBinDeployment
    Update-SPSolution -Identity Ascentn.SharePoint.WFIntegration.wsp 
         -LiteralPath "[path]\Ascentn.SharePoint.WFIntegration.wsp" 
         –GACDeployment -FullTrustBinDeployment
    Update-SPSolution -Identity Ascentn.SharePoint.ListForm.wsp 
         -LiteralPath "[path]\Ascentn.SharePoint.ListForm.wsp" 
         –GACDeployment -FullTrustBinDeployment

    The variable [path] represents the path on your SharePoint server where you copied the SharePoint solution files.

  5. On each SharePoint machine that is a front-end web server, in the PowerShell command line tool, execute the following command:
    Install-SPApplicationContent
  6. Do one of the following:
    • For AgilePoint Server running in IIS mode, reset IIS.
    • For AgilePoint Server running in Windows Service mode:
      1. Stop IIS.
      2. Restart the Windows service for the AgilePoint Server instance.
      3. Start IIS.