Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Connection failure: SQLException: Login Timed Out

Hi, I am trying to connect to a SQL Server through Talend and this error shows up:

 

 

0683p000009M1CC.png

 

I have access to the database to another server but on this other server, Talend won't let me connect with the database.

Any ideas of what is wrong?

Java version is: "1.8.0_172"
Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)

 

Thank you.

Labels (4)
3 Replies
vapukov
Master II
Master II

simplest check - connect from same machine(server) to target SQL server with used in talend name, instance name, port and check

 

timeout in most of the cases (99,99%) - or wrong information (non standard port, dns error for server name etc) or network firewall rules

Anonymous
Not applicable
Author

Hi, thank you for your answer. But I'm sure I wrote the right instance name, password and database. I have Talend in another server and when I try to connect to the database I want it works just fine, but when I do it for Talend that is in another server, the login timed out shows up. I don't think it makes any sense? 

vapukov
Master II
Master II


@kayeann wrote:

Hi, thank you for your answer. But I'm sure I wrote the right instance name, password and database. I have Talend in another server and when I try to connect to the database I want it works just fine, but when I do it for Talend that is in another server, the login timed out shows up. I don't think it makes any sense? 


this is why I wrote - you need to check connection from current server with classic sql tools - studio or command line clien