Hi Folks!
Okay so here is the error message which took lot many days to resolve from my IT team. But by the grace of God we were able to fix this issue by following the below steps
1. Ensure the tnsnames file or the notepad file in which you have defined the oracle connections names are correct. Even a single quotation mark difference will cause error.
So if the connection is working on a different computer, take the notepad contents from that system and paste in your system.
2. The same dSN would be present under 'USER DSN' . delete it where it is not required.
Usually Oracle uses "System dsn" and hence any duplicates in USER DSN can be deleted.
We found that the USER DSN had the same conncetion string but no drivers installed for that. when we deleted in USER DSN then it worked!!!
Okay so here is the error message which took lot many days to resolve from my IT team. But by the grace of God we were able to fix this issue by following the below steps
1. Ensure the tnsnames file or the notepad file in which you have defined the oracle connections names are correct. Even a single quotation mark difference will cause error.
So if the connection is working on a different computer, take the notepad contents from that system and paste in your system.
2. The same dSN would be present under 'USER DSN' . delete it where it is not required.
Usually Oracle uses "System dsn" and hence any duplicates in USER DSN can be deleted.
We found that the USER DSN had the same conncetion string but no drivers installed for that. when we deleted in USER DSN then it worked!!!