Re: PostgreSql 9.4 Database connection failure

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Lionel Napoleon <lionelnapoleon(at)hotmail(dot)com>
Cc: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>, "tgl(at)sss(dot)pgh(dot)pa(dot)us" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: PostgreSql 9.4 Database connection failure
Date: 2021-09-09 11:55:42
Message-ID: CAEudQAqJ9rYjVO25f_yJj3tkicuOguxBs-1VeU=-HRUpU6kxmg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Em qui., 9 de set. de 2021 às 04:46, Lionel Napoleon <
lionelnapoleon(at)hotmail(dot)com> escreveu:

> Hi,
> I have an issue with my PostgreSql 9.4 version database. Almost
> every week I get the following error
>
> Error: #2147500037
> Could not connect to the server;
> Could not connect to remote socket immedaitely
> Source: Microsoft OLE DB Provider for ODBC Drivers
> SQL State: 08001
>
> My application and database are on the same system. The communicating port
> being 5432.
> initially I thought it was the permissible connection limit issue. So I
> raised the max_connections
> parameter to 300.But still the problem exists.
>
> I think that question will be better answered at:
https://www.postgresql.org/list/pgsql-general/

However, it seems to me that this is a bug with Microsoft ODBC.

regards,
Ranier Vilela

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Michel SALAIS 2021-09-09 18:13:33 sql execution time in pg_stat_statements
Previous Message Lionel Napoleon 2021-09-09 07:45:47 PostgreSql 9.4 Database connection failure