Re: [GENERAL] database backup trouble

2007-02-05 Thread Tomi N/A
2007/2/3, George Weaver <[EMAIL PROTECTED]>: >it's a windows-related problem Is the Task Scheduler service running? (Start > Settings > Control Panel > Administrative Tools > Services - Task Scheduler?). If the Task Scheduler service is running , what does the Task Scheduler log indicate abou

Re: [GENERAL] database backup trouble

2007-02-03 Thread George Weaver
From: "Tomi N/A" And the .bat file script? The .bat script is of no importance: So be it... it's a windows-related problem Is the Task Scheduler service running? (Start > Settings > Control Panel > Administrative Tools > Services - Task Scheduler?). If the Task Scheduler service is r

Re: [GENERAL] database backup trouble

2007-02-02 Thread Tomi N/A
2007/2/2, George Weaver <[EMAIL PROTECTED]>: And the .bat file script? The .bat script is of no importance: it's a windows-related problem (or, to be more precise, the problem of my ignorance when it comes to windows scripting). The most trivial .bat scripts containing only a simple echo state

Re: [GENERAL] database backup trouble

2007-02-02 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/02/07 06:01, Tomi N/A wrote: > I'm trying to set up an automatic backup mechanism and have a number > of questions about issues I've encountered. > First of all, I tried to install pgAgent (the server is running win2k3 > and pgsql 8.1.5). Trying

Re: [GENERAL] database backup trouble

2007-02-02 Thread George Weaver
From: "Tomi N/A" > At this point, I decided to try a much more primitive approach: using > a windows scheduled task running a .bat or .cmd script which in turn > calls pg_dump. It might be helpful if you provided the exact pg_dump command you are trying to use, as well as the text of the .ba

Re: [GENERAL] database backup trouble

2007-02-02 Thread Richard Huxton
Tomi N/A wrote: 2007/2/2, George Weaver <[EMAIL PROTECTED]>: From: "Tomi N/A" > At this point, I decided to try a much more primitive approach: using > a windows scheduled task running a .bat or .cmd script which in turn > calls pg_dump. It might be helpful if you provided the exact pg_dump c

Re: [GENERAL] database backup trouble

2007-02-02 Thread Tomi N/A
2007/2/2, George Weaver <[EMAIL PROTECTED]>: From: "Tomi N/A" > At this point, I decided to try a much more primitive approach: using > a windows scheduled task running a .bat or .cmd script which in turn > calls pg_dump. It might be helpful if you provided the exact pg_dump command you are tr

Re: [GENERAL] database backup trouble

2007-02-02 Thread George Weaver
From: "Tomi N/A" At this point, I decided to try a much more primitive approach: using a windows scheduled task running a .bat or .cmd script which in turn calls pg_dump. It might be helpful if you provided the exact pg_dump command you are trying to use, as well as the text of the .bat file