Re: Connection forcibly closed remote server error.

2023-02-15 Thread Ranier Vilela
Em qua., 15 de fev. de 2023 às 15:55, aditya desai escreveu: > Hi Jeff, > Apologies. Here is how the message actually looks like. > > could not receive data from client: An existing connection was forcibly > closed by the remote host. > It looks like a Microsoft tool message. Perhaps .NET https:/

Re: Connection forcibly closed remote server error.

2023-02-15 Thread aditya desai
Hi Jeff, Apologies. Here is how the message actually looks like. could not receive data from client: An existing connection was forcibly closed by the remote host. All links from Google pointing towards Connection Pooling. However it has been implemented from the application side. Regards, Adity

Re: Connection forcibly closed remote server error.

2023-02-15 Thread Jeff Janes
On Wed, Feb 15, 2023 at 7:13 AM aditya desai wrote: > Hi, > We are getting this error when transferring data using COPY command or > running workflow for huge data. We are using Password Authentication(LDAP) > > "Connection forcibly closed remote server" > Are you sure that that is the exact wor

Re: Connection forcibly closed remote server error.

2023-02-15 Thread Tom Lane
aditya desai writes: > We are getting this error when transferring data using COPY command or > running workflow for huge data. We are using Password Authentication(LDAP) > "Connection forcibly closed remote server" Network timeout perhaps? If so, setting more-aggressive TCP keepalive parameters

Re: Connection forcibly closed remote server error.

2023-02-15 Thread aditya desai
Forgot to mention. The error comes intermittently. It is not consistent. Observation is that it comes when a connection has to process a larger data set. On Wed, Feb 15, 2023 at 5:43 PM aditya desai wrote: > Hi, > We are getting this error when transferring data using COPY command or > running w