Re: initdb failure on Windows 2003

From: Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com>
To: Mike Wylde <mwylde(at)thoughtworks(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: initdb failure on Windows 2003
Date: 2011-11-29 19:28:51
Message-ID: CAP_rwwm41+H=bpQz7q+83D94TLF4bjHOWKrBhZeT7y1+DxxgvA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

what is the output when you run this in command line:

...\path\to\initdb.exe c:\testpgdata

?

2011/11/29 Mike Wylde <mwylde(at)thoughtworks(dot)com>:
> I’m trying to install Postgres 8.4.9.1 on a Windows 2003 SP2 64bit operating
> system. The download has installed previously (to a windows 7 box) so I know
> it should be OK but under W2003 the initdb command seems to be failing. It
> doesn’t return an error message but non of the actions are performed, the
> data directory remains empty.
>
>
>
> Any ideas, or extra logging that I can switch on to try and tie this down. I
> can’t reproduce it on a W2003 box running the 32bit OS and getting hold of
> another 64 bit box is complicated.
>
>
>
> The install log looks like:
>
>
>
> Called CreateDirectory(D:\Mingle\PostgreSQL\8.4\data)...
>
> Called CreateDirectory(D:\Mingle\PostgreSQL\8.4)...
>
> WScript.Network initialized...
>
> Called IsVistaOrNewer()...
>
>     'winmgmts' object initialized...
>
>     Version:5.2
>
>     MajorVersion:5
>
> Ensuring we can write to the data directory (using cacls):
>
>     Executing batch file 'rad38351.bat'...
>
>     Executing batch file 'rad38351.bat'...
>
> Reading:    objConfFile is nothing...
>
> Writing:    objConfFile is nothing...
>
>
>
> We’ve also tried with 8.3 and 9.1 installers and get exactly the same
> result.
>
>
>
> Any help of hints would be most appreciated.
>
>
>
> Regards,
>
> Mike Wylde
>
>
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Filip Rembiałkowski 2011-11-29 19:44:34 Re: Limiting number of connections to PostgreSQL per IP (not per DB/user)?
Previous Message Filip Rembiałkowski 2011-11-29 19:16:27 Re: Query Optimizer makes a poor choice