I have an Oracle database connection to DSP 6.5.2 and I’m receiving the following error message when I click "Test Connection" on the Data Source page. – can anyone help me out?
“Internal Error - The provider is not compatible with the version of Oracle client. The type initializer for 'Oracle.DataAccess.Client.OracleClientFactory' threw an exception. Exception has been thrown by the target of an invocation. Check that the appropriate database drivers are installed. A connection could not be established with the underlying data source. Check that the appropriate database drivers are installed. An unhandled exception occurred during the execution of the plugin. An unhandled exception was caught while executing a plugin.”
Background info:
- Version of the Oracle client installed on the app server is 11g
- 32bit client is installed
- Put a proper connection TNS string in the TNSNames.ora file
- Able to successfully TNSPING the database to which I’m trying to connect
Steps I’ve completed:
- Verified that the Oracle Driver is installed by looking at the environment variable PATH.
- Verified that the WebApp server has been rebooted since the Oracle Driver was install.
- Verified IUSER and IIS_IUSRS have READ and EXECUTE permissions on the Oracle folder and that the sub-folders have inherited these permissions.
- Verified that the files TNSNAMES.ORA and SQLNET.ORA exist.
NOTE: the ODBC shows a message ‘Connection Successful’
The issue I’m having is when I try to establish an Oracle Database connection to DSP 6.5.2.
Comments
1 comment