Hi, thanks for your Answer.

to your Questions:

1: Windows Installer from the website https://www.pgadmin.org/download/pgadmin-4-windows/

2: I had an pgadmin4 V2 on my system, but that was the first thing I tried, when the v3 did run work. I removed everything of the V2. But no change

3: I did the steps as described in the faq, created the /config_local.py with this content:/

/import logging

DEBUG = True

# Application log level - one of:
#   CRITICAL 50
#   ERROR    40
#   WARNING  30
#   SQL      25
#   INFO     20
#   DEBUG    10
#   NOTSET    0
CONSOLE_LOG_LEVEL = logging.DEBUG
FILE_LOG_LEVEL = logging.DEBUG

# Log format.
CONSOLE_LOG_FORMAT = '%(asctime)s: %(levelname)s\t%(name)s:\t%(message)s'
FILE_LOG_FORMAT = '%(asctime)s: %(levelname)s\t%(name)s:\t%(message)s'

# Log file name
LOG_FILE = os.path.join(DATA_DIR, 'pgadmin4.log')
/

But the there is no log-file created, nothing at all.

Though the pgadmin don't start, there is no tray icon where I can look :-(


Greetings

Jürgen Spatz



Am 20.08.2018 um 09:21 schrieb Khushboo Vashi:
Hi,

1. How have you installed pgAdmin 4 on your system?
2. Do you have any other version of pgAdmin 4 on your system ?
3. Please enable the logging (Ref: https://www.pgadmin.org/faq/#8) and check for the errors. You can check the logs through pgAdmin 4 tray icon > View logs menu option.

Thanks,
Khushboo

On Sat, Aug 18, 2018 at 8:51 PM, Евгений Славов <yevgeniy.sla...@gmail.com <mailto:yevgeniy.sla...@gmail.com>> wrote:

    Good afternoon. My name is Eugene from Kiev (Ukraine). I will
    communicate with you with the help of Google-translator (I just do
    not know English).

    The question is this: I have PostgreSQL 10.5 and PgAdmin 4-3.2 on
    my computer (windows Server 2012 R2 system) and PgAdmin 4 does not
    start and gives an error. I've already reviewed all the solutions
    to the problem on the Internet, but I can not do anything.

    Attached to the letter are screenshots of errors.


    Thank you in advance.




Reply via email to