IS 서비스가 사용자 정의 구성 파일을 로드하지 못했습니다.

Microsoft.SQLServer.2008.IS_Service_failed_to_load_user_defined_Configuration_file_5_Rule (Rule)

Knowledge Base article:

요약

Integration Services 서비스가 시작될 때 해당 구성 파일을 로드할 수 없습니다. 기본적으로 이 파일 이름은 MSDtsSrvr.ini.xml이지만 레지스트리 설정을 통해 다른 파일 이름 및 파일 위치를 사용하도록 Integration Services 서비스를 구성할 수 있습니다.

원인

구성 파일을 찾을 수 없거나 지정한 파일이 예기치 않은 형식이기 때문에 로드하지 못했습니다. 파일이 손상되었거나 파일이 있는 네트워크 공유에 액세스할 수 없습니다.

해결 방법

기본 위치인 Microsoft\SQL Server\90\DTBinn이나 다음 레지스트리 키에 지정된 위치로 구성 파일을 옮기십시오. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTS\ServiceConfigFiledefault

구성 파일이 지정한 스키마를 따르는 XML 파일인지 확인합니다.

외부

구성 파일의 스키마에 대한 자세한 내용은 온라인 설명서의 "Integration Services 서비스 구성", "Integration Services 액세스에 대한 Windows 방화벽 구성" 및 "Integration Services 서비스 관리" 항목을 참조하십시오.

Element properties:

TargetMicrosoft.SQLServer.2008.IntegrationServices
CategoryEventCollection
EnabledTrue
Event_ID272
Event SourceSQLISService100
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
IS 서비스가 사용자 정의 구성 파일을 로드하지 못했습니다.
{0}
Event LogApplication
CommentMom2008ID='{9500A9D3-9854-4391-950D-C68A9841060B}';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.IS_Service_failed_to_load_user_defined_Configuration_file_5_Rule" Target="SQL2008Core!Microsoft.SQLServer.2008.IntegrationServices" Enabled="true" ConfirmDelivery="true" Remotable="true" Comment="Mom2008ID='{9500A9D3-9854-4391-950D-C68A9841060B}';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>272</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>SQLISService100</Value>
</ValueExpression>
</SimpleExpression>
</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.IS_Service_failed_to_load_user_defined_Configuration_file_5_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>