Add, Deploy, and Activate the SharePoint Solution Files

You can skip this section if you are installing the AgileForms SharePoint Integration via the AgilePoint installer.

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. in the stsadm command line tool, add the solution files to SharePoint.
    stsadm –o addsolution –filename
         AgilePoint.AgileForms.WebParts.wsp
    Note: You can copy the wsp files to [SharePoint server extensions folder]\BIN and use the command as shown above, or specify the path in the command to the location of the wsp files.
  2. On the primary SharePoint front-end web server, in the stsadm tool, deploy the solution files to SharePoint.
    stsadm -o deploysolution -name 
         AgilePoint.AgileForms.WebParts.wsp -immediate -allowgacdeployment 
         -url "[Site Collection URL]"
  3. Execute from command line at the following directory [SharePoint server extensions folder]\BIN:
    stsadm –o copyappbincontent
  4. in the stsadm tool, activate the features.
    stsadm -o activatefeature -name AgilePoint.AgileForms.WebParts  
         -url "[Site Collection URL]" –force
Note: If you receive an error during the activation, such as access denied, reset IIS and then try again.
Note: If a new Site Collection is created, it is necessary to active the AgilePoint Features manually.