I am trying to automate erasing the tape before each backup. Ideally I want to kick off a bat file from a pre job within the backup to do this. My bat file contains the following:
"c:\Program Files\CA\BrightStor ARCserve Backup\ca_devmgr.exe" -erase 3 11 qz
If I run the bat file outside the job I receive the following error:
Command failed. User 'administrator@frpeda01' not validated in authentification server on host: frpeda01.
I don't see any parameters where I can pass the credentials so I thought I could specify them in the pre/post part of the backup job.
However, If I try to run the bat file from a pre job within the backup it writes to the log that it executes it, no errors, but when you check the tape it has not been erased.
Any ideas on how I can get this to work?
Thanks
"c:\Program Files\CA\BrightStor ARCserve Backup\ca_devmgr.exe" -erase 3 11 qz
If I run the bat file outside the job I receive the following error:
Command failed. User 'administrator@frpeda01' not validated in authentification server on host: frpeda01.
I don't see any parameters where I can pass the credentials so I thought I could specify them in the pre/post part of the backup job.
However, If I try to run the bat file from a pre job within the backup it writes to the log that it executes it, no errors, but when you check the tape it has not been erased.
Any ideas on how I can get this to work?
Thanks