Share via


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
public const int DTS_E_CHECKPOINTFILEALREADYEXISTS
public:
literal int DTS_E_CHECKPOINTFILEALREADYEXISTS
public static final int DTS_E_CHECKPOINTFILEALREADYEXISTS
public const var DTS_E_CHECKPOINTFILEALREADYEXISTS : int

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

HResults Class
HResults Members
Microsoft.SqlServer.Dts.Runtime Namespace