Forum Discussion
Error: Unable to find the requested .Net Framework Data Provider. It may not be installed.
- 10 years ago
Solved for it.!
I have re-installed .NET framework and restarted the server and tried creating the data source and this time the error changed and it was saying something in the lines of there is an extra DbProviderFactories and from a quick web search I found this link that we need to edit the machine.config file to remove the extra entry of DbProviderFactories and I did the same and restarted the server and it worked like charm.
Here is what I removed from the machine.config file.
Hope this helps anyone who faces similar issues.
Solved for it.!
I have re-installed .NET framework and restarted the server and tried creating the data source and this time the error changed and it was saying something in the lines of there is an extra DbProviderFactories and from a quick web search I found this link that we need to edit the machine.config file to remove the extra entry of DbProviderFactories and I did the same and restarted the server and it worked like charm.
Here is what I removed from the machine.config file.
Hope this helps anyone who faces similar issues.
I have faced same issue . Unfortunately, making changes in machine.config.default file did not fix the issue.
what fixed the issue is installing an ODAC client. I have Oracle Client 12c when the error occurred. I have installed ODAC122010_x64 (64-bit) and ODTwithODAC122010 (32-bit) in two different home, restarted the gateway and the report worked fine.
I am sharing as this might help with someone if they still face the issue even after updating the config file. After ODAC installation I have reverted the changes in config file.