I am constantly getting errors trying to connect to SQL Server 2000 database on a Windows NT server.
I have installed and configured Merant Sequelink and Microsoft JDBC drivers but unable to resolve the issue. At the same time I have no difficulty running Logger adapter on Sun Solaris server and connecting to SQL Server 2000 on Windows NT Server.
//Settings for Logger adapter on Unix
databaseURL jdbc:sqlserver://162.70.73.25:2821;databaseName=tmloggerprod
databaseDriver com.wm.dd.jdbc.sqlserver.SQLServerDriver
//Settings on Windows NT server
Microsoft JDBC in classpath
C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib\msbase.jar;C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib\mssqlserver.jar;C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib\msutil.jar
I have tried all possible combinations and get different error messages
//Could not connect: No suitable driver
jdbc:merant.sqlserver://162.70.73.25:1433;databaseName=tmloggerprod
com.merant.datadirect.jdbc.sqlserver.SequeLinkDriver
//Could not connect: [MERANT][SequeLink JDBC Driver][SQL Server]internal error: Data source name not found and no default driver specified
jdbc:sequelink://162.70.73.25:19996;databaseName=tmloggerprod
com.merant.sequelink.jdbc.SequeLinkDriver
//NO SUITABLE DRIVER
jdbc:microsoft:sqlserver://162.70.73.25:1433;databaseName=tmloggerprod
com.microsoft.jdbc.sqlserver.SQLServerDriver
//Could not connect: [MERANT][SequeLink JDBC Driver][SQL Server]internal error: Data source name not found and no
default driver specified
jdbc:sequelink://162.70.73.25:19996;databaseName=tmloggerprod
com.microsoft.jdbc.sqlserver.SQLServerDriver
Any help is appreciated.
Ravi
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards