Discussion:
SQL0969N
(too old to reply)
a***@att.net
2007-09-26 20:39:17 UTC
Permalink
I am getting following message while connecting a database using Command line or command center.

SQL0969N There is no message text corresponding to SQL error "-2079391739" in
the message file on this workstation. The error was returned from module
"SQLEUCCM" with original tokens ""


My database version is DB2 v8.1.9.917

Please help me!!!

Thanks
Knut Stolze
2007-09-27 09:11:12 UTC
Permalink
Post by a***@att.net
I am getting following message while connecting a database using Command
line or command center.
SQL0969N There is no message text corresponding to SQL error
"-2079391739" in
the message file on this workstation. The error was returned from module
"SQLEUCCM" with original tokens ""
This looks as if an internal ZRC is returned instead of a SQLCODE. Could
the following match with the actions you are currently taking and also with
what you see in the db2diag.log (possibly with DIAGLEVEL set to 4)?

$ db2diag -rc -2079391739

Input ZRC string '-2079391739' parsed as 0x840F0005 (-2079391739).

ZRC value to map: 0x840F0005 (-2079391739)
V7 Equivalent ZRC value: 0xFFFFC605 (-14843)

ZRC class :
Non-Critical Media Error (Class Index: 4)
Component:
SQLO ; oper system services (Component Index: 15)
Reason Code:
5 (0x0005)

Identifer:
SQLO_DNRD
Identifer (without component):
SQLZ_RC_DNRD

Description:
Device not ready.

Associated information:
Sqlcode -10019
SQL10019N The database cannot be accessed in the specified path.

Number of sqlca tokens : 0
Diaglog message number: 8705
--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Continue reading on narkive:
Loading...