Hi,
I was wondering anyone could help. I am trying to get a JDBC server working, the server runs but it times out when connecting to the db.. I have SQL server 2012 express running as an instance (QUINGOCRM) and created a database on the SQL server. I installed my config file as such....
JdbcUrl=jdbc:jtds:sqlserver://192.168.0.11/QUINGOCRM/riskassessment
User=database
Password=database0407
ServerPort=17178
The server runs, but I get timeout when running http://127.0.0.1:17178/?method=test in chrome
java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
I have tried all sorts of changes to the database etc but that does not help, I installed jtds, and turned the windows firewall off.
I was wondering anyone could help. I am trying to get a JDBC server working, the server runs but it times out when connecting to the db.. I have SQL server 2012 express running as an instance (QUINGOCRM) and created a database on the SQL server. I installed my config file as such....
JdbcUrl=jdbc:jtds:sqlserver://192.168.0.11/QUINGOCRM/riskassessment
User=database
Password=database0407
ServerPort=17178
The server runs, but I get timeout when running http://127.0.0.1:17178/?method=test in chrome
java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
I have tried all sorts of changes to the database etc but that does not help, I installed jtds, and turned the windows firewall off.