Hi,
I have a file system task which moves (renames) a file to another directory. I've set delay validation to true on the file sys tasks. The problem is that the directory doesn't exist at the time of validation. Another file sys task in the same package creates the dir prior to the rename task. The package runs fine but the validation raises errors so the result is failure.
If I understand correctly, it seems delay vaildation property does not stop the aquireconnection from happening during validation phase. Is that right? How do I get rid of these errors and result in success?
Error: 2010-12-17 03:33:01.66
Code: 0xC001000E
Source: ControlFlowPackage
Description: The connection "C:\P1\FAIL" is not found. This error is thrown by Connections collection when the specific connection element is not found.
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 3:33:00 AM
Finished: 3:54:22 AM
Elapsed: 1282.36 seconds
TIA,
Josh