Could not Connect to Database when App on Citrix

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Yazid
Posts: 2
Joined: Tue 06 Mar 2012 12:01

Could not Connect to Database when App on Citrix

Post by Yazid » Wed 07 Mar 2012 01:48

Hi,

I have tested my app connecting to Oracle Database and is working fine.
I have tested on another PC the app works fine.

When I put the app on Citrix Server and launch it, it could not connect to the Oracle Database. I have verified Oracle TNS Settings are correct and all the necessary DLL files are present.

Is there a constrain running on Citrix Server?

Yazid
Posts: 2
Joined: Tue 06 Mar 2012 12:01

Post by Yazid » Wed 07 Mar 2012 07:11

I got an error trying to open the database connection

"Server did not respond within the specified timeout interval"

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Post by Pinturiccio » Wed 14 Mar 2012 08:44

Please, perform the following:
1. Try connecting with the SQL Plus tool. Is the connection established successfully?
2. Try using direct mode in your application. Does it work with Direct mode?

Post Reply