Crawl seed error

Crawl_seed_error (Rule)

Knowledge Base article:

Summary

An error occurred in the Microsoft SharePoint Portal Server Search (SharePointPSSearch) service. Crawling failed because the content source cannot be accessed.

Resolutions

Do the following:

For information about the SharePointPSSearch service, see the Microsoft Office SharePoint Portal Server 2003 Administrator's Guide.

Additional

Sample Event

Crawl seed error occurred. Validate the seed URL in the content source definition.

Element properties:

TargetMicrosoft.SharePointPortalServer.2003.SearchService
CategoryEventCollection
EnabledTrue
Event SourceMicrosoft SharePointPS Search Service
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Crawl seed error
{0}
Event LogApplication
CommentMom2005ID='{66609E30-65EA-4FEC-B33A-D689FB3DEBD9}'

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Crawl_seed_error" Enabled="onStandardMonitoring" Target="Microsoft.SharePointPortalServer.2003.SearchService" Remotable="true" Comment="Mom2005ID='{66609E30-65EA-4FEC-B33A-D689FB3DEBD9}'">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Microsoft SharePointPS Search Service</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>3024|3036</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="Crawl_seed_error.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>