A
Adam P.
I have written a test method that opens a connection to an Oracle database
and just does a Select query. The method works correctly from a Windows
application or from an ASP.NET web page. But when I run the same method from
a ASP.NET Web Service, an exception occurs with the message
"System.Data.OracleClient requires Oracle client software version 8.1.7 or
greater."
I'm have the Oracle 9i client software installed on the server running the
webservice.
I've found some other posts that offer the solution of re-applying Read &
Execute permissions on the ORACLE_HOME directory for the Authenticated Users
group. I've followed these steps, and gave the ASPNET account the
permissions as well, but the exception still occurs.
It's very strange because the same code is successful from an ASP.NET web
page, but not from a web service.
Any ideas on what's causing this to be a problem only for web services?
and just does a Select query. The method works correctly from a Windows
application or from an ASP.NET web page. But when I run the same method from
a ASP.NET Web Service, an exception occurs with the message
"System.Data.OracleClient requires Oracle client software version 8.1.7 or
greater."
I'm have the Oracle 9i client software installed on the server running the
webservice.
I've found some other posts that offer the solution of re-applying Read &
Execute permissions on the ORACLE_HOME directory for the Authenticated Users
group. I've followed these steps, and gave the ASPNET account the
permissions as well, but the exception still occurs.
It's very strange because the same code is successful from an ASP.NET web
page, but not from a web service.
Any ideas on what's causing this to be a problem only for web services?