From: | Thomas Kellerer <spam_eater(at)gmx(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: PosgreSQL Service does not Start In Vista |
Date: | 2009-09-02 11:39:22 |
Message-ID: | h7llh8$2q9$1@ger.gmane.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Inigo Barandiaran, 02.09.2009 12:39:
> We have included PostgreSQL 8.3(exe) installation in the installation
> process of our software, and we are experimenting some errors, mainly
> related with Windows Vista. The problem is that the installation of
> PosgreSQL seems to be correct, but the service is not started afterwards. I
> tried to start it manually but takes a lot of time and finally a windows
> error appears telling that "the PostgreSQL Database server 8.3 service on
> Local Computer Started and then stopped. Some services stop automatically if
> they have no work to do"
Most probably it is a problem with the access privileges for the data directory. Make sure the postgres service account has full write privileges on the data directory.
If your data directory is located in "Program Files" this is not a surprise because that directory is write protected for regular users (for a good reason)
Thomas
From | Date | Subject | |
---|---|---|---|
Next Message | Igor Katson | 2009-09-02 12:40:13 | Add a serial column to a table based on a sort clause |
Previous Message | August Lilleaas | 2009-09-02 11:19:16 | Re: Ungooglable error message when running initdb: Symbol not found: _check_encoding_conversion_args |