Re: Urgent : Postgresql installation error somebody help

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "pratap chandran" <pratapsarma(at)yahoo(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Urgent : Postgresql installation error somebody help
Date: 2005-10-15 14:36:54
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE92E73F@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Hi all,
> I am trying to create an installable for my metalscan java
> application. Here are the specs:- I have created the
> installable using GKsetup(Gkware.com) a third party tool. I
> am using Postgresql 8.0.2 as my database for my Java
> application(metalscan). When the setup executable is double
> clicked on a laptop computer (having Windows2003 server) In
> the first part of my installation I am installing my Java
> application into the target computer and when this gets
> complete my database installation will start.During the
> database installation I am actually invoking a java program
> which executes some command line commands. I am using the
> msiexec command(msiexec /i postgresql-8.0-int.msi /qr
> INTERNALLAUNCH=1 ADDLOCAL=server,psql,docs,pgadmin
> SERVICEDOMAIN="+machineName+" SERVICEPASSWORD=12!(at)qwQWq
> SUPERPASSWORD=postgres SERVICEACCOUNT=postgres1
> BASEDIR=C:\\postgres") to start the silent mode installation
> of postgres.before this step I am u sing the net user /add
> command to create a user account in the windows2003 computer.
> Then using the NtRights.exe utility to grant the
> "logonasservice " right to the user I have created(username
> -postgres1). After this I am invoking msiexec as mentioned
> above. When I start the database installation in the silent
> mode using msiexec after the message "starting services" the
> following error appears and the Postgresql installation is
> rolled back.-
>
> Service 'PostgreSQL Database Server 8.0' (pgsql-8.0) failed
> to start. Verify that you have sufficient privileges to start
> system services.
>
> Please note that I have logged in as the administrator of the
> laptop computer. We tried the same installation program in
> our development network and the installation is working fine.
> Please tell me as to why I am getting this error and how I
> can solve this problem.

Do you get anything in the eventlog, or in the postgresql log directory?

//Magnus

Browse pgsql-general by date

  From Date Subject
Next Message Ron Mayer 2005-10-15 14:58:50 Re: [pgsql-advocacy] Oracle buys Innobase
Previous Message Magnus Hagander 2005-10-15 14:27:18 Re: Windows Installation error