Webservices + oracle connection problem

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.
 
S

S.M. Altaf [MVP]

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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top