Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Windows Small Business Server > remote.mydomain.com cannot be crawled

Reply
Thread Tools Display Modes

remote.mydomain.com cannot be crawled

 
 
niewoo
Guest
Posts: n/a

 
      10-28-2009
Hello, my event log seems to be filling up with these warnings every few
minutes:

"The start address
<sts3s://remote.mydomain.com:987/contentdbid={b480cc4e-a9d8-45f0-aebe-8a56c4cf2067}> cannot be crawled."

I assume these are benign given that search is trying to crawl the remote
site. Is there anyway of turning this off, or is there some other problem?
Sorry - I have no knowledge of how sharepoint search works, so even a hint as
to where to start looking would be great.

Thanks,
Nick.
 
Reply With Quote
 
 
 
 
Merv Porter
Guest
Posts: n/a

 
      10-28-2009
Hi Nick,

Not much out there about this error, but...

Upgrading from Windows SharePoint Services 3.0 Beta 2 Technical Refresh to
Release Version
http://blogs.msdn.com/joelo/archive/...tr-to-rtm.aspx
----------------------------------
.... I struggled with this for awhile. In the Event Logs, I found several
"Access Denied" errors with the message "The start address
<sts3://yoururl/contentbid={GUID}> cannot be crawled" and error code 2436.
These messages should appear every 5 minutes, when the SharePoint Search
Service Timer Job fires. 5 minutes is, of course, assuming the value has not
been changed from the default.

Hopefully this will help. I was able to fix the problem with a registry
hack. My issue was Loopback Checking, which IIS uses to protect against
Denial of Service Attacks. Basically, the default value does not allow the
Search Service to crawl the site, because it essentially receives a
dangerous level of Requests coming from the loopback address (default
127.0.1.1), which it denies access to "thinking" it is an attack.

See Knowledge Base Article KB896861 at
http://support.microsoft.com/kb/896861 for the fix.

Short story: Create a DWORD registry key at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Lsa named DisableLoopbackCheck
and set the value to 1, for TRUE, to disable the loopback checking...
----------------------------------

--
Merv Porter [SBS-MVP]
============================

"niewoo" <> wrote in message
news:BE07E929-3600-469D-B5F9-...
> Hello, my event log seems to be filling up with these warnings every few
> minutes:
>
> "The start address
> <sts3s://remote.mydomain.com:987/contentdbid={b480cc4e-a9d8-45f0-aebe-8a56c4cf2067}>
> cannot be crawled."
>
> I assume these are benign given that search is trying to crawl the remote
> site. Is there anyway of turning this off, or is there some other problem?
> Sorry - I have no knowledge of how sharepoint search works, so even a hint
> as
> to where to start looking would be great.
>
> Thanks,
> Nick.


 
Reply With Quote
 
Merv Porter
Guest
Posts: n/a

 
      10-28-2009
Chris Puckett posted this link in the SBS 2008 Newsgroup...

Event 2436 for SharePoint Services 3 Search
http://blogs.technet.com/sbs/archive...-3-search.aspx

--
Merv Porter [SBS-MVP]
============================

"Merv Porter" <mwport@no_spam_hotmail.com> wrote in message
news:eP7PPd#...
> Hi Nick,
>
> Not much out there about this error, but...
>
> Upgrading from Windows SharePoint Services 3.0 Beta 2 Technical Refresh to
> Release Version
> http://blogs.msdn.com/joelo/archive/...tr-to-rtm.aspx
> ----------------------------------
> ... I struggled with this for awhile. In the Event Logs, I found several
> "Access Denied" errors with the message "The start address
> <sts3://yoururl/contentbid={GUID}> cannot be crawled" and error code 2436.
> These messages should appear every 5 minutes, when the SharePoint Search
> Service Timer Job fires. 5 minutes is, of course, assuming the value has
> not
> been changed from the default.
>
> Hopefully this will help. I was able to fix the problem with a registry
> hack. My issue was Loopback Checking, which IIS uses to protect against
> Denial of Service Attacks. Basically, the default value does not allow the
> Search Service to crawl the site, because it essentially receives a
> dangerous level of Requests coming from the loopback address (default
> 127.0.1.1), which it denies access to "thinking" it is an attack.
>
> See Knowledge Base Article KB896861 at
> http://support.microsoft.com/kb/896861 for the fix.
>
> Short story: Create a DWORD registry key at
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Lsa named DisableLoopbackCheck
> and set the value to 1, for TRUE, to disable the loopback checking...
> ----------------------------------
>
> --
> Merv Porter [SBS-MVP]
> ============================
>
> "niewoo" <> wrote in message
> news:BE07E929-3600-469D-B5F9-...
>> Hello, my event log seems to be filling up with these warnings every few
>> minutes:
>>
>> "The start address
>> <sts3s://remote.mydomain.com:987/contentdbid={b480cc4e-a9d8-45f0-aebe-8a56c4cf2067}>
>> cannot be crawled."
>>
>> I assume these are benign given that search is trying to crawl the remote
>> site. Is there anyway of turning this off, or is there some other
>> problem?
>> Sorry - I have no knowledge of how sharepoint search works, so even a
>> hint as
>> to where to start looking would be great.
>>
>> Thanks,
>> Nick.

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59