Re: Terminal Server issues

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: pgsql-hackers-win32 <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: Terminal Server issues
Date: 2004-08-22 22:52:41
Message-ID: 412923B9.5070901@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Magnus Hagander wrote:
> I've done some more investigation on the issues with running initdb
> (well, running the postgres backend actually, which initdb does in a
> pipe of course). When I look at the actual error essage, it's "The
> specified path is invalid"!
>
> I don't see any reason why this should happen. I've also tried
> experimenting with the Local\ and Global\ prefixes of the file mapping
> object, but that makes no difference, the problem is still there.
>
> Does anybody have any idea of why CreateFileMapping() would behave
> differently on win2k terminal services

I don't, but you could try to use an explicit temp file, instead of
INVALID_FILE_HANDLE. Maybe the page file is accessible only in the
console session.

Regards,
Andreas

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Mark Kirkwood 2004-08-23 04:06:31 Re: Terminal Server issues
Previous Message Magnus Hagander 2004-08-22 19:47:30 Terminal Server issues