run package continuously

  • I've got a package that watches for a file. Once that file exist it performs other tasks. The last task deletes the file that is being watched, I then want to start the 'file watcher task' over again. So basically a continuous loop.. Any ideas?

  • Nevermind. Should've finished my research...

    I ended up using a For Loop Container and setting a counter limit variable really high, like 999. It's going to work for me.

  • If you want to package to run until it's manually stopped then you do not have to increment a counter each time you go thru the loop. If you test for a value equal to itself then the result of the test will always be true.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply