HResults.DTS_E_CHECKPOINTFILEALREADYEXISTS Field

An existing checkpoint file is found with contents that do not appear to be for this package, so the file cannot be overwritten to start saving new checkpoints. Remove the existing checkpoint file and try again. This error occurs when a checkpoint file exists, the package is set to not use a checkpoint file, but to save checkpoints. The existing checkpoint file will not be overwritten.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Const DTS_E_CHECKPOINTFILEALREADYEXISTS As Integer
'Usage
Dim value As Integer 

value = HResults.DTS_E_CHECKPOINTFILEALREADYEXISTS
public const int DTS_E_CHECKPOINTFILEALREADYEXISTS
public:
literal int DTS_E_CHECKPOINTFILEALREADYEXISTS
static val mutable DTS_E_CHECKPOINTFILEALREADYEXISTS: int
public const var DTS_E_CHECKPOINTFILEALREADYEXISTS : int

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace