I am trying to use ETL to import from my organisation's relational database (MS SQL Server). I think I'm doing something incorrectly with the JDBC driver.
When I click "test and save connection" nothing happens. That is, I get no red or blue error/success banner at the top.
@michael.hunger I put the JDBC driver in my home folder so that I know I have permissions to read it. Unfortunately, I still get no red or blue banner when I click "test and save connection". Nothing seems to happen.
My driver path is: home/sqljdbc_6.0/enu/jre8/sqljdbc42.jar
Also, it seems that I cannot get the ETL UI to give me an error message, regardless of the options I choose. Perhaps this is not related to the driver.
Your screenshot shows no port number. It should show 1433 as the port number. Also connection URL should read like this:
jdbc:sqlserver://localhost:1433;databaseName=abcd
The ETL UI (now updated to 1.3.5) shows this pop up:
I get all the same behaviour regardless of what I enter into the ETL UI fields.
Any guidance is appreciated.
@ameyasoft I forgot to add the port to that example, but normally, yes, it is specified. The issue actually occurs regardless of what is typed into the fields. Updated the screenshot.