I have a similar problem with SQLServer database connection. My laptop and desktop have similar configurations (Win/XP/Pro, WM 6.1, SQLServer 2000). Both are on a local network but I am testing jdbc connectivity within localhost (IS and SQLServer on the same machine).
My laptop works fine but my desktop gives the follwing error when I test the pool aliases:
IS Admin—>JDBC Pools–>Functional Alias Definition–>DocumentHistory–>Test
Restart Function DocumentHistory Failed
[Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.
I added the following line to server.cnf
watt.server.jdbc.driverList=sqlserver.jdbc.driver.SQLServerDriver
The following jar files exist in [IS home]\lib\jars folder
msbase.jar
mssqlserver.jar
msutil.jar
sl53_cj33.jar
When I test the connection to the wm database via a java service I get the following error:
TestConnection - Error: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.java.lang.NullPointerException
Any suggestions?
#Integration-Server-and-ESB#Adapters-and-E-Standards#webMethods