Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

"ORA-03134: Connections to this server version are no longer supported." (1 Comment)

$
0
0

Topic by Peter Scott

I am trying to understand why the same C# Oracle access code works under VS2010 environment but not under IIS.

I am building a web service to access Oracle 9.2 database on the remote machine. The web service must be hosted in the IIS under Windows 2003 machine. The same machine is hosting Oracle 9.2 database.

The web service must be compiled for x86 CPU because of Windows 2003 that is 32-bit architecture. My Visual Studio project is WCF Application.

When I run the service under ASP.NET Development Server everything works fine. The database is connected and all CRUD operations are possible.

When I deploy everything under IIS on my machine or any other machine the I am getting "ORA-03134: Connections to this server version are no longer supported." at the time of connecting.

I supposed it is some kind of permission problem so I run the service under special Application Pool with LocalSystem account. I even gave to the Oracle client folder installed on my machine Full Control permissions for IIS users but this should not be needed because of LocalSystem account.

Anyway I tried and nothing. It is always the same error.

What could be the reason ?


Viewing all articles
Browse latest Browse all 2504

Trending Articles