jabrell / pyeutl

Methods to access data of the EU Transaction Log (EUTL) as provided under www.euets.info
GNU General Public License v3.0
18 stars 6 forks source link

Password authentication failed #1

Closed Alex512-byte closed 2 years ago

Alex512-byte commented 2 years ago

Hello - I am getting this error when trying to access the data:

OperationalError: (psycopg2.OperationalError) FATAL: password authentication failed for user "eutlAdmin"

Might you know what the issue could be?

jabrell commented 2 years ago

Hi Alex, the error comes from the postgres database. Most likely you do not have the user "eutlAdmin" with password "1234" as database owner.

I just realized that there was a typo in the intro text of the notebook that stated that you should create a user named "euetlAdmin" (not "eutlAdmin" as used in the settings). I corrected this.

You have two options for fixing: (1) check the name of database owner and correct it in the dictionary "connectionSettings" at the beginning of the notebook. (2) create the owner with name "eutlAdmin" and password "1234".