Difference between revisions of "ARS0013E"

From CMOD.wiki
Jump to navigation Jump to search
(Added links to Message Reference Knowledge Centres)
(Inserted 'Message Text'.)
Line 1: Line 1:


'''DB Error: text -- SQLSTATE=state, SQLCODE=code, File=file, Line=line'''
Message Text:  '''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.
This is a generic database error message -- CMOD passes along what little information it receives from the database engine on the error.

Revision as of 01:25, 26 October 2014

Message Text: 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