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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ManuelRühl
Partner - Specialist
Partner - Specialist

Data Gateway Direct Acces Oracle Error ORA-28547

Hi,

I want to connect to an Oracle Database via Direct Access.
We checked hostname, database name, port and credentials with Qlik Desktop and a 32bit-Driver.

But using the Qlik Cloud Oracle Connector we get the following error:

 

Status(StatusCode="Internal", Detail="Command testconnection returned non-success: Error message:
Please check the values for Username‚ Password‚ Host and other properties. Description: General error - ERROR [HY000] [Qlik][OracleOCI] (3000) Oracle Caller Interface: ORA-28547: connection to server failed, probable Oracle Net admin error

ERROR [HY000] [Qlik][OracleOCI] (3000) Oracle Caller Interface: ORA-28547: connection to server failed, probable Oracle Net admin error
[Qlik][OracleOCI] (3000) Oracle Caller Interface: ORA-28547: connection to server failed, probable Oracle Net admin error
")

Any tips or insights would be super helpful—thanks in advance!

Manuel Rühl
Labels (2)
2 Replies
hugo_andrade
Partner - Specialist
Partner - Specialist

Hi @ManuelRühl ,

How is the configuration for the TNSNAMES.ora?

The Gateway uses the file that is available on C:\Program Files\Qlik\ConnectorAgent\QvOdbcConnectorPackage\oracle\lib\network\admin\tnsnames.ora

Make sure the correct file is placed there and let us know the results.

Live and Breathe Qlik & AWS.
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

ManuelRühl
Partner - Specialist
Partner - Specialist
Author

@hugo_andrade Thanks for reply.

I didnt place any files in this folder at all.

I copied the sample-files in this folder and tried adjust the correct information, but it didnt work either.
Is it just the tsnames.ora or do I need to configure the sqlnet.ora as well?

My tsnames.ora looks like this at the moment:

ECHT =
(DESCRIPTION =
(ADDRESS =
(PROTOCOL = TCP)
(HOST = 0.0.0.0) -> correct IP entered
(PORT = 1521)
)
(CONNECT_DATA =
(SID = xxx) -> correct SID entered
)
)

 

Manuel Rühl