|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Problem starting JDBC Adapter |
« View previous topic :: View next topic » |
Author |
Message
|
djeripo |
Posted: Tue May 10, 2005 10:32 am Post subject: Problem starting JDBC Adapter |
|
|
 Master
Joined: 25 Jan 2004 Posts: 225
|
Hi,
I am running JDBC Connector 2.6.0 with DB2 as backend database on Windows XP PRO.
Before,I was having DB2 version8.1 and Fixpac 5.My JDBC adapter was working fine before.Now When I upgraded DB2 with FP 7a,While starting JDBC Adapter, I get a windows pop-up saying,
java.exe - Entry Point Not Found
"The procedure entry poing sqlosplitcp2 could not be located in the dynamic link library DB2SYS.dll."
As there is new patch available for JDBC Connector,I upgraded it to 2.6.2 but still no luck.
Any inputs on this problem are greatly appreciated.
Thanks |
|
Back to top |
|
 |
djeripo |
Posted: Tue May 10, 2005 12:25 pm Post subject: SOLVED |
|
|
 Master
Joined: 25 Jan 2004 Posts: 225
|
The mistake I did was not to replace the latest db2jdbc.dll which comes with the installation of FixPac into the Adapters Bin directory. |
|
Back to top |
|
 |
vennela |
Posted: Tue May 10, 2005 3:07 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Actually, copying the dll is not a good idea. If there are dlls that are missing, you should include them in LIBPATH.
For example:
Code: |
set LibPath=%JRE_BIN%;"%WBIA_RUNTIME%"\bin;"%DB2_HOME%"\bin;"%MQ_LIB_RUNTIME%";"%ARMDLL_LIB%";%LibPath% |
That's what I did when I got the same error. I edited the above line to include "%DB2_HOME%"\bin" . The file I changed is start_adapter.bat in the %WBIA%\bin directory. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|