Hi ,
I am trying to configure Openfire server application installed on Windows 2012 server . The Openfire server application is try to connect to MS SQL server(Windows 2012 and SQL 2012 server) located on other remote server through JDBC Driver Class: net.sourceforge.jtds.jdbc.Driver
I am able to connect to some set of server with same SQL install through this driver but not on other set of servers using same driver class.
Do I need to make sure to check any specific settings on MS SQL server that are having problem in connection.
The connection port is fixed. and also I can telnet that port .
Also is there any tool or method to debug net.sourceforge.jtds.jdbc.Driver settings ?
Any help will be great !!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi ,
I am trying to configure Openfire server application installed on Windows 2012 server . The Openfire server application is try to connect to MS SQL server(Windows 2012 and SQL 2012 server) located on other remote server through
JDBC Driver Class: net.sourceforge.jtds.jdbc.Driver
I am able to connect to some set of server with same SQL install through this driver but not on other set of servers using same driver class.
Do I need to make sure to check any specific settings on MS SQL server that are having problem in connection.
The connection port is fixed. and also I can telnet that port .
Also is there any tool or method to debug net.sourceforge.jtds.jdbc.Driver settings ?
Any help will be great !!