Page 1 of 1

RDS Postgres connection error

Posted: Mon Jan 29, 2018 1:08 pm
by ep_datastage
Getting the following error when attempting to connect to Amazon RDS Postgres database using a JDBC connector.

main_program: Fatal Error: The connector failed to connect to the data source. The reported error is: org.postgresql.util.PSQLException: FATAL: database "XXXXX
" does not exist

But that database is there and does exist .

Any ideas ?

Thanks

Posted: Mon Jan 29, 2018 9:12 pm
by ray.wurlod
Have you included a carriage return in the data source name (as suggested by the error message)?