SSIS->> Package restartability fullfilled by checkoints

Source: Internet
Author: User
Tags ssis

Checkpoints is the foundation for restarting packages in SSIS, and they work by writing state information to a? Le after Each task completes. This le can then is used to determine which tasks has run and which have failed.

To ensure this checkpoint? Le is created correctly, your must set 3 package properties and one task property:

Checkpointfilename:this is the? Lename of the checkpoint? Le

Checkpointusage:3 Options

    • Never:the package won't use a checkpoint? Le and therefore would never restart.
    • If exists:if a checkpoint? Le exists in the speci? Ed for the CheckpointFileName property, then it'll be used, and the package would restart according to the checkpoints WR Itten.
    • Always:the package would always use a checkpoint? Le to restart; If one does not exist, the package would fail

Savecheckpoints:this is a, simple, Boolean to indicate, whether checkpoints is, is written.

The one property has to set on the task is failpackageonfailure. This must is set for each task or container, want to is the point for a checkpoint and restart. If you don't set the This property to true and the task fails, no? Le'll is written, and the next time you invoke the package, it'll start from the beginning again.

Checkpoints occur only at the Control Flow

If you want a checkpoint? Le to is written, then make sure, and the restart Point have failpackageonfailure set to true.

SSIS->> Package restartability fullfilled by checkoints

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.