Icon View Incident Report

Serious Serious
Reported By: Robert
Reported On: 7/20/2007
For: Version 1.04 Build 6
# 2416 Newly-Created Jobs Do Not Run on the ElevateDB Server

I have created the following job, using ElevateDB Manager in a ElevateDB Server. 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 empty.

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



Comments Comments and Workarounds
The workaround is to stop and then restart the ElevateDB Server. That will cause the server to "see" the new job and execute it on schedule.


Resolution Resolution
Fixed Problem on 7/21/2007 in version 1.05 build 1


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image