Events and Errors

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 IDA five-digit number that uniquely identifies an event.
HostThe host name of the machine where the source database management system (DBMS) is installed and running.
SourceThe name of the transformation source.
Date and TimeThe date and time when the event occurs.
MessageThe 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 IDTypeOperationEventLevelMessage
10000User ActionStart CDTInfoChanged Data Transformation has started.
10001 Stop CDTInfoChanged Data Transformation has stopped.
10002 Start BDTInfoBulk Data Transformation has started.
10003 Stop BDTInfoBulk Data Transformation has stopped.
10004 BDT CompletedInfoBulk Data Transformation has completed
10005 Activate TransformationInfoTransformation is activated.
10006 Delete TransformationInfoTransformation is deleted.
10007 Deploy TransformationInfoTransformation is deployed.
10008 Deactivate TransformationInfoTransformation is deactivated.
10009 Restart BDTInfoBulk Data Transformation has restarted.
10010 Resume CDTInfoChanged Data Transformation has resumed.
11002 CDT PausedWarningChanged Data Transformation has paused.
12000 Start CDT FailErrorFailed to start Changed Data Transformation.
12001 Stop CDT FailErrorFailed to stop Changed Data Transformation.
12002 Start BDT FailErrorFailed to start Bulk Data Transformation.
12003 Stop BDT FailErrorFailed to stop Bulk Data Transformation.
12004 Activate Transformation FailErrorFailed to activate the transformation.
12005 Delete Transformation FailErrorFailed to delete the transformation.
12006 Deploy Transformation FailErrorFailed to deploy the transformation.
12007 Deactivate Transformation FailErrorFailed to deactivate the transformation.
12008 BDT IncompleteErrorBulk Data Transformation stopped due to an error.
12009 TransformationNeedMigrationErrorThe product has been upgraded to a higher version; All the transformations deployed previously need to be migrated.
12010 Restart BDT FailErrorFailed to restart Bulk Data Transformation.
12011 CommitErrorErrorAn <error> was detected when committing this transaction to target. Process automatically stopped.
20000SettingsChange System SettingsInfoData Exchange System setting has been changed.
20001 Change Recovery SettingsInfoRecovery setting has been changed.
20002 Change SMTP SettingsInfoSMTP Server setting has been changed.
20003 Set Unknown State TXNInfoThe status of transaction(s) has been set to Committed/Uncommitted.
20004 Change Statistics SettingsInfoStatistics setting has been changed.
20005 Change Log SettingsInfoLog setting has been changed.
22000 Unknown State TXN DetectedErrorUnknown status transaction(s) detected.
22001 Change System Settings FailErrorFailed to change Data Exchange System setting.
22002 Change Recovery Settings FailErrorFailed to change Recovery setting.
22003 Change SMTP Settings FailErrorFailed to change SMTP Server setting.
22004 Change Unknown State TXN FailErrorFailed to set status of transaction(s).
22005 Change Statistics Settings FailErrorFailed to change Statistics setting.
22006 Change Log Settings FailErrorFailed to change Log setting.
30000RecoveryRecovery SucceedInfoChanged Data Transformation was restarted automatically and recovered from an error.
31000 Failed To Send EmailWarningFailed to send a notification email.
31001 Recovery DisabledWarningRecovery is disabled for this Changed Data Transformation session by user request.
32000 Recovery Try To RestartErrorTrying to restart Changed Data Transformation after encountering a runtime error.
32001 Recovery Restart FailErrorFailed to restart Changed Data Transformation.
32002 Recovery Try To StopErrorChanged Data Transformation stopped due to a runtime error.
32003 Recovery Stop FailErrorChanged Data Transformation stopped after all restart attempts failed.
32004 Disable Recovery FailErrorFailed to disable recovery for this Changed Data Transformation session.
42000Internal FailureInternal ErrorErrorAdministrative Service encountered an internal error.
42001 Unexpected ExceptionsErrorAdministrative Service has experienced an unexpected exception.