August 1, 2005 at 7:21 pm
August 2, 2005 at 9:44 am
SQL Enterprise Manager does not refresh automatically. Try refreshing the Job by right clicking on the "Jobs" on left side pane and selecting Refresh, or by right clicking on the Job itself in the right pane and selecting Refresh Job. This will show the latest status of the Job.
August 2, 2005 at 11:41 am
I did refresh EM and also collected running jobs using exec msdb..sp_help_job @execution_status=1. The status remained the same - running.
Igor
August 3, 2005 at 4:01 am
Hi,
have a look at msdb, perhaps it's full or the job-history contains too much entries.
do you use sp_delete_backuphistory regularely?
karl
Best regards
karl
August 3, 2005 at 6:18 am
It seems that there is some issue with your MSDB database, probably TLog / Data Files are either full or corrupt. Please take a look at the Errorlog for any errors relating to the MSDB.
August 3, 2005 at 9:03 am
Is the job a tsql job or cmd shell job? For the latter one, if it runs too long time, the job may hang due to os problem.
August 3, 2005 at 12:00 pm
Karl,
Total number of entries in sysjobhistory is below Maximum job history log size but for some of the jobs maximum job history rows per job reached maximum limit. But still my understanding is that this should not be a problem since previous entries will get overwritten for jobs in question. I am not sure whether this could be a cause for an original problem though. Is this a good idea to sp_delete_backuphistory regularely?
Thanks,
Igor
August 3, 2005 at 12:01 pm
Jobs in questions are not a cmd shell ones.
Thanks,
Igor
August 3, 2005 at 12:02 pm
No indication in the error log.
Igor
August 3, 2005 at 12:18 pm
Is there a notification sent at the end of job. we had several jobs in hang state as our SMTP service which sends the email notification hanged. So SQL jobs were just waiting for response and the job state was 'executing'
Thanks
Ajay
August 3, 2005 at 12:21 pm
Yes, we are using SMPT mail as a last step in the job. But job never reaches this step it hangs before.
August 4, 2005 at 4:41 am
Hi,
if you set a limit to the rowcount for the jobhistory you don't need to do sp_delete_jobhistory...
Do these jobs execute anything on linked servers? If so, is the duration for any of these statements longer than 10 min?
If so you might be running in a problem with the connection-timeout for the linked server, which is by default 10 min...
karl
Best regards
karl
August 4, 2005 at 10:30 am
Karl,
Jobs do not work with linke server. All manipulations are done against local server. Thanks for your thoughts.
Igor
Viewing 13 posts - 1 through 12 (of 12 total)
You must be logged in to reply to this topic. Login to reply