I have a email that goes out when a backup job fails using the backup_exit_notify command and it seems to have stopped working as it originally was.
when I call the
bperror -S %5 >> %OUTF%
the description no longer is written to the text file.
Has anyone found the same problem of late or does someone see something with that line that is wrong that may have just made the call to the command no stable and my syntax is in error?
It writes the status code out fine and when I do the call in a normal prompt it still outputs the description. just not to a output file.
this is on a windows box.
here is the sec in question
Thanks for the help
___________________________________________________________________
onpnt.com
SELECT * FROM programmers WHERE clue > 0
(0 row(s) affected) -->faq333-3811
when I call the
bperror -S %5 >> %OUTF%
the description no longer is written to the text file.
Has anyone found the same problem of late or does someone see something with that line that is wrong that may have just made the call to the command no stable and my syntax is in error?
It writes the status code out fine and when I do the call in a normal prompt it still outputs the description. just not to a output file.
this is on a windows box.
here is the sec in question
Code:
@echo Technical information of error report >> %OUTF%
@echo CLIENT: %1 >> %OUTF%
@echo POLICY: %2 >> %OUTF%
@echo SCHEDULE: %3 >> %OUTF%
@echo DESCRIPTION >> %OUTF%
E:\VERITAS\NetBackup\bin\admincmd\bperror -S %5 >> %OUTF%
Thanks for the help
___________________________________________________________________
onpnt.com
SELECT * FROM programmers WHERE clue > 0
(0 row(s) affected) -->faq333-3811