MS SQL connection problem with JDBC
Hi,
I am trying to connect to the JDBC driver. But i get the error below. Is it a problem related to the JDBC driver I deployed?
---
Error when attempting to get processing resources: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection to URL 'jdbc:microsoft:sqlserver://192.20.107.106:1433;databaseName=Northwind;': SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Login failed for user 'administrator'.
---
My connection parameter of JDBC:
com.microsoft.jdbc.sqlserver.SQLServerDriver
jdbc:microsoft:sqlserver://ip:1433;databaseName=Northwind;
By the way i am using the login username and password of the server. I looked at the users of the database but couldn't find the password.
Thanks in advance.