Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Jobs don't exec
Fri, Jul 20 2007 5:43 AMPermanent Link

ASSOES
Hi

I have created this job, using ElevateDB Manager in a ElevateDB Server :

CREATE JOB "Prova"
RUN AS "System"
FROM DATE '2007-07-01' TO DATE '2050-10-20'
DAILY
BETWEEN TIME '09:40' AND TIME '09:40'
CATEGORY ''
BEGIN
EXECUTE IMMEDIATE 'BACKUP DATABASE Prova
AS Copia
To ''C:\Backups''
INCLUDE CATALOG';
END

If I don't understand bad, every day at 9:40 the server must run a backup.
The job is created ok, but doesn't run never, and field LastRun of Jobs table is allways null.
The server is running ok and the switch Run Jobs is clicked, and Category is empy.

Why the job never runs ?
The server runs the jobs ?

Regards
Robert
Fri, Jul 20 2007 4:35 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Robert,

<< The job is created ok, but doesn't run never, and field LastRun of Jobs
table is allways null. The server is running ok and the switch Run Jobs is
clicked, and Category is empy.

Why the job never runs ? The server runs the jobs ? >>

It's a bug caused by the server not "seeing" the new job.  As a workaround,
if you stop and then restart the server, then it will pick up the new job.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sat, Jul 21 2007 8:08 AMPermanent Link

ASSOES
<<It's a bug caused by the server not "seeing" the new job.  As a workaround,
if you stop and then restart the server, then it will pick up the new job. >>

This is the problem. Thank you.

Regards
Robert
Image