Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I am unable to create oracle data connection from enterprise server but able to connect in desktop:
On server getting below error :
ERROR [HY000] [Qlik][OracleOCI] (3000) Oracle Caller Interface: ORA-12170: TNS:Connect timeout occurred
Is Qlik Desktop installed on the same Qlik Sense Server machine?
If not, make sure you have the same TNS configuration file and same access to the Database, user rights, etc.
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
No. desktop is installed on different machine but they are using same TNS file.
@Tool_Tip The error message you’re encountering indicates a timeout issue when trying to connect to an Oracle database using the Oracle Call Interface (OCI). Here are some common reasons forORA-12170: TNS:Connect timeout occurred.
Network Issues: The connection might be blocked by a firewall or there could be network latency causing delays.
Incorrect Connection String: The TNS (Transparent Network Substrate) entry may be incorrect. Double-check the syntax, service name, and any parameters in your connection string.
Listener Not Running: The Oracle listener service on the database server might not be running, preventing connections.
Database Down: The target database instance may be down or unreachable.
Configuration Issues: There may be issues in the tnsnames.ora
file, such as incorrect IP addresses, ports, or service names.
I would try to create a Windows ODBC connection from the Qlik Sense Server. This way you can check if your server can access the Oracle Database or not.
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com