Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

TPINIT error Unable to establish WSH connection 0x000221150afea683

988032Jan 30 2013 — edited Jan 31 2013
Dear All,
we have applications deployed using tuxedo. All the applications are in working condition, but one new application is deployed with same parameters of working applications but on new client application on Windows 2008 server.
This application cannot access the tuxedo server and giving following error.

152035.WEBAPP!?proc.4020.3152.0: 01-30-2013: Tuxedo Version 11.1.1.2.0 with VS2010, 64-bit
152035.WEBAPP!?proc.4020.3152.0: LIBWSC_CAT:1064: ERROR: Unable to establish WSH connection 0x000221150afea683
152035.WEBAPP!?proc.4020.3152.0: LIBWSC_CAT:1055: ERROR: Unable to establish WSL connection
152035.WEBAPP!?proc.4020.3152.0: LIBWSC_CAT:1027: ERROR: Unable to connect to WSH
152035.WEBAPP!?proc.4020.3152.0: LIBWSC_CAT:1020: ERROR: Unable to obtain authentication level

The same application is working on 32 bit 2003 server. and only changed this in 64 bit 2008 server.
My .bat file on the client is as follows. The tuxedo server is already serving all other clients except this one. Server version is tuxedo10gR3. Firewall on this client is also disabled

cls
set APPDIR=C:\bea\prs\
set WSNADDR=//202.25.16.11:7025

set TUXDIR=C:\\bea\\tuxedo11gR1_VS2010
set PATH=%TUXDIR%\\bin;%APPDIR%;%PATH%
set LD_LIBRARY_PATH=%TUXDIR%\\lib
@echo on
echo "Processing online recovery file: " %2
echo %TUXDIR%
echo %WSNADDR%
echo %LD_LIBRARY_PATH%
cd C:\bea\prs
c:
C:\bea\prs\prs.exe %1 %2 %3 %4

Edited by: user6951085 on Jan 30, 2013 2:42 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 28 2013
Added on Jan 30 2013
1 comment
2,862 views