Hi
Ive downloaded RDCserver.zip
Unzip it into C:\RemoteDatabaseConnector
Download the MsSql jodbc driver from http://jtds.sourceforge.net/
Copy the jtds-1.3.1.jar to C:\RemoteDatabaseConnector\jdbc_driver
Modify config.properties to:
#DATABASE CONFIGURATION
DriverClass=net.sourceforge.jtds.jdbc.Driver
JdbcUrl=jdbc:jtds:sqlserver://ARM-VBOX-W7-32/SQLEXPRESS2012/Dap2
User=xxx
Password=yyyy
#Java server port
ServerPort=17178
//ARM-VBOX-W7-32/SQLEXPRESS2012 is a local MsSql server
Modify RunRLC.bat to point to my java.exe
Run RunRLC.bat getting a good STARTING (see image 1)
But when I try to test it via web with:
http://127.0.0.1:17178/?method=test
I allways get:
RemoteServer is running (Mon Apr 17 13:58:30 ART 2017)
java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
In the CMD window I get a timeout error too
Please see Image 2
What am I doing wrong?
Ive downloaded RDCserver.zip
Unzip it into C:\RemoteDatabaseConnector
Download the MsSql jodbc driver from http://jtds.sourceforge.net/
Copy the jtds-1.3.1.jar to C:\RemoteDatabaseConnector\jdbc_driver
Modify config.properties to:
#DATABASE CONFIGURATION
DriverClass=net.sourceforge.jtds.jdbc.Driver
JdbcUrl=jdbc:jtds:sqlserver://ARM-VBOX-W7-32/SQLEXPRESS2012/Dap2
User=xxx
Password=yyyy
#Java server port
ServerPort=17178
//ARM-VBOX-W7-32/SQLEXPRESS2012 is a local MsSql server
Modify RunRLC.bat to point to my java.exe
Run RunRLC.bat getting a good STARTING (see image 1)
But when I try to test it via web with:
http://127.0.0.1:17178/?method=test
I allways get:
RemoteServer is running (Mon Apr 17 13:58:30 ART 2017)
java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
In the CMD window I get a timeout error too
Please see Image 2
What am I doing wrong?