Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


The event is generated when a job has been started by the Universal Command Server. The job executes the work as requested by a Universal Command Manager. The job may be a command or script.

UCMSRV_JOB_START Event Header

Field Name

Description

eventCategory

Start

eventSeverity

Informational

eventTopic

Job

eventType

200

(Source Fields)

Job that started.

(Reporter Fields)

UCM Server that started the job.

UCMSRV_JOB_START 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.

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.

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.

  • No labels