Setting up Jive for SharePoint / SharePoint-Side Setup |
We offer a manual deploy of the .wsp solution file, but it requires the assistance of a Jive Professional Services engineer.
When deploying to a multiserver farm, you need to manually deploy the .wsp solution file. The installer script has been developed for a single server farm. After a successful deployment, you should run the following commands:
STSADM.EXE -o installfeature -name Jive.Plugin.Deployment_FileEventFeature -force
The line installs the file receiver feature that enables Jive to know when a file has been uploaded or modified. This enables Jive for SharePoint to show activity in Jive.
STSADM.EXE -o installfeature -name Jive.Plugin.Deployment_FileEventJobFeature -force
This line installs the SharePoint timer job that sends the activities as a bulk to Jive.
STSADM.EXE -o activatefeature -name Jive.Plugin.Deployment_FileEventJobFeature -force
This activates the sharepoint timer job.
STSADM.EXE -o installfeature -name Jive.Plugin.Deployment_FileEventJobFeature -force
This line installs the SharePoint timer job that sends the activities as a bulk to Jive.
STSADM.EXE -o activatefeature -name Jive.Plugin.Deployment_FileEventJobFeature -force
This activates the SharePoint timer job.