Forum Discussion
PowerBI Report server datasources error after Oracle DB upgrade
Hello,
Recently there was a Oracle DB ugrade to 19 C version in my organization. After the upgrade I am not able to registed the data source in Report server portal and getting an error when i apply DB credentials and test the connection. This is the error i am facing How to sol
Couldn't connect
The report server couldn't connect to the data source using the information you entered. Make sure you've entered the connection string and any credentials correctly.
An error happened while reading data from the provider: 'Unable to find an entry point named 'OpsConIsDRCPEnabled' in DLL 'OraOps12.dll'.'
The error message you're encountering suggests that there is a compatibility issue between the upgraded Oracle database and the Report Server portal. It appears that the Report Server portal is using an older version of the Oracle Client library that is not compatible with the new Oracle 19c version.
Here are a few steps that could help resolve the issue:
- Upgrade the Oracle Client library to the latest version compatible with Oracle 19c.
- Check the compatibility between the version of the Oracle Client library and the Report Server portal.
- Try updating the connection string in the Report Server portal to use the new Oracle 19c database.
- If the above steps do not resolve the issue, you may need to contact the vendor of the Report Server portal for further support.
It is also recommended to take a backup of the database and your report server before making any changes.
1 Reply
- jaweher899Impactful Individual
The error message you're encountering suggests that there is a compatibility issue between the upgraded Oracle database and the Report Server portal. It appears that the Report Server portal is using an older version of the Oracle Client library that is not compatible with the new Oracle 19c version.
Here are a few steps that could help resolve the issue:
- Upgrade the Oracle Client library to the latest version compatible with Oracle 19c.
- Check the compatibility between the version of the Oracle Client library and the Report Server portal.
- Try updating the connection string in the Report Server portal to use the new Oracle 19c database.
- If the above steps do not resolve the issue, you may need to contact the vendor of the Report Server portal for further support.
It is also recommended to take a backup of the database and your report server before making any changes.