1,126
edits
(Added an example and 'What happened?'.) |
|||
| Line 7: | Line 7: | ||
Message Text: DB Error: text -- SQLSTATE=state, SQLCODE=code, File=file, Line=line | 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? == | == 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 == | == Troubleshooting == | ||