Re: Service not starting during install

From: imageguy <imageguy1206(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Service not starting during install
Date: 2009-02-20 14:29:47
Message-ID: 18a55117-296d-4904-93a2-950896cc15b5@s9g2000prg.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> Any ideas now?

Are you *sure* you have checked the permissions of the os user_id that
is assigned to run the postgreSQL service ?
PG is very specific about the permissions it wants and just as
importantly it is very specific about the permissions it DOES NOT
want.

I would suggest you start with this entry which describes installing
on Windows.
http://wiki.postgresql.org/wiki/Running_%26_Installing_PostgreSQL_On_Native_Windows

I have installed PG on a number of Win OS machines and in almost every
time when I have run into issues you described above it has come back
to a permissions. As an example, last time a customer's network
tech changed the user_id of the database service to a 'domain admin'
and on the next reboot of the box, the pg service just wouldn't
start. When we changed it back to a domain user everything worked as
it should ... after spending 3 hrs trying to sort out what the problem
was.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Fetter 2009-02-20 14:50:22 Re: where to divide application and database
Previous Message Francisco Figueiredo Jr. 2009-02-20 14:15:23 Re: Question about functions that return a set of records