Hi,
I really need some help in SSIS checkpoints.
I created a package programmatically and added checkpoint file configuration:
pkg.SaveCheckpoints = true;
pkg.CheckpointUsage = DTSCheckpointUsage.IfExists;
pkg.CheckpointFileName = @"D:\TestDynamicPackage.txt";
In all tasks I set the FailPackageOnFailure property to true.
The package is created fine but when I execute it, the checkpoint file is created but it is not updated - remains 0kb also in case of failure.
Please assist
Thanks,
Liron