Re: Fatal error starting PgAdmin 4

2021-05-17 Thread Akshay Joshi
Hi Sumedh Can you please specify the exact version of PostgreSQL 12 that you have installed? For example 12.x.x The "pgadmin4.db" file can be found in the "%AppData%\Roaming\pgadmin" folder. On Tue, May 18, 2021 at 12:01 PM Balapure, Sumedh < sumedh.balap...@contractor.tranetechnologies.com> wrot

Re: Fatal Error

2021-05-17 Thread Akshay Joshi
Hi Durai You can do the following to get rid of the error: - Take the backup of the '*pgadmin4.db*' file and then delete it. - Restart the pgAdmin4 Have you upgraded your existing pgAdmin setup or it's a fresh installation? On Mon, May 17, 2021 at 9:31 PM Durai Raj wrote: > Hi Support T

Re: Problemas.

2021-05-17 Thread Akshay Joshi
Hi Hallison You can do the following to get rid of the error: - Take the backup of the '*pgadmin4.db*' file and then delete it. - Restart the pgAdmin4 Have you upgraded your existing pgAdmin setup or it's a fresh installation? On Mon, May 17, 2021 at 9:31 PM Hallison Rangel Silva < hallis

Re: Fatal error starting PgAdmin 4

2021-05-17 Thread Akshay Joshi
Hi Sumedh You can do the following to get rid of the error: - Take the backup of the '*pgadmin4.db*' file and then delete it. - Restart the pgAdmin4 Have you upgraded your existing pgAdmin setup or it's a fresh installation? On Mon, May 17, 2021 at 9:31 PM Balapure, Sumedh < sumedh.balap.

Re: PgAdmin Fatal Error

2021-05-17 Thread Akshay Joshi
Hi Follow the steps suggested by Khushboo in her previous email. On Mon, May 17, 2021 at 9:31 PM shubhj_45 wrote: > i am getting the same error, i tried going to the local and roaming folder > and deleting it, that didn't work. > i have installed different versions also, no one works, this same

Re: The pgAdmin 4 server could not be contacted:

2021-05-17 Thread CHALLAHEMANTH
I am trying to install Postgre SQl on windows 10 but after installation, I am getting a window named The pgAdmin 4 server could not be contacted: The details inside the window are pgAdmin Runtime Environment Python Path: "C:\Program Files\

Fatal Error

2021-05-17 Thread Durai Raj
Hi Support Team, Am facing an error below, when I am trying to open a pgAdmin application upon installation. Please find a Traceback and help me to resolve the issue asap. Fatal Error --- The pgAdmin 4 server could not be contacted: pgAdmin Runtime Environment --

Problemas.

2021-05-17 Thread Hallison Rangel Silva
Boa noite! Estou com problemas ao tentar rodar o meu PgAdmin 4. pgAdmin Runtime Environment Python Path: "C:\Program Files\PostgreSQL\13\pgAdmin 4\python\python.exe" Runtime Config File: "C:\Users\halli\AppData\Roaming\pgadmin\runtime_conf

Fatal error starting PgAdmin 4

2021-05-17 Thread Balapure, Sumedh
Hi Team, I have installed PostgreSQL 12 and while starting PgAdmin 4 I am getting Fatal error. Below is screenshot of error and details. Please help asap. [cid:60394b54-9a08-4058-878d-ec513b51e332] pgAdmin Runtime Environment Python Path:

Re: PgAdmin Fatal Error

2021-05-17 Thread shubhj_45
i am getting the same error, i tried going to the local and roaming folder and deleting it, that didn't work. i have installed different versions also, no one works, this same error comes up every time. please help me figure it out. -- Sent from: https://www.postgresql-archive.org/PostgreSQL-pg

Re: sequence current value

2021-05-17 Thread Dave Page
On Fri, May 14, 2021 at 5:32 PM Michael Shapiro wrote: > I tried this. I created a sequence, and ran last_value, then nextval, > repeatedly. last_value always returned 20 until nextval returned 21, then > last_value returned 40 and kept returning 40 until nextval returned 41, etc. > Weird things