Item 39 of 45 Previous | Next

2
Vote

Timeout error

description

Hi

When deploying on a production server, the client gets this error. Can someone shed more light please:

***** ERROR *****
Timeout error
CodePlex.SharePointInstaller.InstallException: Timeout error at CodePlex.SharePointInstaller.InstallProcessControl.WaitForJobCompletionCommand.Rollback()
at CodePlex.SharePointInstaller.InstallProcessControl.TimerEventRollback(Object myObject, EventArgs myEventArgs)

Thanks

No files are attached

comments

khabba wrote Jan 16 2009 at 12:28 PM

Check if the Windows SharePoint Services Timer runs under an account that has the appropriate rights to run.

kliemohn wrote Aug 20 2008 at 4:18 PM

See also: http://www.codeplex.com/sharepointinstaller/WorkItem/View.aspx?WorkItemId=11058.

tudy5102 wrote Mar 26 2008 at 7:57 AM

Is your solution deploying DLL-s to the GAC which are also used by someone else? My solution is deploying a dll which is also used by the timer job, and I cannot uninstall nor repair the solution with this installer until I completly disable the timer job.
Hope it helps,
Tudor