Results 1 to 2 of 2

Thread: Export Server fails with missing dll

Threaded View

  1. #1
    Join Date
    Dec 2021
    Posts
    4

    Export Server fails with missing dll

    I am trying to export a server, following the instructions from pgAdmin 4 6.1 documentation » Connecting To A Server » Import/Export Servers
    To export only certain servers, use the --servers option and list one or more server IDs. For example:
    /path/to/python /path/to/setup.py --dump-servers output_file.json --server 1 2 5
    The command starts...
    ----------
    Dumping servers with:
    User: pgadmin4@pgadmin.org
    SQLite pgAdmin config: C:\Users\JohnDoe\AppData\Roaming\pgAdmin\pgadmin4. db
    ----------
    However, I get a message box :
    The program can't start because WSHELP64.dll is missing from your computer Try reinstalling the program...
    The server fails to be exported.
    Configuration for 0 servers dumped to output.json.
    I tried finding this dll, but I don't see it anywhere associated with pgadmin4. It exists in a program osm2pgsql, but even when I put this in the path, I get the same error message:
    The program can't start because WSHELP64.dll is missing...
    Any help with this will be appreciated. Thanks.
    Last edited by Jillinger; 12-11-2021 at 09:22 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •