Thread: could not send data to client:

could not send data to client:

From
"Justin Davis"
Date:
I have 6 Windows PC in a test environment accessing a very small Postgres DB on a 2003 Server.  The PC's access the database with a cobol app via ODBC.  3 of the PC's operate very efficiently and quickly.  3 of them do not.  The 3 that do not are all new Dell XP Pro with SP2.  They all produce the error in the log file as below:
 
2005-06-16 16:17:30 LOG:  could not send data to client: No connection could be made because the target machine actively refused it.
 
2005-06-16 16:17:30 LOG:  could not receive data from client: No connection could be made because the target machine actively refused it.
 
2005-06-16 16:17:30 LOG:  unexpected EOF on client connection
 
Thanks,
 
Justin Davis
Rapid Systems, Inc.
800.356.8952
 

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.7.3/15 - Release Date: 6/14/2005

Re: could not send data to client:

From
"Merlin Moncure"
Date:
Justin wrote:
I have 6 Windows PC in a test environment accessing a very small Postgres DB on a 2003 Server.  The PC's access the
databasewith a cobol app via ODBC.  3 of the PC's operate very efficiently and quickly.  3 of them do not.  The 3 that
donot are all new Dell XP Pro with SP2.  They all produce the error in the log file as below: 
 
2005-06-16 16:17:30 LOG:  could not send data to client: No connection could be made because the target machine
activelyrefused it. 
 
2005-06-16 16:17:30 LOG:  could not receive data from client: No connection could be made because the target machine
activelyrefused it. 
 
2005-06-16 16:17:30 LOG:  unexpected EOF on client connection

[...]

Have you tried other ODBC app (excel, etc) to connect to the database from the machines?

If so and it works,
1. what version odbc driver
2. what cobol compiler
3. what technology to map cobol i/o to sql (Acu4GL for example)

This is probably more appropriate on pgsql-odbc and plain text is preferred for these mailing lists.

Merlin