Hi All,
We have a requirement to connect to MS SQL 2005, We have uploaded the sqljdbc.jar and depolyed and MII 12.0 server.
We have configured the Data Server with following details.
JDBCDriver com.microsoft.sqlserver.jdbc.SQLServerDriver ServerURL jdbc:sqlserver://<Server_IP>;databaseName=<dbName>;
When we try to see the Status of the connection it shows status as Stopped.
The same server I am able to connect using Java Program.
Please help me on this issue.
Rupesh