Hi James,
I'd like to know whether you're using the DTS in SQL Server 2000 or SSIS in SQL Server 2005.
If the DTS package is on the same machine as it is running, it has to be fine. The execute package task references the package according to its name.
If you're working on SSIS in SQL Server 2005, please confirm if you have uploaded it to the server. As when you have modified it, it still remains on the client side.
|||Kevin, thanks for the response. I am using DTS and the package is on the same server. Though it is definatley referencing it by PackageID. If I use the DTSRun utility I can reference it by name. However, when use execute package inside another package it references it by PackageID
No comments:
Post a Comment