The WebSphere® DataStage™ and QualityStage Director is the client component that validates, runs, schedules, and monitors jobs that are run by the WebSphere DataStage server.
Running jobs with the WebSphere DataStage and QualityStage Director includes the following tasks:
The Director client includes a monitoring tool that displays processing information. As Figure 1 shows, the Monitor Job Status window displays the following details:
A monitor window is available before a job starts, while it is running, or after it completes. You can monitor multiple jobs at the same time with multiple monitor windows.
The job log file is updated when a job is validated, run, or reset. The log file is valuable for troubleshooting jobs that fail during validation or that end abnormally.
Each log file describes events that occurred during the last (or previous) runs of the job. Figure 2 shows a graphical view of the log. The most recent or current run is shown in black, the previous run is shown in dark blue, and the others are in light blue. Entries are written to the log at these intervals:
When an event is selected from the job log, you can view the full message in the Event Detail window, as Figure 3 shows. This window contains a summary of the job and event details.
You can use the window to display related jobs. You can also filter items in the log by time and event types, such as warnings.
You can start, stop, and monitor WebSphere DataStage jobs from the command line and by using an extensive API.
The Command stage is an active stage that can run various external commands, including WebSphere DataStage engine commands, programs, and WebSphere DataStage jobs from anywhere in the WebSphere DataStage data flow.
You can run any command, including its arguments, by using the native command window (shell) of the operating system, such as Windows NT® or UNIX®. Examples include Perl scripts, DOS batch files, UNIX scripts, and other command-line executable programs that you can call if they are not interactive.
Command line, API, and Web service interfaces also exist to return job monitoring information, as text or XML.