Dynamic Load Library 'IBM GSKit' could not be found on Windows 7 64 bit

Previous topic - Next topic

HenryJ


A customer are running the ArsWWWSerlvet as a .ear file in a WAS 7.0.0.31 on Windows 7 64-bit.
ODWEK for Windows are installed on the 64 bits Program Files: C:\Program Files\IBM\OnDemand Web Enablement Kit  and GSKit8 are installed on the 32-bit Program Files C:\Program Files (x86)\IBM\gsk8

Path, Classpath and Libpath are pointing to the 32bit ODWEK code in C:\Program Files\IBM\OnDemand Web Enablement Kit\lib32 and to the 32-bit GSKit on C:\Program Files (x86)\IBM\gsk8\lib and C:\Program Files (x86)\IBM\gsk8\bin

Logon to the OnDemand server (ARSSOCKD) from the ODWEK Logon page failes with messages:Dynamic Load Library 'IBM GSKit' could not be found
The same ArsWWWServlet .ear file are running successfully on a WAS on a 32-bit Windows 7.

From the arswww.trace:
ERROR .\arssock.c(2302)ArcSOCKETP_Startup:Error in socket communication buf=Wed Oct 19 13:00:46 2016: OnDemand(2302) -> loadlib errno = 0 rc = 4       
ERROR .\arssock.c(2538)ArcSOCKETP_Startup:Socket initialization failed
FLOW .\arscsvlg.c(5060)Logon:Return csv_rc=9,CSV_RC_MISC_ERROR csv_msgid=5,CSV_MSG_SERVER_DLL_NOT_FOUND 
:
ERROR .\arshtml.cpp(124)display_html_error:(null) msg=Dynamic Load Library 'IBM GSKit' could not be found ExtId=2087

---------------END OF TRACE-----------------------------------------

Any suggestion what is wrong?

Regards
Henry Johansen

Ed_Arnold

Henry - you might want to take a look at this append of mine where I talk about setting up the paths for Windows:

http://ODUG.net/index.php?topic=1938.msg7295#msg7295

Ed
#zOS #ODF

HenryJ

Ed

We have tried what you suggested, but the situation is unchanged.

Still get Dynamic Load Library 'IBM GSKit' could not be found when attempting to logon with ArsWWWSerlvet.

Henry