When I try to connect to my PostGIS-Database, I always get error messages.
Information
In the Instance Field I tried with this schema: Server="serveradress";Port="port" which returned the error "Server Machine not Found"
When I try with this schema "serveradress";"port" I get the error shown in the picture: "Invalid Connection Property"
Any ideas where the problem could be?
Solved! Go to Solution.
Hey can we just confirm if the following documentation has been used? From checking this it could maybe be the instance name not being enclosed in square brackets if an ivp6 address is being used.
David
Sorry for the misleading title, "Postgres 14 connection error" would have been correct.
Hey can we just confirm if the following documentation has been used? From checking this it could maybe be the instance name not being enclosed in square brackets if an ivp6 address is being used.
David
As a matter of fact I did not read it properly. Changing the ; to a , solved the issue.