GUI falsely reports job in progress
degnoski
Posts: 3
A t-log backup runs every two hours for several months. Suddenly the job is not running but the SQL Backup V6.3 gui says it's in progress. This has been going on for several days now. SQL Server indicates that the job is not running. I deleted the job from SQL Backup but the gui still reports the job in progress. I created a new job to replace the problem job and it is running fine. How do I force the gui to end(release) this job?
Comments
We are doing backups with VERIFY_ONLY. Is there a fix/patch in place to resolve this issue or do we need to turn off the VERIFY_ONLY option?
(SQL Server 2005 with SP4 32bit Clustered)
Regards.
Paul
Yous don't mention what version you are running other than the possible subject line.
We are running 6.5.2.9 and have this happen every so often. We even added a VERIFYINTERVAL parameter as we had been told it might help with this issue.
Chris
WITH ERASEFILES = 3, DISKRETRYINTERVAL = 30, DISKRETRYCOUNT = 10, COMPRESSION = 0, INIT, THREADCOUNT = 7, VERIFY
You might also be able to try V 7 that came out earlier this week.
Chris