Problems with WS

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
jbarcena
Posts: 1
Joined: Tue 25 Nov 2008 17:45

Problems with WS

Post by jbarcena » Tue 25 Nov 2008 17:52

I have a problem when using dotConnect 5.0 for Oracle from a WS.
When I try to open a connection ir gives an error:

"Can not load Oracle client. Check your PATH environment variable and registry settings.

But If I do the same from an ASPX page, it works perfectly.

What is the difference between ASP an WS ?

Thank you in advance,

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 26 Nov 2008 15:03

You mean Web Services saying WS, right?
The cause may be that the Oracle Client is not installed on the machine the WS is hosted on.
Try either to use Direct mode of dotConnect for Oracle or to install Oracle client on the machine the service is hosted on.

Post Reply