Monday, June 14, 2010

STSAdm Backup Script not working in Windows Server 2008 Task Scheduler





I have my SharePoint backup script created as a backup.bat (batch file stored in 12\bin folder) and the same script that was working in a Windows Server 2003 machine did not work in Windows Server 2008 Task Scheduler.... oops, that was really painful and the worst part is the task history is not reporting any failure. It was finally a silly problem - I had to just add cd c:\Program files...12\bin folder line above the stsadm backup command! - it is not working like a breeze!!!

No comments:

Post a Comment