Thread: Error in 8.4.4-1 of windows installer from Enterprisedb

Error in 8.4.4-1 of windows installer from Enterprisedb

From
Amber
Date:
Hi ,
The installer has an error dealing with directory separator char on windows platform, it seems the installer causes the server looking for configuration file path with /, it should be \.  Hoping Enterprisedb engineers can see this message.
 
 

Re: Error in 8.4.4-1 of windows installer from Enterprisedb

From
Dave Page
Date:
On Mon, Jun 7, 2010 at 11:24 AM, Amber <guxiaobo1982@gmail.com> wrote:
> Hi ,
> The installer has an error dealing with directory separator char on windows
> platform, it seems the installer causes the server looking for configuration
> file path with /, it should be \.  Hoping Enterprisedb engineers can see
> this message.

/ works just fine on Windows.

What is the actual problem you are seeing, as opposed to the perceived cause?

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

Re: Error in 8.4.4-1 of windows installer from Enterprisedb

From
顾小波
Date:

 

When running the installer, there is a warning,

 

Problem running post-install step. Installation may not complete correctly

Error reading file

D:/amber/program/postgresql/8.4/data/postgres.conf

When start the service, the following entry is written in windows event log

 

"D:/Amber/Program/PostgreSQL/8.4/data/postgresql.conf": No such file or directory

On Mon, Jun 7, 2010 at 6:28 PM, Dave Page <dpage@pgadmin.org> wrote:

On Mon, Jun 7, 2010 at 11:24 AM, Amber <guxiaobo1982@gmail.com> wrote:
> Hi ,
> The installer has an error dealing with directory separator char on windows
> platform, it seems the installer causes the server looking for configuration
> file path with /, it should be \.  Hoping Enterprisedb engineers can see
> this message.

/ works just fine on Windows.

What is the actual problem you are seeing, as opposed to the perceived cause?

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

 

Re: Error in 8.4.4-1 of windows installer from Enterprisedb

From
Dave Page
Date:
Ashesh,

Can you take a look at this please? I wonder is there's an issue with
the data directory being on the D drive.

Thanks.

On Mon, Jun 7, 2010 at 11:41 AM, Amber <guxiaobo1982@gmail.com> wrote:
> When running the installer, there is a warning,
>
> Problem running post-install step. Installation may not complete correctly
> Error reading file
> D:/amber/program/postgresql/8.4/data/postgres.conf
> When start the service, the following entry is written in windows event log
>
> "D:/Amber/Program/PostgreSQL/8.4/data/postgresql.conf": No such file or
> directory
>
> On Mon, Jun 7, 2010 at 6:28 PM, Dave Page <dpage@pgadmin.org> wrote:
>>
>> On Mon, Jun 7, 2010 at 11:24 AM, Amber <guxiaobo1982@gmail.com> wrote:
>> > Hi ,
>> > The installer has an error dealing with directory separator char on
>> > windows
>> > platform, it seems the installer causes the server looking for
>> > configuration
>> > file path with /, it should be \.  Hoping Enterprisedb engineers can see
>> > this message.
>>
>> / works just fine on Windows.
>>
>> What is the actual problem you are seeing, as opposed to the perceived
>> cause?
>>
>> --
>> Dave Page
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise Postgres Company
>
>



--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

Re: Error in 8.4.4-1 of windows installer from Enterprisedb

From
顾小波
Date:

Hi Dave

 

I am not sure whether you have received my message, sorry for duplicate messages.

 

Xiaobo gu

 

From: Amber [mailto:guxiaobo1982@gmail.com]
Sent: Monday, June 07, 2010 6:42 PM
To: Dave Page
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Error in 8.4.4-1 of windows installer from Enterprisedb

 

When running the installer, there is a warning,

 

Problem running post-install step. Installation may not complete correctly

Error reading file

D:/amber/program/postgresql/8.4/data/postgres.conf

When start the service, the following entry is written in windows event log

 

"D:/Amber/Program/PostgreSQL/8.4/data/postgresql.conf": No such file or directory

On Mon, Jun 7, 2010 at 6:28 PM, Dave Page <dpage@pgadmin.org> wrote:

On Mon, Jun 7, 2010 at 11:24 AM, Amber <guxiaobo1982@gmail.com> wrote:
> Hi ,
> The installer has an error dealing with directory separator char on windows
> platform, it seems the installer causes the server looking for configuration
> file path with /, it should be \.  Hoping Enterprisedb engineers can see
> this message.

/ works just fine on Windows.

What is the actual problem you are seeing, as opposed to the perceived cause?

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

 

Re: Error in 8.4.4-1 of windows installer from Enterprisedb

From
Ashesh Vashi
Date:
Hi Amber,

Can you please tell me?
Is the 'D' drive an mapped network drive?

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise Postgres Company



On Mon, Jun 7, 2010 at 5:28 PM, Dave Page <dpage@pgadmin.org> wrote:
Ashesh,

Can you take a look at this please? I wonder is there's an issue with
the data directory being on the D drive.

Thanks.

