Hi,
I’am a totally noob to Clover ETL.
I need to get data from a MySQL server source and SQLServer source.
I succeeded to create a MySQL connection.
I didn’t succeed in connecting with a SQLServer source.
This is my sql server connections string.
jdbc:jtds:sqlserver://localhost:1433/Outdoor_Paradise
If i try to validate this connection i get an Network error IOException.
Can somebody explain what i need to do to fix this?
Thnx.