From: | "Christian Henning" <chhenning(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Installing PostgreSQL on Windows XP |
Date: | 2007-02-07 16:30:29 |
Message-ID: | 949801310702070830k6222b9dag329520897c50413c@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi there, first post. I would like to share a solution for Windows
users having problems installing PostgreSQL 8.2.2. I couldn't find
anything in the docs and FAQ.
My installation routine went fine until it tried to start the postgres
service. This failed and there was no hint of why. So went to the
Service panel myself and tried to start the service. Now at least I
got the following error message:
Error 1068: The dependency service or group failed to start.
Surfing the net was no success but having a look at the event viewer
offered the following:
The PostgreSQL Database Server 8.2 service depends on the Net Logon
service which failed to start because of the following error:
%%0
Another important hint was this Net Logon error message
This computer is configured as a member of a work group, not as a
member of a domain. The Netlogon service does not need to run in this
configuration.
So putting all these information finally let to the MS kb269375 which
solved my problem. See http://support.microsoft.com/kb/269375
Let's see what's next. ;-)
Christian
From | Date | Subject | |
---|---|---|---|
Next Message | MargaretGillon | 2007-02-07 16:35:40 | Re: Limit for number of Joins in a View? Version 8.1.4 on Redhat 9 |
Previous Message | Nicolas Gignac | 2007-02-07 16:28:56 | Client connection: Port 5432 / Postgres |