검사점 파일을 로드할 수 없으므로 패키지를 실행하지 못했습니다.

Microsoft.SQLServer.2008.Package_execution_failed_because_the_checkpoint_file_cannot_be_loaded_5_Rule (Rule)

Knowledge Base article:

요약

검사점을 사용하며 항상 검사점 파일을 사용하도록 구성된 패키지를 다시 시작하지 못했습니다.

원인

검사점 파일을 찾을 수 없거나 지정한 파일이 예기치 않은 형식이기 때문에 로드하지 못했습니다.

해결 방법

검사점 파일은 로컬로 사용할 수 있어야 합니다. 검사점 파일을 찾은 후 원하는 위치로 옮기십시오.

검사점 파일을 사용할 수 없으면 Set 옵션으로 패키지를 실행하여 CheckpointUsage 속성의 구성된 값을 IfExists 또는 Never 값으로 재정의하십시오.

외부

자세한 내용은 온라인 설명서의 "dtexec 유틸리티", "패키지 속성 설정" 및 "패키지에서 검사점 사용" 항목을 참조하십시오.

Element properties:

TargetMicrosoft.SQLServer.2008.IntegrationServices
CategoryEventCollection
EnabledTrue
Event_ID12550
Event SourceSQLISPackage100
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
검사점 파일을 로드할 수 없으므로 패키지를 실행하지 못했습니다.
{0}
Event LogApplication
CommentMom2008ID='{58C93261-222E-4E37-86F8-FC6E144751A5}';MOM2008GroupID={467ECC75-C5DA-42BD-955C-A73BBB51AF74}

Member Modules:

ID Module Type TypeId RunAs 
_F6DA1507_12AF_11D3_AB21_00A0C98620CE_ DataSource Microsoft.Windows.EventProvider Microsoft.SQLServer.SQLDefaultAccount
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SQLServer.2008.Package_execution_failed_because_the_checkpoint_file_cannot_be_loaded_5_Rule" Target="SQL2008Core!Microsoft.SQLServer.2008.IntegrationServices" Enabled="true" ConfirmDelivery="true" Remotable="true" Comment="Mom2008ID='{58C93261-222E-4E37-86F8-FC6E144751A5}';MOM2008GroupID={467ECC75-C5DA-42BD-955C-A73BBB51AF74}">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_F6DA1507_12AF_11D3_AB21_00A0C98620CE_" Comment="{F6DA1507-12AF-11D3-AB21-00A0C98620CE}" TypeID="Windows!Microsoft.Windows.EventProvider" RunAs="SQL!Microsoft.SQLServer.SQLDefaultAccount">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>12550</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>SQLISPackage100</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDescription</XPathQuery>
</ValueExpression>
<Operator>ContainsSubstring</Operator>
<Pattern>1073614717</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.SQLServer.2008.Package_execution_failed_because_the_checkpoint_file_cannot_be_loaded_5_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>