Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Quit package on condition.

Author  Topic 

p.shaw3@ukonline.co.uk
Posting Yak Master

103 Posts

Posted - 2005-12-19 : 06:49:33
Is there a way to quit a package on a certain condition through ActiveX? For example, as the first step to check if a file exists and if so, do not proceed with the rest of the package.

Thanks.

FedeX
Starting Member

5 Posts

Posted - 2005-12-19 : 10:01:19
Hi,

you can try

Main = DTSTaskExecResult_Failure
Go to Top of Page
   

- Advertisement -