Article ID: 63864
Article Type: Troubleshooting
Last Modified:
Pre/Post scan/backup script causes backup to fail with error code 7:75
This error appears when a subclient has a script configured to run either before or after the Scan operation and/or Backup operation. There could also be more than one script configured (i.e. Before the scan and after the backup).
The error code indicates something in the script is failing, and therefore the backup fails. Since the script is generally provided by another author, the job does not show what portion of the script failed, only that it completed with a nonzero error (0 signifies successful completed, so anything other than 0 is a failure).
To find out what has failed, you'll need to speak to the script author, though it can also be a simple permissions issue.
Open the properties of the subclient in question and edit the pre-scan command like below (where 'prescript.bat' is replaced with the entire path of the script that is already there): prescript.bat 1>> C:\std.out 2>> C:\stderr.out
Now, rerun the job that failed. This will create 2 files that show the output of your script as well as the error message.