Re: BUG #4785: Installation fails

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: BUG #4785: Installation fails
Дата
Msg-id 937d27e10905061256o74a652edr6c7bee1e48e7d8ab@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #4785: Installation fails  ("Roger Krimstock" <rik@avaya.com>)
Список pgsql-bugs
On Wed, May 6, 2009 at 4:41 PM, Krimstock, Roger I (Roger)
<rik@avaya.com> wrote:
>
> Hopefully, this is the file that will provide the information. =A0It does=
 reference postgresql.conf.

Yep, it is the right file. The pertinent bit is this:

---
Ensuring we can write to the data directory (using cacls):
Are you sure (Y/N)?processed dir: C:\Program Files\PostgreSQL\8.4\data
Access is denied.
----

The command that seems to be failing appears to be:

echo y|cacls "C:\Program Files\PostgreSQL\8.4\data" /T /G "<username>":F

where <username> is your current username as returned by a scripting
object. Can you try running the command in a command prompt please,
and see if it works interactively (using your username)?

Also, please put the following in a file (test.vbs) and run it with:

cscript test.vbs

on the commandline. Don't include the dashes in the file:

-----
Set objNetwork =3D CreateObject("WScript.Network")
WScript.Echo objNetwork.Username
-----

Thanks.

--=20
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug (8.4beta): FailedAssertion("!(bms_is_subset(relids, qualscope))", File: "initsplan.c", Line: 915)
Следующее
От: Peter Much
Дата:
Сообщение: WARNING: silent data corruption possible from PL/ruby 0.5.0 (after Ruby upgrade)