ARS0013E

Revision as of 03:07, 9 May 2015 by Jderrick (talk | contribs) (Added an example and 'What happened?'.)

What was the error?

Message Number: 13

Message Name: ARS0013E

Message Text: DB Error: text -- SQLSTATE=state, SQLCODE=code, File=file, Line=line

Related Errors

arssockd (ARCHIVE): 05/09/15 02:43:30 73629 ARSLOAD  2 13 DB Error: [IBM][CLI Driver] CLI0122E  Program type out of range. SQLSTATE=HY003 -- SQLSTATE=HY003, SQLCODE=-99999, File=arsdoc.c, Line=4217

What were you doing?

Probably trying to start CMOD, after a new installation, upgrade, or database change. This can also happen when loading data into CMOD and the data presented to the database isn't what is expected. In the example above, a Generic Index File that contained a NULL value was being loaded.

What happened?

Whatever you were working on failed, because CMOD received a message from the database that it wasn't expecting. This is a "pass-through" error that CMOD records in the System Log to assist with troubleshooting & debugging. In many situations, even if the message from the database wasn't critical, CMOD interprets any unexpected message as an error, and stops processing.

Troubleshooting

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