klewis10367
MIS
I have a DTS package that looks to a file location to import into sql. The problem I am having is that the file does not always exist or has a size of 0. I have four other steps within the DTS package that do the same thing but for different file locations. The problem I have is that if there is no file in one of the steps the whole task fails, so I have set all of the workflow options to completion, then at least the package will complete. Is there any to create an Active X script to check for either file size or if exists, that will (if fails )continue on with the package reporting success?