KS2
14 years agoLevel 5
Bpstart notify failed 73
Backup failed with error 73 - The bpstart_notify script returned a nonzero exit code.
How to verify script has run properly? How to troubleshoot this script issue on netbackup?
Please suggest.
ECHO %errorlevel% > %6
to
ECHO 0 > %6
and see if that doesn't work