Add, Deploy, and Activate the SharePoint Solution Files

To install the solution files for AgilePoint BPMS using the SharePoint STSADM command line tool, do the following.

Prerequisites

Navigation

  1. Open the stsadm command line tool.
    • SharePoint 2007 - C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN\stsadm.exe
    • SharePoint 2010 - C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN\stsadm.exe

Instructions

  1. On the primary SharePoint front-end web server, in the stsadm command line tool, add the solution files to SharePoint.

    SharePoint Integration for AgilePoint:

    stsadm –o addsolution –filename 
         "[AgilePoint SharePoint Integration installation]\
         Ascentn.SharePoint.SettingsList.wsp"
    stsadm –o addsolution –filename 
         "[AgilePoint SharePoint Integration installation]\
         Ascentn.SharePoint.WebParts.wsp"
    stsadm –o addsolution –filename 
         "[AgilePoint SharePoint Integration installation]\
         Ascentn.SharePoint.WFIntegration.wsp"
    stsadm –o addsolution –filename 
         "[AgilePoint SharePoint Integration installation]\
         Ascentn.SharePoint.ListForm.wsp"

    SharePoint Integration for AgileXRM only:

    stsadm -o addsolution -filename 
          "[AgilePoint SharePoint Integration installation]\
          Ascentn.SharePoint.WebParts_XRM.wsp"

    This copies the wsp files from the installation folder (The default location is [AgilePoint installation]\AgilePoint Integration for SharePoint.) to the home folder of the stsadm tool. You can specify a different path in the command.

  2. On the primary SharePoint front-end web server, in the stsadm tool, deploy the solution files to SharePoint.

    SharePoint Integration for AgilePoint:

    stsadm -o deploysolution -name ascentn.sharepoint.settingslist.wsp 
                 -immediate -allowgacdeployment -url "[Site Collection URL]"
    stsadm -o deploysolution -name Ascentn.SharePoint.ListForm.wsp 
         -immediate -allowgacdeployment -url "[Site Collection URL]" 
    stsadm -o deploysolution -name Ascentn.SharePoint.WebParts.wsp 
         -immediate -allowgacdeployment -url "[Site Collection URL]"
    stsadm -o deploysolution -name Ascentn.SharePoint.WFIntegration.wsp 
         -immediate -allowgacdeployment -url "[Site Collection URL]"

    SharePoint Integration for AgileXRM only:

    stsadm -o deploysolution -name 
          Ascentn.SharePoint.WebParts_XRM.wsp -immediate 
          –allowgacdeployment
  3. On each SharePoint machine that is a front-end web server, in the stsadm tool, execute the following command:
    stsadm –o copyappbincontent
  4. On the primary SharePoint front-end web server, in the stsadm tool, activate the features.

    SharePoint Integration for AgilePoint:

    stsadm -o activatefeature -name Agilepointsettingslistfeature 
         -url "[Site Collection URL]" –force
    stsadm -o activatefeature -name agilepointlistform 
         -url "[Site Collection URL]" -force
    stsadm -o activatefeature -name agilepointwebparts 
         -url "[Site Collection URL]" -force
    stsadm -o activatefeature -name agilepointwfintegration 
         -url "[Site Collection URL]" -force