Job log not displayed
The job log does not display when submitting conman
sj;stdlist and a wildcard is used in place of the workstation name if a previous
operation canceled the job stream related to that job. For example, consider the following scenario:
- Schedule a job stream named "jobstreamA" to run on workstation "workstationA". The job stream contains a job named "jobA".
- Cancel the job stream:
%cancel workstationA#jobsteramA - Display the job stream specifying a wild card, @, in place of the actual workstation
name:
%sj @#jobstreamA.jobA;stdlist
Cause and solution:
In a scenario where a job stream has been canceled and a request is made to display the job log
related to a job defined in that job stream, and a wild card is used in place of the workstation
name, the job log cannot be displayed. To work around this problem, avoid using a wild card in place
of the workstation name when requesting to display the job log and use instead the CPU name. For
example, in the scenario described, the following is the correct way to successfully display the job
log:
%sj workstationA#jobstreamA.jobA;stdlist