Difference between revisions of "ARS0013E"
Jump to navigation
Jump to search
(Indital Edit.) |
(Added links to Message Reference Knowledge Centres) |
||
| Line 1: | Line 1: | ||
DB Error: text -- SQLSTATE=state, SQLCODE=code, File=file, Line=line | '''DB Error: text -- SQLSTATE=state, SQLCODE=code, File=file, Line=line''' | ||
This is a generic database error message. | This is a generic database error message -- CMOD passes along what little information it receives from the database engine on the error. | ||
To find more information on what's causing the error, check your database engine diagnostic logs. | To find more information on what's causing the error, check your database engine diagnostic logs. | ||
| Line 10: | Line 9: | ||
Refer to your local Database Administrator for assistance in resolving issues with your preferred database engine. | Refer to your local Database Administrator for assistance in resolving issues with your preferred database engine. | ||
[http://www-01.ibm.com/support/knowledgecenter/SSEPGG_10.5.0/com.ibm.db2.luw.messages.doc/doc/c0052007.html DB2 10.5 Messages Reference] | |||
[http://www-01.ibm.com/support/knowledgecenter/SSEPGG_10.1.0/com.ibm.db2.luw.messages.doc/doc/c0052007.html DB2 10.1 Messages Reference] | |||
[http://www-01.ibm.com/support/knowledgecenter/SSEPGG_9.8.0/com.ibm.db2.luw.messages.doc/doc/c0052007.html DB2 9.8 Messages Reference] | |||
[http://www-01.ibm.com/support/knowledgecenter/SSEPGG_9.7.0/com.ibm.db2.luw.messages.doc/doc/c0052007.html DB2 9.7 Messages Reference] | |||
[http://www-01.ibm.com/support/knowledgecenter/SSEPGG_9.5.0/com.ibm.db2.luw.messages.doc/doc/c0052007.html DB2 9.5 Messages Reference] | |||
Revision as of 01:24, 26 October 2014
DB Error: text -- SQLSTATE=state, SQLCODE=code, File=file, Line=line
This is a generic database error message -- CMOD passes along what little information it receives from the database engine on the error.
To find more information on what's causing the error, check your database engine diagnostic logs.
In DB2, the database server diagnostic logs can be found in the sqllib/db2dump directory, primarily in the db2diag.log file.
Refer to your local Database Administrator for assistance in resolving issues with your preferred database engine.
DB2 10.5 Messages Reference
DB2 10.1 Messages Reference
DB2 9.8 Messages Reference
DB2 9.7 Messages Reference
DB2 9.5 Messages Reference