Groups | Blog | Home
all groups > sql server dts > february 2007 >

sql server dts : How to detect failure point of DTS job that is hung?


Greg Saunders
2/6/2007 9:31:58 AM
SQL2000 lastest SPs

We have a large DTS that runs every night from midnight to 2:00AM. 99% of
the time there isn't a problem, but on occasion the job will be hung.
There will be no messages in the event log indicating the problem, no
notification since it never failed or completed.

How can we determine what is causing it to hang. This probably once or
maybe twice a month.

RLoski
2/6/2007 3:43:01 PM
Do you have package logging set up? It is on package properties. You can
view the package by right clicking on the Local Packages node and clicking on
package logs. Look for steps that start and don't finish. One of those is
likely to be your culprit. Not all of them. Some steps are marked "started"
even though they don't execute. They are waiting to run.

If the erroring item is a data transformation, you can log the execution on
the last tab of the data transformation.

--
Russel Loski, MCSD.Net


[quoted text, click to view]
Greg Saunders
2/13/2007 10:05:50 AM
In article <4D155D45-AD06-4E07-9250-300267E4967F@microsoft.com>,
RLoski@discussions.microsoft.com says...
[quoted text, click to view]

AddThis Social Bookmark Button