The Administrative Service logs all the user and system actions. Activities, such as errors, warnings, failures, recovery, starting or stopping any services are captured in the events log.
The following information is listed on Events:
Table 4. Information on the Events
Severity | The severity of events can be Info ( Informational message), Warning, or Error. | ||||
Event ID | A five-digit number that uniquely identifies an event. | ||||
Host | The host name of the machine where the source database management system (DBMS) is installed and running. | ||||
Source | The name of the transformation source. | ||||
Date and Time | The date and time when the event occurs. | ||||
Message | The outcome of the event. |
You can filter events based on the columns in the Events list. To filter the events, select the required filter value from the Filter drop-down list, and click Go. The search returns all the relevant events.
The events are also available in Windows System Event viewer. After installing the Runtime Administration, the Unisys Data Exchange node is created in the Event Viewer > Applications and Service Logs. For every event displayed on Events, a corresponding System Event, with the same information, is created in this node. This enables you to create your own program to monitor the System Event log to check the status of Data Exchange.
In the Administration Site Events, the Source column displays the source database whereas in the Event Viewer the Source displays the source application, which is the Administrative Service. In the Event Viewer, the source database details are displayed in Event Source in the General Tab.
The event data always contains 7 parameters. Some of the values may be empty if it is not applicable, but an empty data item still remains there.
An Event data is formatted as:
<EventData> <Data>The event description.</Data> <Data>The error details.</Data> <Data>The related transformations files.</Data> <Data>The 3 digit error ID.</Data> <Data>The source host name.</Data> <Data>The source database name.</Data> <Data>Diagnostic information for the error.</Data> </EventData>
The Event IDs and their descriptions are provided in the following table:
Table 5. Event ID and Description
Event ID | Type | Operation | EventLevel | Message |
---|---|---|---|---|
10000 | User Action | Start CDT | Info | Changed Data Transformation has started. |
10001 | Stop CDT | Info | Changed Data Transformation has stopped. | |
10002 | Start BDT | Info | Bulk Data Transformation has started. | |
10003 | Stop BDT | Info | Bulk Data Transformation has stopped. | |
10004 | BDT Completed | Info | Bulk Data Transformation has completed | |
10005 | Activate Transformation | Info | Transformation is activated. | |
10006 | Delete Transformation | Info | Transformation is deleted. | |
10007 | Deploy Transformation | Info | Transformation is deployed. | |
10008 | Deactivate Transformation | Info | Transformation is deactivated. | |
10009 | Restart BDT | Info | Bulk Data Transformation has restarted. | |
10010 | Resume CDT | Info | Changed Data Transformation has resumed. | |
11002 | CDT Paused | Warning | Changed Data Transformation has paused. | |
12000 | Start CDT Fail | Error | Failed to start Changed Data Transformation. | |
12001 | Stop CDT Fail | Error | Failed to stop Changed Data Transformation. | |
12002 | Start BDT Fail | Error | Failed to start Bulk Data Transformation. | |
12003 | Stop BDT Fail | Error | Failed to stop Bulk Data Transformation. | |
12004 | Activate Transformation Fail | Error | Failed to activate the transformation. | |
12005 | Delete Transformation Fail | Error | Failed to delete the transformation. | |
12006 | Deploy Transformation Fail | Error | Failed to deploy the transformation. | |
12007 | Deactivate Transformation Fail | Error | Failed to deactivate the transformation. | |
12008 | BDT Incomplete | Error | Bulk Data Transformation stopped due to an error. | |
12009 | TransformationNeedMigration | Error | The product has been upgraded to a higher version; All the transformations deployed previously need to be migrated. | |
12010 | Restart BDT Fail | Error | Failed to restart Bulk Data Transformation. | |
12011 | CommitError | Error | An <error> was detected when committing this transaction to target. Process automatically stopped. | |
20000 | Settings | Change System Settings | Info | Data Exchange System setting has been changed. |
20001 | Change Recovery Settings | Info | Recovery setting has been changed. | |
20002 | Change SMTP Settings | Info | SMTP Server setting has been changed. | |
20003 | Set Unknown State TXN | Info | The status of transaction(s) has been set to Committed/Uncommitted. | |
20004 | Change Statistics Settings | Info | Statistics setting has been changed. | |
20005 | Change Log Settings | Info | Log setting has been changed. | |
22000 | Unknown State TXN Detected | Error | Unknown status transaction(s) detected. | |
22001 | Change System Settings Fail | Error | Failed to change Data Exchange System setting. | |
22002 | Change Recovery Settings Fail | Error | Failed to change Recovery setting. | |
22003 | Change SMTP Settings Fail | Error | Failed to change SMTP Server setting. | |
22004 | Change Unknown State TXN Fail | Error | Failed to set status of transaction(s). | |
22005 | Change Statistics Settings Fail | Error | Failed to change Statistics setting. | |
22006 | Change Log Settings Fail | Error | Failed to change Log setting. | |
30000 | Recovery | Recovery Succeed | Info | Changed Data Transformation was restarted automatically and recovered from an error. |
31000 | Failed To Send Email | Warning | Failed to send a notification email. | |
31001 | Recovery Disabled | Warning | Recovery is disabled for this Changed Data Transformation session by user request. | |
32000 | Recovery Try To Restart | Error | Trying to restart Changed Data Transformation after encountering a runtime error. | |
32001 | Recovery Restart Fail | Error | Failed to restart Changed Data Transformation. | |
32002 | Recovery Try To Stop | Error | Changed Data Transformation stopped due to a runtime error. | |
32003 | Recovery Stop Fail | Error | Changed Data Transformation stopped after all restart attempts failed. | |
32004 | Disable Recovery Fail | Error | Failed to disable recovery for this Changed Data Transformation session. | |
42000 | Internal Failure | Internal Error | Error | Administrative Service encountered an internal error. |
42001 | Unexpected Exceptions | Error | Administrative Service has experienced an unexpected exception. |