Page 1 of 1

error with sql, i guess

PostPosted: Wed Dec 10, 2008 9:09 am
by toast
This is the message which appears :

Unable to begin feeder import process. Reason: Unable to login to database (PT3 DB). Reason: could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" and accepting TCP/IP connections on port 5432?

Need Help, what do i do ?

Ty

Re: error with sql, i guess

PostPosted: Wed Dec 10, 2008 10:28 am
by kraada
That means your database server is not running. You can try starting it manually by clicking Start --> Programs --> PostgreSQL --> Stop Services followed by Start --> Programs --> PostgreSQL --> Start Services. If that doesn't help it's most likely that something is blocking it from starting correctly. Please check your firewall/anti-virus/anti-spam software and make sure that there is an exception set for Postgres.exe to use port 5432 and that it should not be blocked by anything, then restarting the service as directed above should work properly.

highfalutin