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.
i have convert by database instance from 32bit to 64bit
which is done successfully
db2start works fine
after that any thing it gives error db2levelexec(): 0509-036 Cannot load program db2level because of the following errors:
0509-150 Dependent module /usr/opt/db2_08_01/lib/libdb2osse.a(shr_64.o
) could not be loaded.
0509-152 Member shr_64.o is not found in archive db2 connect
exec(): 0509-036 Cannot load program db2 because of the following errors:
0509-022 Cannot load module /db2data/uding604/sqllib/lib/libdb2.a(shr_64
.o).
0509-150 Dependent module /usr/opt/db2_08_01/lib/libdb2trcapi.a(shr_64
.o) could not be loaded.
0509-152 Member shr_64.o is not found in archive
0509-022 Cannot load module db2.
0509-150 Dependent module /db2data/uding604/sqllib/lib/libdb2.a(shr_64
.o) could not be loaded.
0509-022 Cannot load module .
kindly suggest
regds
Paul
on which platform with which bit level ?
for unix there is something additional todo to point to correct lib-dll....
in the migration guide there is a chapter about this
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified http://www.infocura.be
Did you use "db2iupdt -w 64" to convert your instance from 32-bit to 64-bit? Was the instance stopped? Did it complete successfully?
It looks like the library path have 32-bit libraries in them. Try to source your .profile (. .profile) and then check path/libpath. As a test, you can try creating and starting a brand new 64-bit instance.
bella ,
u r Correct the .profile which was set in /etc/profile was pointing to 32 bit lib
In db2 instance user .profile the lib path was not define, so it was taking the default path, when modified to lib64 its working.
thanks again for the reply
regds
Paul