I am attempting to set up and oracle publisher on a sql server 2008R2 server, but I am getting the following error.
"Unable to run SQL*PLUS. Make certain that a current version of the Oracle client code is installed at the distributor. For addition information, see SQL Server Error 21617 in Troubleshooting Oracle Publishers in SQL Server Books Online. (Microsoft SQL Server, Error:21617)"
The information I have found states that an oracle client must be installed and the oracle_home\bin must be in the path variable. I have verified that it is.
So far I have taken the following steps Installed oracle administrator client Added TNS_ADMIN env variable Added ORACLE_HOME env variable connected to the remote oracle database from the distributor via sql*plus
I am hoping someone will have run into similar errors in the past