SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Message Handling
HP NonStop SQL/MX Messages Manual—523730-004
1-2
Non-SQLCODE Error Messages
•
Look up a message by its SQLCODE.
•
Display information for a message, including its SQLCODE, the SQLSTATE values
for the SQLCODE, and the message text.
For further information about the ERROR command, see the SQL/MX Reference
Manual. For detailed cause, effect, and recovery information for error messages, refer
to this manual.
Non-SQLCODE Error Messages
Non-SQLCODE error messages are listed in Appendix A of this manual and include
messages generated by the InstallSqlmx script, Metadata Migration utility, and the
MXGNAMES utility. The format for these messages are: the process that generates the
error, followed by an error number and a descriptive text:
Messages That Report a Guardian File-system Error
For further information about messages that report a Guardian file-system error, see
the Guardian Procedure Errors and Messages Manual. Information about the error can
also be found using the TACL “error” command. This command can be either used
directly from TACL, for example:
$DATA14 HANLON 10> error 73
0073 [EGUARDIAN LOCKED] The disk file or record is locked.
or invoked from an OSS prompt:
/usr/mhanlon: gtacl -c 'error 73'
0073 [EGUARDIAN LOCKED] The disk file or record is locked.
or invoked using mxci, with the “sh” command and gtacl:
>>sh gtacl -c 'error 73';
0073 [EGUARDIAN LOCKED] The disk file or record is locked.
Install0018: A processor on the system does not meet the
hardware requirements for SQL/MX.