Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Purushothaman
Partner - Creator III
Partner - Creator III

ODBC: Telnet was Successful and Ping was Unsuccessful

Hi there,

I was trying to create a ODBC connection for a MS SQL Server. The test connection was failed.  Below are the troubleshooting steps:

>Telnet was successful from Qlik sense  server to DB Server.

> Ping was unsuccessful from Qlik sense server to DB Server.

 

Does Ping should be successful for  a ODBC connection from Qlik sense server to DB Server.?  

 

1 Solution

Accepted Solutions
Daniele_Purrone
Support
Support

Hi @Purushothaman ! Ping/ICMP is often disabled by system/network administrators for security reasons, but that has nothing to do with our connectors. We don't rely on ICMP, so it is not required to be able to ping the server for the connection to work.

Daniele - Principal Technical Support Engineer & SaaS Support Coordinator at Qlik
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

3 Replies
Jack_Guo
Support
Support

Hi @Purushothaman ,

Have you tried Test-netconnection?

 

 

Test-NetConnection -ComputerName xxxx -Port xxx​

 

 

Daniele_Purrone
Support
Support

Hi @Purushothaman ! Ping/ICMP is often disabled by system/network administrators for security reasons, but that has nothing to do with our connectors. We don't rely on ICMP, so it is not required to be able to ping the server for the connection to work.

Daniele - Principal Technical Support Engineer & SaaS Support Coordinator at Qlik
If a post helps to resolve your issue, please accept it as a Solution.
Purushothaman
Partner - Creator III
Partner - Creator III
Author

Tried in PowerShell. It was successful.