
Hello All,
I have a strange problem with respect to Plugin execution.
I have a plugin which intern connects to Oracle database using system.data.oracleClient to retrieve and update records. This is all fine for a long while in all the environments. All of a sudden we started getting an issue saying System.Data.OracleClient requires Oracle client software version 8.1.7 or greater. This is happening only in 1 environment and all the other environments still working perfect. This is not the case for all the records. some records are executed fine and some are getting this error thrown.
There is no pattern observed. All the records which we are trying to process are exactly same. Below is our architecture
Server 1 - Oracle Database
Server 2 - MSD CRM Application, Oracle Client 11g
Any help would be very much appreciated. Thanks in advance!
First you need to give us more information about your plugin deployment mode. Is it using GAC? If it's using GAC, do you already making sure the related DLL already register in your server? Try to create one console app and deploy it to ur server. See if u can get the same error or not.