Issue while accessing Data Service Win 2K8 R2...

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
RajeevDebnath
Posts: 14
Joined: Mon 07 Feb 2011 09:02

Issue while accessing Data Service Win 2K8 R2...

Post by RajeevDebnath » Wed 09 Nov 2011 10:12

We are one of registered user of dotconnect for Oracle 10g.

When we access WCF data service from IIS 7.5 + Windows 2008 Server R2 then we are getting error message as

--------------------------------------
Message: Unhandled Error in Silverlight Application An error occurred while processing this request. at System.Data.Services.Client.QueryResult.EndExecute[TElement](Object source, IAsyncResult asyncResult)
at System.Data.Services.Client.DataServiceRequest.EndExecute[TElement](Object source, DataServiceContext context, IAsyncResult asyncResult)
at MugshotControl.MugshotLogin.c__DisplayClass4.c__DisplayClass6.b__1()
------------------------------

same data service is working on Windows 2003 Server + IIS 6.0

Looking forward for your response.

Regards,
Rajeev

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Wed 09 Nov 2011 12:33

Why have you decided that the problem is caused by dotConnect for Oracle? There are no Devart classes in your call stack. Check the inner exception to get a more detailed information about the problem.

RajeevDebnath
Posts: 14
Joined: Mon 07 Feb 2011 09:02

Post by RajeevDebnath » Thu 10 Nov 2011 02:11

Thanks for the response.

As I have mentioned same service is working on Windows 2003 Server.

Can you please suggest whether same oracle client for 32 bit will also work for 64 bit OS(Windows Server 2008 R2) with dotConnect for Oracle or we need 64 bit Oracle client.

Regards,
Rajeev

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 10 Nov 2011 16:10

The capacity of Oracle client has to coincide with the capacity of your application (or of the web server in which your service is deployed).

Post Reply