dear all,
just wonder if anyone tested DB2 V8.1 FP4 under AIX 5.1 ML 5 ?
knowing that i tested DB2 V8.1 FP4 under Linux works fine !
Mainly i got 2 problems :
1. while using Xmanager from windowns machine to access the AIX machine, tyring to start up the db2cc i have this error :
[IBM] JDBC java.lang.UnsatisfiedLinkError: cannot find library
db2jdbc (libdb2jdbcr.a or .so) in java.library.path
java.lbrary.path=/usr/java131/jre/bin:/usr/java131/jre/bin/classic:/usr/lib
i found a dummy solution for it is to do :
export LIBPATH=/usr/lib:/lib:/home/db2inst1/sqllib/lib ; db2cc
it looks strange, but this happen only with CDE
2. while using the control center, somtimes i get this error
[IBM] CLI Dirver SQL1224N a database agent could not be started to service request, or was terminated as a result of database system shutdown or force command. SQLSTATE=55032
and i got this in db2diag.log :
2004-01-13-15.01.10.619925 Instance:db2inst1 Node:000
PID:13498(java) TID:1029 Appid:none
SQO Memory Management sqlocshr2 Probe:200
errno:
0x38FC2D24 : 0x00000018
2004-01-13-15.01.11.161802 Instance:db2inst1 Node:000
PID:13498(java) TID:1029 Appid:none
SQO Memory Management sqlocshr2 Probe:200
pSetHdl:
0x38FC2E94 : FFFF FFFF FFFF FFFF 0000 0000 003E 000B
0x38FC2EA4 : 0004 0000
i have checked the number of process DB2 use , the database manager is running, i still can connect using CLP (db2 connect to xyz user xx using yy )
can anyone help !!