UBR_MGR_COMP_STOP
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 |
|
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:
| |
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:
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
- Client digital certificate information is provided only if the client provided a digital certificate.
- A case dependent value.