UBR_MGR_COMP_STOP (306)


The event is generated when the Broker detects a manager component has stopped.

UBR_MGR_COMP_STOP Event Header

Field Name

Description

eventCategory

Stop

eventSeverity

  • Informational (if the component ended successfully)
  • Warning (if the component ended unsuccessfully)

eventTopic

Component

eventType

306

(Source Fields)

Manager component that stopped.

(Reporter Fields)

Universal Broker with which the manager component registered.

UBR_MGR_COMP_STOP Event Body

Field Name

Notes

Description

clientCertIssuer

1

Issuer field of the digital certificate identifying the manager.

clientCertSerialNo

1

Serial number of the digital certificate identifying the manager.

clientCertSubject

1

Subject field of the digital certificate identifying the manager.

clientUserId

2

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

componentId

Component identifier the Broker assigns to the component.

elapsedTime

Number of seconds in which the manager component ended.

exitCode

Exit code with which the component ended as reported by the operating system.

exitStatus

Final exit status of the component as reported by the operating system.

Valid values are:

  • Normal (1)
  • Abnormal (2)

An abnormal end indicates the component was interrupted by the operating system before it completed processing. Examples of abnormal exits include UNIX signals, Windows exceptions, and z/OS ABENDs.

startDateTime

UTC date and time that the component started.

stopDateTime

UTC date and time that the component stopped.

Notes

  1. Client digital certificate information is provided only if the client provided a digital certificate.
  2. A case dependent value.