1 - Job/request successful
3 - Error parsing XML parameters file
5 - Bad account or password
Request and receive audit requests
Receive audit sends a request to an offsite vendor to verify that the list of media sent
in the request matches media for your account currently in the offsite vendor’s
possession.
Request type = 3: The XML parameters file conforms to the Request Audit DTD. The
script must create the specified XML results file in compliance with the Audit List DTD.
Request type = 4: The XML parameters file conforms to the Offsite List DTD.
On exit, your script must return one of these result codes:
1 - Job/request successful (request type 4)
2 - Job/request successful with a result file to process (request type 3)
3 - Error parsing XML parameters file
5 - Bad account or password
Status checking requests
Status checking requests are electronic requests to the offsite vendor to monitor the
progress of a previously submitted media transit.
The XML parameters file conforms to the JobStatus.dtd file.
If the job being monitored has completed and has results to return (for example, the
offsite vendor had media exceptions when performing the job), the script must create
the specified XML results file in compliance with StatusResults.dtd.
On exit, your script must return one of these result codes:
1 - Job/request successful
2 - Job/request successful with a result file to process
3 - Error parsing XML parameters file
4 - Job is still running
5 - Bad account or password
6 - No transit job exists (causes the job to be transmitted again)
User guide 147