> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Andrus
> Sent: 19 April 2006 11:14
> To: pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] how to create backup copies
>
> Application log contains
>
> Could'nt execute script C:\DOCUME~1\postgres\....
> GetLastError() returned 183, errno = 0
OK, think I've tracked this down now - and have been able to recreate it
in a VM. Unfortunately, the most appropriate fix will take some thinking
about. The problem is similar to the note you found in the MS
documentation, though not identical - apparently in Windows <= 2000,
services don't have stdin/stdout etc.
See
http://archives.postgresql.org/pgsql-hackers-win32/2004-07/msg00181.php
for more details. The fix in this case is not suitable for us
unfortunately and would need some adaptation.
Regards, Dave.