skip to Main Content

I’m trying load a tar file using pgAdmin, but it’s failing and all I get is exit code 3221225781. This code seems to indicate a missing dll What is exit code 3221225781 on windows? but I’m not sure why this would be or what dll to look for.

error message

2

Answers


  1. Chosen as BEST ANSWER

    Updating the path in pgAdmin fixed this.

    Steps: Select Databases > File > Preferences > Paths > Binary paths. Then edit to "C:Program FilesPostgreSQL15bin."

    You'll need to use a You may need to use a different path if you're on a different version of PostgreSQL.

    Updating the path


  2. Thank you Lukas Halim, I tried everything! Your solution fixed my issue. Not even ChatGPT was able to get the right solution!
    Using Win11 64x, Postgres 15.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search