When running gpload either manually or via a 3rd party application such as Informatica, the gpload command reports:
could not connect to database: FATAL: password authentication failed for user "user01"
The password defined in the gpload YAML configuration file is correct, but the error is still reported.
Example output:
$ gpload -f gpload.yml
2023-03-06 14:33:39|INFO|gpload session started 2023-03-06 14:33:39
2023-03-06 14:33:39|ERROR|could not connect to database: FATAL: password authentication failed for user "user01"
. Is the Greenplum Database running on port 5432?
2023-03-06 14:33:39|INFO|rows Inserted = 0
2023-03-06 14:33:39|INFO|rows Updated = 0
2023-03-06 14:33:39|INFO|data formatting errors = 0
2023-03-06 14:33:39|INFO|gpload failed