Has anyone managed to get this working with SQLEXpress 2008 R2? If so then what did you use for the server and database name in the config.properties file on the JdbcUrl line... Whenever I try the web connection to the server it comes up with the message:
RemoteServer is running (Thu Aug 08 16:23:13 BST 2013)
java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
Which would signify that it is in fact working but not connecting to SQLExpress. Normally to access SQLExpress you specify the string .\sqlexpress instead of the IP address that would normally be present but this doesn't seem to work
RemoteServer is running (Thu Aug 08 16:23:13 BST 2013)
java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
Which would signify that it is in fact working but not connecting to SQLExpress. Normally to access SQLExpress you specify the string .\sqlexpress instead of the IP address that would normally be present but this doesn't seem to work