Select to view content in your preferred language

Error Installing ArcGIS Mapping for Sharepoint

2039
2
01-31-2011 11:52 AM
HansDorries
New Contributor
All the checkmarks in the verfication process are in green; the installation starts but then I get this error:

***** SOLUTION DEPLOYMENT *****

***** ERROR *****

ESRI.ArcGIS.Mapping.SharePoint.Installer.InstallException ---> ESRI.ArcGIS.Mapping.SharePoint.Installer.InstallException
   at ESRI.ArcGIS.Mapping.SharePoint.Installer.InstallProcessControl.WaitForJobCompletionCommand.Execute()
   --- End of inner exception stack trace ---
   at ESRI.ArcGIS.Mapping.SharePoint.Installer.InstallProcessControl.WaitForJobCompletionCommand.Execute()
   at ESRI.ArcGIS.Mapping.SharePoint.Installer.InstallProcessControl.TimerEventInstall(Object myObject, EventArgs myEventArgs)
***** FEATURE DEACTIVATION *****

***** SOLUTION RETRACTION *****



Any suggestions?

Thanks!
0 Kudos
2 Replies
keobakileMothobi
Emerging Contributor
I have a similar problem, anyone out there to assist,
0 Kudos
ShwetambariGulhane
New Contributor
Try doing the manual deploy of the solution file.

Follow the steps below to deploy the solution file:
1) First, uninstall the solution file using the installer.exe
2) Restart the SharePoint machine
3) At the command line prompt, manually deploy the solution file by using the following commands
stsadm -o addsolution -filename \ESRI.ArcGIS.Mapping.SharePoint.wsp
stsadm -o deploysolution -name ESRI.ArcGIS.Mapping.SharePoint.wsp -url http://:>

Note: change the path to  "%COMMONPROGRAMFILES%\microsoft shared\web server extensions\12\bin" to access the stsadm.exe

Documentation regarding the commands for reference
http://technet.microsoft.com/en-us/library/cc261956%28office.12%29.aspx
http://technet.microsoft.com/en-us/library/cc262459%28office.12%29.aspx
http://technet.microsoft.com/en-us/library/cc263162%28office.12%29.aspx
0 Kudos