any news about the “Connection refused. Check that the hostname and port are correc and that the postmaster is accepting TCP/IP connections” error??
I’ve got it in a win7 machine, has somebody solved this?
thanks
any news about the “Connection refused. Check that the hostname and port are correc and that the postmaster is accepting TCP/IP connections” error??
I’ve got it in a win7 machine, has somebody solved this?
thanks
If the Postgres server is stand alone service then ensure that the login has the appropriate permissions.
Also check that any firewall allows the port to be used.
Hi,
I followed what is adviced, so I instaled Postgresql 9.0 in the folder: Program Files/Servoy/application_server/postgres_db
but servoy keep without connection to repository.
Then registered posgresql as a service. (we are working with windows xp) using command lines:
initdb -D “postgres_db\data” -E “SQL_ASCII” –no-locale
pg_ctl register -N “PostgreSQL” -D “postgres_db\data” -l “pgsql\data\pgsql.log”
Now i have repostitory in servoy (at least the contection to: bug_db, example_data, log_server, servoy_repository, etc. appear without the red cross) but keep with problems:
Other doubt: where is saved the servoy_repository files? Before they were in application_server/database folder but
with the instalation of Servoy 5.2.2 I didnt found them.
Any help to fix this problem??
Thank you
Please don’t cross-post.
Sorry, you are right. I was a little anxious to fix the problem.