On Mon, Jun 7, 2010 at 11:41 AM, Amber <guxiaobo1982@gmail.com> wrote:
> When running the installer, there is a warning,
>
> Problem running post-install step. Installation may not complete correctly
> Error reading file
> D:/amber/program/postgresql/8.4/data/postgres.conf
> When start the service, the following entry is written in windows event log
>
> "D:/Amber/Program/PostgreSQL/8.4/data/postgresql.conf": No such file or
> directory
>
> On Mon, Jun 7, 2010 at 6:28 PM, Dave Page <dpage@pgadmin.org> wrote:
>>
>> On Mon, Jun 7, 2010 at 11:24 AM, Amber <guxiaobo1982@gmail.com> wrote:
>> > Hi ,
>> > The installer has an error dealing with directory separator char on
>> > windows
>> > platform, it seems the installer causes the server looking for
>> > configuration
>> > file path with /, it should be \.  Hoping Enterprisedb engineers can see
>> > this message.
>>
>> / works just fine on Windows.
>>
>> What is the actual problem you are seeing, as opposed to the perceived
>> cause?
>>
>> --
>> Dave Page
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise Postgres Company
>
>



--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

Re: Error in 8.4.4-1 of windows installer from Enterprisedb

From
顾小波
Date:

Hi Ashesh,

 

No, it’s a physical partition.

 

Amber

 

From: Ashesh Vashi [mailto:ashesh.vashi@enterprisedb.com]
Sent: Monday, June 07, 2010 8:15 PM
To: Dave Page
Cc: Amber; pgsql-general@postgresql.org
Subject: Re: [GENERAL] Error in 8.4.4-1 of windows installer from Enterprisedb

 

Hi Amber,

 

Can you please tell me?

Is the 'D' drive an mapped network drive?

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise Postgres Company

 

On Mon, Jun 7, 2010 at 5:28 PM, Dave Page <dpage@pgadmin.org> wrote:

Ashesh,

Can you take a look at this please? I wonder is there's an issue with
the data directory being on the D drive.

Thanks.

On Mon, Jun 7, 2010 at 11:41 AM, Amber <guxiaobo1982@gmail.com> wrote:
> When running the installer, there is a warning,
>
> Problem running post-install step. Installation may not complete correctly
> Error reading file
> D:/amber/program/postgresql/8.4/data/postgres.conf
> When start the service, the following entry is written in windows event log
>
> "D:/Amber/Program/PostgreSQL/8.4/data/postgresql.conf": No such file or
> directory

>
> On Mon, Jun 7, 2010 at 6:28 PM, Dave Page <dpage@pgadmin.org> wrote:
>>
>> On Mon, Jun 7, 2010 at 11:24 AM, Amber <guxiaobo1982@gmail.com> wrote:
>> > Hi ,
>> > The installer has an error dealing with directory separator char on
>> > windows
>> > platform, it seems the installer causes the server looking for
>> > configuration
>> > file path with /, it should be \.  Hoping Enterprisedb engineers can see
>> > this message.
>>
>> / works just fine on Windows.
>>
>> What is the actual problem you are seeing, as opposed to the perceived
>> cause?
>>
>> --
>> Dave Page
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise Postgres Company
>
>



--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

 

Re: Error in 8.4.4-1 of windows installer from Enterprisedb

From
Ashesh Vashi
Date:
Hi Amber,

Can you please share the installation log file with us found under %TEMP% directory?

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise Postgres Company



On Mon, Jun 7, 2010 at 6:01 PM, 顾小波 <guxiaobo1982@gmail.com> wrote:

Hi Ashesh,

 

No, it’s a physical partition.

 

Amber

 

From: Ashesh Vashi [mailto:ashesh.vashi@enterprisedb.com]
Sent: Monday, June 07, 2010 8:15 PM
To: Dave Page
Cc: Amber; pgsql-general@postgresql.org


Subject: Re: [GENERAL] Error in 8.4.4-1 of windows installer from Enterprisedb

 

Hi Amber,

 

Can you please tell me?

Is the 'D' drive an mapped network drive?

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise Postgres Company

 

On Mon, Jun 7, 2010 at 5:28 PM, Dave Page <dpage@pgadmin.org> wrote:

Ashesh,

Can you take a look at this please? I wonder is there's an issue with
the data directory being on the D drive.

Thanks.

On Mon, Jun 7, 2010 at 11:41 AM, Amber <guxiaobo1982@gmail.com> wrote:
> When running the installer, there is a warning,
>
> Problem running post-install step. Installation may not complete correctly
> Error reading file
> D:/amber/program/postgresql/8.4/data/postgres.conf
> When start the service, the following entry is written in windows event log
>
> "D:/Amber/Program/PostgreSQL/8.4/data/postgresql.conf": No such file or
> directory

>
> On Mon, Jun 7, 2010 at 6:28 PM, Dave Page <dpage@pgadmin.org> wrote:
>>
>> On Mon, Jun 7, 2010 at 11:24 AM, Amber <guxiaobo1982@gmail.com> wrote:
>> > Hi ,
>> > The installer has an error dealing with directory separator char on
>> > windows
>> > platform, it seems the installer causes the server looking for
>> > configuration
>> > file path with /, it should be \.  Hoping Enterprisedb engineers can see
>> > this message.
>>
>> / works just fine on Windows.
>>
>> What is the actual problem you are seeing, as opposed to the perceived
>> cause?
>>
>> --
>> Dave Page
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise Postgres Company
>
>



--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company