Hi
I’ve got problem with JDBC Pools on IS.
I can’t connect with JDBC to database which Ive created on local computer. IS is also localy.
Error message I get and don’t know why: "Test of ActiveTransfer failed [SoftwareAG][SQLServer JDBC Driver]The connection to the host localhost, named instance SQLEXPRESS has failed. Error: “Receive timed out”. Verify the server and instance names, check that no firewall is blocking UDP traffic to port 1434, and for SQL Server 2005 or later verify that the SQL Server Browser Service is running on the host. "
I’ve downloaded sqljdbc drivers and put them to WmJDBCAdapter\code\jars\ and auth dll into \Windows\System32.
Database URL is: jdbc:wm:sqlserver://localhost\SQLEXPRESS;databaseName=test;AuthenticationMethod=auto;Domain=MYDOMAIN
User ID: MYDOMAIN\
Pass:
and driver alias: DataDirect Connect JDBC SQL Server Driver.
I’m out of ideas how to resolve this problem