Re: Can't get ECPG to connect (was Re: [GENERAL] Urgen help required)

2006-10-20 Thread Harpreet Dhaliwal
Jas, you might need to check the uplink and downlink time of your network router. Also,check the postgresql.conf file to see various timeouts there. Comment all the timeouts to set them to infinity so that your Unix tools server keepsĀ  trying connecting to the Postgres server. Also, check if you c

Can't get ECPG to connect (was Re: [GENERAL] Urgen help required)

2006-10-18 Thread Bill Moran
In response to "J S B" <[EMAIL PROTECTED]>: > Hi, > I have the following scenario:- > > 1. There's a function in the postgres datbase that when executed calls a > shared object (dynamically loaded). > 2. The shared object is a Client (made using socket library) which connects > to a server (coded

[GENERAL] Urgen help required

2006-10-18 Thread J S B
Hi,I have the following scenario:-1. There's a function in the postgres datbase that when executed calls a shared object (dynamically loaded).2. The shared object is a Client (made using socket library) which connects to a server (coded again using socket library) hosted on some other machine. 3. T