I found this post in the forum, viewtopic.php?f=4&t=2790
I am having issues trying to format the URL. I get “Unacceptable connection url”. Here is the connection url I am trying to use:
jdbc:sqlserver://manwk005:1433\SQLEXPRESS;databaseName=DataWarehouse-Test
I have also tried jdbc:jtds:sqlserver://manwk005:1433\SQLEXPRESS;databaseName=DataWarehouse-Test
but get
Can’t connect to DB: The syntax of the connection URL ‘jdbc:jtds:sqlserver://manwk005:1433\SQLEXPRESS;databaseName=DataWarehouse-Test’ is invalid.
As far as I can tell, the protocols for SQLEXPRESS TCP/IP are enabled. Any ideas on how to fix the url? Thanks in advance.
Jonathan