Thread: PostgreSQL 8.0.x on Windows XPe

PostgreSQL 8.0.x on Windows XPe

From
pgsql-admin@rickabaugh.net
Date:
Hello,

Has anyone tried using PostgreSQL 8.0.x on Windows XPe?

I tried installing and it failed on the "Initialise database cluster" step
saying that it could not open the "Secondary Logon service".  The message
indicated that the specified service does not exist as an installed service.
The probably means that XPe doesn't use this service.  Are there any work
arounds?

Please let me know if you have any ideas.

Thanks in advance!

Brian

Re: PostgreSQL 8.0.x on Windows XPe

From
"Magnus Hagander"
Date:
> Hello,
>
> Has anyone tried using PostgreSQL 8.0.x on Windows XPe?

XPe as in XP Embedded? I haven't heard of any.


> I tried installing and it failed on the "Initialise database
> cluster" step saying that it could not open the "Secondary
> Logon service".  The message indicated that the specified
> service does not exist as an installed service.
> The probably means that XPe doesn't use this service.  Are
> there any work arounds?
>
> Please let me know if you have any ideas.

Try installing it without initializing the database, and then manually
initialize the database later (logged in as a non-admin user, of
course).

//Magnus