The following table lists the event codes and describes the data that the DataConnector operator passes to the notify exit routine for each event. The information in this table is also sent to the system log.
To support future enhancements, always verify that your notify exit routines ignore invalid or undefined event codes, and that they do not cause the operator to terminate abnormally.
Event Code | Event | Notification Level | Event Description | ||
---|---|---|---|---|---|
Low | Med | High | |||
0 | Initialize | Yes | Signifies successful processing of the notify feature.
The following offset fields contain the byte offsets to data items in the event record that are null terminated strings. Given the address of the event record, the address of such a string can be obtained from the offset.
|
||
1 | Directory Scan Complete | Yes | Signifies successful processing of a scan for file names in a directory.
The following offset fields contain the byte offsets to data items in the event record that are null terminated strings. Given the address of the event record, the string address of each data item can be obtained from its offset.
|
||
2 | File Read Complete | Yes | Signifies successful processing of a file in the file list.
The following offset fields contain the byte offsets to data items in the event record that are null terminated strings. Given the address of the event record, the address of such a string can be obtained from the offset.
|
||
3 | Checkpoint | Yes | Signifies successful processing of a checkpoint.
The following offset fields contain the byte offsets to data items in the event record that are null terminated strings. Given the address of the event record, the string address of each data item can be obtained from its offset.
|
||
4 | Terminate | Yes | Signifies successful termination of the notify feature.
|