Re: [pgadmin-support] pgAgent Steps Not Executed

2012-01-16 Thread David E. Wheeler
On Jan 16, 2012, at 9:05 AM, David E. Wheeler wrote: > postgres=# select * from pgagent.pga_jobsteplog where jslid = 284; > -[ RECORD 1 ]-- > jslid | 284 > jsljlgid| 211 > jsljstid| 1 > jslstatus | s > jslresult | 0 > jslstart| 2012-01-13 01:06:05

Re: [pgadmin-support] pgAgent Steps Not Executed

2012-01-16 Thread David E. Wheeler
On Jan 16, 2012, at 7:45 AM, Dave Page wrote: > Depends on what the first step is doing. You have On Error set to Fail, which > will cause subsequent steps to be skipped if an error is detected. What do > you see in the job step log for the first step? Success: postgres=# select * from pgage

Re: [pgadmin-support] pgAgent Steps Not Executed

2012-01-16 Thread Dave Page
Hi On Sun, Jan 15, 2012 at 7:18 PM, David E. Wheeler wrote: > pgAdmins, > > I added a new step to a pgAgent job a couple days ago, but noticed it has > not been executing. It is listed under the job's steps in the pgAdmin > object browser, as shown in the attached screenshot. However, when I vie