Re: PG 9.1 on windows setup problem

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: PG 9.1 on windows setup problem
Дата
Msg-id 57178560.7090401@aklaver.com
обсуждение исходный текст
Ответ на PG 9.1 on windows setup problem  (Moreno Andreo <moreno.andreo@evolu-s.it>)
Ответы Re: PG 9.1 on windows setup problem  (Moreno Andreo <moreno.andreo@evolu-s.it>)
Список pgsql-general
On 04/20/2016 01:57 AM, Moreno Andreo wrote:
> Hello,
>      I have a strange problem.
> I'm installing PostgreSQL 9.1 on Windows XP Home SP3 (don't ask!!! :-))

Where did you get the binary/installer?

> and facing the following problem (pasted from log)
>
> ---------------------
> [...]
> Starting the database server...
> Executing cscript //NoLogo "C:\PGSql\installer\server\startserver.vbs"
> postgresql-9.1
> Script exit code: 1
>
> Script output:
>   Starting postgresql-9.1
> Failed to start the database server (14)
>
> Script stderr:
>   Program ended with an error exit code
> [...]
> ------------------
>
> All seems to be OK, initdb seems OK, if I run
>          pg_ctl -D <data dir> start
> the server starts and populates its log (in \pg_log) with no strange things
> Antivirus software is disabled
> Firewall is disabled
>
> We have a customized (unattended and parameter-driven) PostgreSQL setup
> inside out application setup. To exclude even this, I tried to install
> PG using setup with its own GUI, but no luck.
>
> I'd like to know the meaning of that (14) error code, just to dig
> further in the problem.
> Also, is there an installation error codes reference somewhere?

Have you looked in startserver.vbs?

>
> Thanks
> Moreno.-
>
>
>


--
Adrian Klaver
adrian.klaver@aklaver.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: How do BEGIN/COMMIT/ABORT operate in a nested SPI query?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Initdb --data-checksums by default