all groups > sql server dts > november 2005 >
You're in the

sql server dts

group:

Running a dts package from a dts package


Running a dts package from a dts package Kevin R.
11/18/2005 10:42:42 AM
sql server dts:
Hi All,

I have a dts package (package A) which I can execute from SQL Enterprise
Manager. I then created another dts package (package B) that runs
package A. But, package B hangs when I try to execute it. Even if I hit
the Cancel button on the dts status window it never cancels and I have
to kill the task. When I check the error log for package B I see that it
started but elapsed time is 0 while none of the steps in package A have
been started.

Does anyone know why do I have this problem.

thx,
Kevin


Re: Running a dts package from a dts package Darren Green
11/21/2005 12:54:28 PM
Try setting the execute package task to execute one the main thread. It
could be the same underlying problem as described here-

PRB: A DTS Package Raises Exceptions or Stops Responding When You Run It as
a Scheduled Job
(http://support.microsoft.com/default.aspx?scid=kb;en-us;318819)


--
Darren Green
http://www.sqldts.com
http://www.sqlis.com

[quoted text, click to view]

Re: Running a dts package from a dts package Kevin R.
11/22/2005 3:30:30 PM

I really appreciate you taking the time responding to my problem. Your
suggestion worked!

thx,
kr


AddThis Social Bookmark Button