StorageTek 312564001 Water System User Manual


 
118 DB2 Manager User Guide
StorageTek Proprietary
Messages and Codes
DB2 Manager components communicate with the user through informational,
warning and error messages. All DB2 Manager messages begin with the characters
'OTD', followed by a 5-character numeric identifier. DB2 Manager messages may be
displayed on the system log or in an DB2 Manager print report.
DB2 Manager SQL interface processing (for storage, retrieval and deletion of
migrated rows) sets return and reason codes, using an SQL –652 error code, and a
two-byte reason code set in field SQLERRD(6) of the SQL Communication Area
(SQLCA).
This chapter documents all messages, categorized by DB2 Manager component,
and all SQL reason codes issued by DB2 Manager.
OTD100xx – table migration utility messages
Messages from the DB2 Manager table migration utility will be written to the SYSPRINT
dataset or the system log.
OTD10000 Row Migration Utility ended with completion code xx
Explanation: The DB2 Manager row migration utility has terminated. ‘xx’ gives the
job completion code. This can take the following values:
0 - the utility has been executed successfully.
4 - a warning condition has been encountered during processing of
the utility. A warning message will have been written to the
SYSPRINT dataset. The utility has been executed
successfully.
8 - an error condition has been encountered during processing of
the utility. An error message will have been written to the
SYSPRINT dataset. Execution of the utility has continued.
12 - a serious error has been encountered during processing of the
utility. An error message will have been written to the
SYSPRINT dataset. Execution of the utility has been
terminated.
Action: None. This is an informational message.
7