HResults.DTS_E_LOADCHECKPOINT Field

Definition

The package failed during execution because the checkpoint file cannot be loaded. Further execution of the package requires a checkpoint file. This error usually occurs when the CheckpointUsage property is set to ALWAYS, which specifies that the package always restarts.

public: int DTS_E_LOADCHECKPOINT = -1073614717;
public const int DTS_E_LOADCHECKPOINT = -1073614717;
val mutable DTS_E_LOADCHECKPOINT : int
Public Const DTS_E_LOADCHECKPOINT As Integer  = -1073614717

Field Value

Value = -1073614717

Applies to