Webservices + oracle connection problem

  • Thread starter Thread starter lomiarz
  • Start date Start date
L

lomiarz

Hi, i have windows xp sp2 & visual .net 2003 and asp 1.1 iis 5.1 and
oracle 10.1
and when i try to connect to database by webservice OCIEnvCreate error
occures. While connecting with console application or windows
application goes without any problems. I gave permission to bin
directory (oci.dll). I tried to use other version of oci.dll and it
didn't help. Thank for any advise.
 
Hi Lomiarz,

It looks like your ASP.NET worker process (ASPNET account on Windows XP)
doesn't have the right permissions.

Try granting this account permissions on your Ora Home directory. Read, as
well as execute.

-Altaf
[MVP - VB]
 
Back
Top