Top
Systemwalker Operation Manager Quick Start Guide
FUJITSU Software

6.2 Monitoring a Job

Check the execution result of the job nets and jobs you executed.


  1. In the Job Selection window, select the "PRJ" project.

    The Gantt Chart window will be displayed. Check the status color to confirm that the "OKnet" job net terminated normally and the "NGnet" job net terminated abnormally.

  2. In the Job Selection window, select the "OKnet" job net.

    In the Job List window, confirm that the job terminated normally.

  3. In the Job Selection window, select the "NGnet" job net.

    In the Job List window, confirm that one job terminated normally and the other job terminated abnormally.


Take a more detailed look at the job net that terminated abnormally.


  1. In the Job Selection window, double-click the "NGnet" job net.

  2. The Monitor Job Net window will be displayed.

  3. Confirm that the "sample.bat" job terminated normally and the "sample.exe" job terminated abnormally.

  4. When the "sample.exe" job icon is double-clicked, the Monitor - Job window will be displayed.

  5. Select the Previous log tab. You can identify the cause of the error from Code, Description, and Job result (Standard output or standard error output).

    In the following example, you can see that the cause of abnormal termination was the non-existence of the set job (command).


In the Previous log tab for "sample.bat", which terminated normally, the string specified using "echo" in the command is output in Job result (Standard Output or Standard Error Output).