From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
---|---|
To: | "Robert Fitzpatrick" <lists(at)webtent(dot)net>, "PostgreSQL" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Error code 1063 |
Date: | 2006-07-12 12:13:51 |
Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCEA0FAEC@algol.sollentuna.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> We have PostgreSQL 8.1 running on Windows 2000 for a few
> weeks now, when we try to start the service, it could not
> start claiming no error returned. So, I go to the command
> prompt and run the following:
>
> "C:\Program Files\PostgreSQL\8.1\bin\pg_ctl.exe" runservice
> -N "pgsql-8.1" -D "C:\Program Files\PostgreSQL\8.1\data\"
> pg_ctl: could not start service "psql-8.1": error code 1063
>
> I tried googling that error code, but come up with nothing.
> Can someone tell us what this code means?
C:\> net helpmsg 1063
The service process could not connect to the service controller.
You can't use "runservice" from the commandline, only from the service
control manager. If you want to start it with pg_ctl, just use "pg_ctl
start".
//Magnus
From | Date | Subject | |
---|---|---|---|
Next Message | Carl M. Nasal II | 2006-07-12 12:19:10 | Re: PostgreSQL Server Crash using plPHP or PL/Perl |
Previous Message | Clodoaldo Pinto | 2006-07-12 10:55:49 | Re: doesn't recognize "!=-" (not equal to a negative value) |