If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Unexpected cryptographic error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-26-07, 22:52
db2user db2user is offline
Registered User
 
Join Date: Dec 2002
Posts: 123
Unexpected cryptographic error

Hi,

Does anyone know why I would be getting this error in the db2diag.log dump file..?

2007-12-27-03.44.44.039817+000 I240529E452 LEVEL: Error
PID : 27796 TID : 47971749840176
FUNCTION: DB2 Common, Cryptography, cryptContextRealInit, probe:40
MESSAGE : ECF=0x90000403 Unexpected cryptographic error
DATA #1 : Hex, 4 bytes
0x4
DATA #2 : Hex, 4 bytes
0x0
DATA #3 : Hex, 4 bytes
0x0
DATA #4 : String, 104 bytes
/home/db2inst1/sqllib/lib/icc/icclib/libicclib.so: cannot open shared object file: No such file or directory


What does cryptographic error mean? Thanks!
Reply With Quote
  #2 (permalink)  
Old 12-27-07, 02:39
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
It is an "unexpected error". However, the DATA #4 tells you exactly what is wrong: DB2 can't find libicclib.so in your instance directory. Since sqllib/lib/ may point to the global DB2 installation (I don't know for sure because you didn't care to mention your platform), I guess that you have an incomplete DB2 installation. I would download the latest FixPak and apply that. Then make sure that libicclib is present under /opt/IBM/db2/... (or whereever you installed DB2).
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On