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

Procedure

  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
    • Ascentn.SharePoint.WebParts_XRM.wsp (AgileXRM only)
    • FirmstepSharepointConnector.wsp (AgileForms only)
  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 
         "[AgilePoint Integration for SharePoint installation folder]\Ascentn.SharePoint.SettingsList.wsp" 
         –GACDeployment -FullTrustBinDeployment
    Update-SPSolution -Identity Ascentn.SharePoint.WebParts.wsp -LiteralPath 
         "[AgilePoint Integration for SharePoint installation folder]\Ascentn.SharePoint.WebParts.wsp" 
         –GACDeployment -FullTrustBinDeployment
    Update-SPSolution -Identity Ascentn.SharePoint.WFIntegration.wsp -LiteralPath 
         "[AgilePoint Integration for SharePoint installation folder]\Ascentn.SharePoint.WFIntegration.wsp" 
         –GACDeployment -FullTrustBinDeployment
    Update-SPSolution -Identity Ascentn.SharePoint.ListForm.wsp  -LiteralPath 
         "[AgilePoint Integration for SharePoint installation folder]\Ascentn.SharePoint.ListForm.wsp" 
         –GACDeployment -FullTrustBinDeployment

    SharePoint Integration for AgileForms only:

    Update-SPSolution -Identity FirmstepSharepointConnector.wsp  -LiteralPath 
         "[AgileForms Integration for SharePoint installation folder]\FirmstepSharepointConnector.wsp" 
         –GACDeployment -FullTrustBinDeployment
  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.