UCMSRV_JOB_STOP (201)


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:

  • 0 = false (clientUserId is not case sensitive).
  • 1 = true (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:

  • Normal (1)
  • Abnormal (2)

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:

  • CMD (1)
  • SCRIPT (2)

jobLoginEnvironment

Specification for whether or not a login environment was established for the job.

Possible values are:

  • 0 - Job ran with the Login Environment option off.
  • 1 - Job ran with the Login Environment option on.

jobType

Type of job requested by the UCMD Manager.

Valid values are:

  • shell: Job is executed by a shell environment, such as Windows CMD.EXE, UNIX Bourne or Korn shell, or z/OS USS shell.
  • stc: Job is a z/OS started task.
  • cmdref: Job is a UCM Server command reference.

jobUserId

2

User identifier with which the job executed.

jobUserIdCaseSensitive

Indication of whether or not jobUserId is case sensitive:

  • 0 = false (jobUserId is not case sensitive).
  • 1 = true (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:

  • 0 - Job did not execute in Manager Fault Tolerant mode.
  • 1 - Job executed in Manager Fault Tolerant mode.

networkFaultTolerant

Specification for whether or not the UCMD Server ran with the Network Fault Tolerant protocol.

Possible values are:

  • 0 - Job did not execute in Network Fault Tolerant mode.
  • 1 - Job executed in Network Fault Tolerant mode.

startDateTime

UTC date and time the job started.

stopDateTime

UTC date and time the job stopped.

Notes

  1. Digital certificate information is only provided if the client provided a digital certificate.
  2. A case-dependent value.
  3. A case-dependent value, but for pre-3.2 clients, the value is always considered case sensitive.