UCMSRV_WORK (205)


The event is generated by Universal Command (UCM) Server to log the work it has performed.

UCMSRV_WORK Event Header

Field Name

Description

eventCategory

Log

eventSeverity

Informational

eventTopic

Component

eventType

205

(Source Fields)

UCM Server that performed the work.

(Reporter Fields)

UCMSRV_WORK Event Body

Field Name

Notes

Description

clientCertIssuer

1

Issuer field of the digital certificate provided by the UCM Manager.

clientCertSerialNo

1

Serial number of the digital certificate provided by the UCM Manager.

clientCertSubject

1

Subject field of the digital certificate provided by the UCM Manager.

clientIpAddr

IP address from which the UCM Manager's socket connection was established.

clientUserId

2, 3

User identifier of the UCM 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 UCM Manager.

controlCipher

SSL/TLS cipher suite used for the control session between the UCM Manager and Server.

forceComplete

Specification for whether or not the UCM Server performed a force completion request.

jobCommand

Command used to start the job. The field is relevant only if the jobFormat value is CMD.

jobElapsedTime

Number of seconds that the job executed. The value may be zero if the job ran less than a second.

jobExitCode

Exit code of the job as reported by the operating system.

jobExitStatus

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 include UNIX signals, Windows exceptions, and z/OS ABENDs.

jobFormat

Format of the job request.

Valid values are:

  • CMD (1)
  • SCRIPT (2)

jobLoginEnvironment

Specification for whether or not a login environment was established in which to execute the job.

Possible values are:

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

jobStartDateTime

UTC time the job started.

jobStopDateTime

UTC time the job stopped.

jobType

Type of job requested.

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

User identifier with which the job executed.

jobWorkId

Work identifier of the job.

managerFaultTolerant

Specification for whether or not the UCM Server is in Manager Fault Tolerant mode.

Possible values are:

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

messageLevel

Message level with which UCM Server is executing.

networkFaultTolerant

Specification for whether or not the UCM Server is in Network Fault Tolerant mode.

Possible values are:

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

restarted

Specification for whether or not the UCM Server was restarted.

serverComponentId

Component identifier of the UCM Server with which the manager is communicating.

stderrCipher

SSL/TLS cipher suite used for the standard error session between the UCM Manager and Server.

stderrCompression

Compression method used for the standard error session between the UCM Manager and Server.

stderrMode

Data translation mode used for the standard error session between the UCM Manager and Server.

stdinCipher

SSL/TLS cipher suite used for the standard input session between the UCM Manager and Server.

stdinCompression

Compression method used for the standard input session between the UCM Manager and Server.

stdinMode

Data translation mode used for the standard input session between the UCM Manager and Server.

stdoutCipher

SSL/TLS cipher suite used for the standard output session between the UCM Manager and Server.

stdoutCompression

Compression method used for the standard output session between the UCM Manager and Server.

stdoutMode

Data translation mode used for the standard output session between the UCM Manager and Server.

version

Version of the UCM Server program.

workId

Work identifier with which UCM Server is executing.

Notes

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