Spotfire® Automation Services User Guide

Client Job Sender monitoring

When running Automation Services jobs with the Client Job Sender, the results of the jobs can be found in the log file Spotfire.Dxp.Automation.ClientJobSender.exe.log.

This log is available in two places:
  • In the same directory as the Client Job Sender files.
  • On the Spotfire Server web administration pages, by clicking View logs for the Automation Services instance under Monitoring & Diagnostics or Nodes & Services.
The Spotfire Automation Services Client Job Sender returns a code reporting if a job succeeded or failed. If the job failed, the return code also returns a message indicating how it failed. The return values are stored in the ERRORLEVEL environment variable.

These are the valid return codes:

Return code value Return code Message
0 Success The job succeeded.
1 CommandLineParameterError An incorrect command-line parameter was supplied.
2 ServerExecutionError The job failed on the server.
3 ClientExecutionError The client failed to send the job to the server.