Postgres 8.3 fails to restart as a service on VMS and Server 2003

Posted by Woot4Moo on Server Fault See other posts from Server Fault or by Woot4Moo
Published on 2010-03-02T18:17:52Z Indexed on 2010/06/09 23:23 UTC
Read the original article Hit count: 165

Filed under:
|
|

Currently I am experiencing an issue with a Postgres 8.3 install wherein after a system restart a service is unable. The error message is as follows:

waiting for server to start...Access is denied. ............................................................could not start server

The command being executed is

pg_ctl.exe start -N "MyService" -D "C:\MyData"

I am logged in and executing this as an administrator. The issue originally happened after uninstalling and reinstalling postgres, the /data directory was removed as well.

© Server Fault or respective owner

Related posts about vmware

Related posts about postgresql