Thread: BUG #4393: failed toget system metics for terminal services:87

BUG #4393: failed toget system metics for terminal services:87

From
"Hemavathi B N"
Date:
The following bug has been logged online:

Bug reference:      4393
Logged by:          Hemavathi B N
Email address:      alameenlibrary@gmail.com
PostgreSQL version: 8.0
Operating system:   windows 2003
Description:        failed toget system metics for terminal services:87
Details:

Dear Sir,

I am not able to install the postgresql
because of " to get system metics for terminal services:87" this error.

What is it? Please help me out in this


Looking for earliest response

Thanking you,

Hemavathi B N
080 22297368

Re: BUG #4393: failed toget system metics for terminal services:87

From
Russell Smith
Date:
Hemavathi B N wrote:
> The following bug has been logged online:
>
> Bug reference:      4393
> Logged by:          Hemavathi B N
> Email address:      alameenlibrary@gmail.com
> PostgreSQL version: 8.0
> Operating system:   windows 2003
> Description:        failed toget system metics for terminal services:87
> Details:
>
> Dear Sir,
>
> I am not able to install the postgresql
> because of " to get system metics for terminal services:87" this error.
>
> What is it? Please help me out in this
>
>
> Looking for earliest response
>
> Thanking you,
>
> Hemavathi B N
> 080 22297368
>
My guess is that you are not installing from the console, but are using
terminal services.  I don't think you can install from a terminal
services connection.  Try installing directly from the console.  If you
aren't able to sit in front of the machine, there is a way in win2003+
to allow you to connect directly to the console using remote desktop.  I
don't remember what it is.  Google should help you there though.

Regards

Russell

Re: BUG #4393: failed toget system metics for terminal services:87

From
Tom Lane
Date:
Russell Smith <mr-russ@pws.com.au> writes:
> Hemavathi B N wrote:
>> PostgreSQL version: 8.0
>> Operating system:   windows 2003
>> Description:        failed toget system metics for terminal services:87

> My guess is that you are not installing from the console, but are using
> terminal services.  I don't think you can install from a terminal
> services connection.  Try installing directly from the console.

Also try a newer Postgres release, per the identical bug report posted
less than a week ago:
http://archives.postgresql.org/pgsql-bugs/2008-08/msg00241.php
I believe this is something that's fixed as of 8.2.

            regards, tom lane

Re: BUG #4393: failed toget system metics for terminal services:87

From
Magnus Hagander
Date:
Tom Lane wrote:
> Russell Smith <mr-russ@pws.com.au> writes:
>> Hemavathi B N wrote:
>>> PostgreSQL version: 8.0
>>> Operating system:   windows 2003
>>> Description:        failed toget system metics for terminal services:87
>
>> My guess is that you are not installing from the console, but are using
>> terminal services.  I don't think you can install from a terminal
>> services connection.  Try installing directly from the console.
>
> Also try a newer Postgres release, per the identical bug report posted
> less than a week ago:
> http://archives.postgresql.org/pgsql-bugs/2008-08/msg00241.php
> I believe this is something that's fixed as of 8.2.

Yes, IIRC that whole codepath has been rewritten. And 8.0 isn't
supported anymore (on windows), so you really sholdn't be installing
that on a new system :P

//Magnus