UCMSRV_JOB_STOP
The event is generated when a job has stopped. The job process executes the work requested by the Universal Command Manager.
UCMSRV_JOB_STOP Event Header
Field Name | Description |
---|---|
eventCategory | Stop |
eventSeverity | Informational |
eventTopic | Job |
eventType | 201 |
(Source Fields) | Job that stopped. |
(Reporter Fields) | UCM Server that started the job. |
UCMSRV_JOB_STOP Event Body
Field Name | Notes | Description |
---|---|---|
certId | Certificate map identifier that the client certificate was mapped to by the Universal Access Control List cert_map entries. | |
clientCertIssuer | 1 | Issuer field of the digital certificate provided by the UCMD Manager. |
clientCertSerialNo | 1 | Serial number of the digital certificate provided by the UCMD Manager. |
clientCertSubject | 1 | Subject field of the digital certificate provided by the UCMD Manager. |
clientIpAddr | IP address from which the UCMD Manager's socket connection was established. | |
clientUserId | 2, 3 | User identifier of the UCMD Manager. |
clientUserIdCaseSensitive | Indication of whether or not clientUserId is case sensitive:
| |
clientWorkId | Work identifier of the UCMD Manager. | |
elapsedTime | Number of seconds in which the job executed. The value may be zero if the job ran less than a second, resulting in the start and end time not changing at the 1 second resolution. | |
exitCode | Final exit code of the job as reported by operating system. | |
exitStatus | Final exit status of the job as reported by the operating system. Valid values are:
An abnormal end indicates the job was interrupted by the operating system before it completed processing. Examples of abnormal exits are, for example, UNIX signals, Windows exceptions, and z/OS ABENDs. | |
jobCommand | Command line used to start the job. The field is relevant only if the jobFormat value is CMD. | |
jobFormat | Format of job requested by the UCMD Manager. Valid values are:
| |
jobLoginEnvironment | Specification for whether or not a login environment was established for the job. Possible values are:
| |
jobType | Type of job requested by the UCMD Manager. Valid values are:
| |
jobUserId | 2 | User identifier with which the job executed. |
jobUserIdCaseSensitive | Indication of whether or not jobUserId is case sensitive:
| |
jobWorkId | Work identifier of the job started by UCMD Server. | |
managerFaultTolerant | Specification for whether or not the UCMD Server ran with the Manager Fault Tolerant protocol. Possible values are:
| |
networkFaultTolerant | Specification for whether or not the UCMD Server ran with the Network Fault Tolerant protocol. Possible values are:
| |
startDateTime | UTC date and time the job started. | |
stopDateTime | UTC date and time the job stopped. |
Notes
- Digital certificate information is only provided if the client provided a digital certificate.
- A case-dependent value.
- A case-dependent value, but for pre-3.2 clients, the value is always considered case sensitive.