Good morning:
I have a DTS package that moves files from a staging folder to a loading folder then to an archive folder. Between loading and archive, some manipulation is performed on the file. After archiving I need the process to begin again at the starting point. This is where I have an issue. If I join the archiving ActiveX back to the first DTS element, I get a loop.
How can I tell the Package at which node to begin processing?
Thanks in advance.
I have a DTS package that moves files from a staging folder to a loading folder then to an archive folder. Between loading and archive, some manipulation is performed on the file. After archiving I need the process to begin again at the starting point. This is where I have an issue. If I join the archiving ActiveX back to the first DTS element, I get a loop.
How can I tell the Package at which node to begin processing?
Thanks in advance.