Connecting to SQL server

Hi,

I try to connect to SQL server by using the following settings in the Database Reader:

Database driver: com.microsoft.sqlserver.jdbc.SQLServerDriver

Database URL: jdbc:sqlserver://localhost:80;databaseName=aux_E

This fails with the message:

java.sql.SQLException: java.util.concurrent.TimeoutException

What am I doing wrong here?

 

best regards

joe

Hi joe,

Please have a look to this thread that explains how to increase the timeout property:

http://tech.knime.org/node/20845

Regards, Thomas