The following script was working fine but suddenly it comes up with the following error message.
Execute step BackupFolderToServer against machine Test05
2013-07-10 11:19:25 INFO Begin script run2013-07-10 11:19:25 DEBUG Running script against tentacle http://test05:10933/2013-07-10 11:19:28 ERROR Running job on the tentacle failed:2013-07-10 11:19:28 INFO Tentacle output follows:2013-07-10 11:19:27 INFO Error:2013-07-10 11:19:27 INFO Incorrect command line2013-07-10 11:19:27 INFO ==============================================2013-07-10 11:19:27 INFO PowerShell exit code: 72013-07-10 11:19:27 INFO ==============================================2013-07-10 11:19:27 ERROR Octopus.Shared.Activities.ActivityFailedException: PowerShell script returned a non-zero exit code: 7 at Octopus.Tentacle.Services.Jobs.Script.ScriptJobExecutor.Execute(ScriptJob job, JobState state) in c:\w\e6923628be6eaf72\source\Octopus.Tentacle\Services\Jobs\Script\ScriptJobExecutor.cs:line 52 at Octopus.Tentacle.Services.Jobs.JobQueue.RunDeploymentsOnBackgroundThread(Object ignored) in c:\w\e6923628be6eaf72\source\Octopus.Tentacle\Services\Jobs\JobQueue.cs:line 81
Don’t know how to figure out what is the problem as error message is not very clear. Please guide.