Hello,
I am trying to connect to a query layer and I am receiving the following error "Unable to connect to database server to retrice database list; please verify your server name, user name, and password info and try again. Cannot connect to database because the database client software failed to load. Be sure the database client software is installed and configured correctly"
I set up the database connection using the following:
platform - PostgreSQL
Instance - localhost (my computer name does not work either)
Authentication Type - Database
User name and password - set correctly
Database - cannot select (this is where the error appears)
I am using postgresql 9.0.5 and postgis 1.5.3. I can connect to the database using other software. Does anyone have any troubleshooting tips?
Thanks