| From: | Dave Page <dpage(at)postgresql(dot)org> |
|---|---|
| To: | novnov <novnovice(at)gmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Running a stored procedure via pgagent, need an examp le |
| Date: | 2007-08-16 20:18:36 |
| Message-ID: | 46C4B11C.80603@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
novnov wrote:
> Thank you, just had time to test this.
>
> I wrote a simple sproc that adds a row to a test table. I've created a one
> step job
>
> db = db the sproc is in
> kind = sql
> def = SELECT proc_test01_insertrow();
>
> set to run on each minute of every hour every day, starting today 00:00:01
>
> The job, step, and schedule all show as enabled. But it never runs. I've
> even restarted postgres...what else could be involved?
The normal problems we see are:
- pgAgent is connecting to a database other than the one containing the
pgagent schema.
- The user account that pgAgent runs under doesn't have trust access to
the database, or a suitable pgpass file to give it the password.
You can also enable debugging on the pgAgent command line which should
give more info about whats going on.
Regards, Dave
| From | Date | Subject | |
|---|---|---|---|
| Next Message | rakesh kumar | 2007-08-16 23:03:57 | some information |
| Previous Message | Pat Maddox | 2007-08-16 19:59:05 | Help with this query (some join stuff I think) |