Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
while connecting the DB, below error getting. Kindly advise
OleDb error
Connector connect error: IDataInitialize::GetDataSource. HRESULT = 80040E4E. ErrorSource: OraOLEDB, ErrorMsg: The system cannot find message text for message number 0x80040e4e in the message file for OraOLEDB.
CONNECT TO ***
somebody please help.....
The error message "OleDb error, Connector connect error: IDataInitialize::GetDataSource. HRESULT = 80040E4E" is related to an issue with the OLE DB provider when trying to connect to an Oracle database using Qlik Sense.
Here are a few things you can check to troubleshoot this issue:
Verify that the OraOLEDB provider is properly installed on your machine. This provider is required to connect to an Oracle database using Qlik Sense.
Verify that you are using the correct connection string. The connection string should include the server name, port number, and the service name or SID of the Oracle database.
Verify that your machine can connect to the Oracle server. You can check this by trying to connect to the server using SQL*Plus or other Oracle client tools.
Verify that the Oracle service is running and that the database is available and accessible.
Check that the necessary Oracle client libraries are installed on your machine.
Check the Oracle client version, it should be compatible with the Oracle server version you are trying to connect to.
Check the windows event viewer to see if there's any errors or warnings related to the connection.
You can check the Qlik Sense logs to see if there's any information that can help you to identify the problem.
If you continue to experience issues connecting to the Oracle database, you may want to reach out to your IT department or Oracle database administrator for further assistance.
HI
only for one DB im facing this issue, i have 4 other and that all working fine. even from control panel DNS i tried to connect the DB and its working fine. thru sql plus i tried to connect and that also working for the same account. Please advise