积极答复者
搜索不到内容?

问题
-
在爬网日志中,提示:访问被拒绝。请验证默认内容访问帐户是否有权访问此库,或添加爬网规则对此库进行爬网。如果正在爬网的库是 SharePoint 库,请验证您所使用的帐户对正在爬网的 SharePoint Web 应用程序是否拥有“完全读取”权限。 (由于找不到该项目或拒绝爬网程序对其进行访问,该项目已被删除。)现在可以确定的是默认内容访问帐户是管理员账号.在内容源中"本地 Office SharePoint Server 网站" 开始地址为http://sps.***.net/在爬网设置中设置为仅对每个开始地址的 SharePoint 网站爬网不行,如果改为对每个开始地址的主机名称下的所有内容爬网,也是同样错误.但是在这个网站中唯一的网站集为http://sps.***.net/sz请问是否与这个有关?由于用这个默认的内容源不行,我另外建了一个内容源sz 开始地址为http://sps.***.net/sz/爬网设置为仅在每个开始地址的服务器内爬网或仅对每个开始地址的第一个页面爬网和上面的日志是一样的?这究竟是什么原因,我已经设置这个服务器为索引服务器了,所有的服务也启动了.
答案
-
其实很简单,就是在后台管理中心,打开操作,点击备用访问映射,选择编辑公用URL,再选择所要修改的web应用程序.在Intranet栏填入sharepoint web的IP,就可以了.其它地方不变但是我现在还没有想明白,为什么这样做,那个老外也没有说原因,只说了解决办法.
- 已标记为答案 Rock Wang– MSFTModerator 2009年3月22日 9:15
-
Resolution:
Follow these steps to Disable the loopback check which is causing the error:
- Click Start, click Run, type regedit, and then click OK.
- In Registry Editor, locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
- Right-click Lsa, point to New, and then click DWORD Value.
- Type DisableLoopbackCheck, and then press ENTER.
- Right-click DisableLoopbackCheck, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Quit Registry Editor, and then restart your computer.
- 已标记为答案 Rock Wang– MSFTModerator 2009年4月30日 10:09
全部回复
-
log如下:事件类型: 警告事件来源: Office Server Search事件种类: Gatherer事件 ID: 2436日期: 2009-3-18事件: 15:47:27用户: N/A计算机: moss描述:无法对开始地址 <http://sps.***.net/sz> 进行爬网。上下文: 应用程序“SharedServices1”,目录“Portal_Content”详细信息:访问被拒绝。请验证默认内容访问帐户是否有权访问此库,或添加爬网规则对此库进行爬网。如果正在爬网的库是 SharePoint 库,请验证您所使用的帐户对正在爬网的 SharePoint Web 应用程序是否拥有“完全读取”权限。 (0x80041205)有关更多信息,请参阅在 http://go.microsoft.com/fwlink/events.asp 的帮助和支持中心。
-
-
其实很简单,就是在后台管理中心,打开操作,点击备用访问映射,选择编辑公用URL,再选择所要修改的web应用程序.在Intranet栏填入sharepoint web的IP,就可以了.其它地方不变但是我现在还没有想明白,为什么这样做,那个老外也没有说原因,只说了解决办法.
- 已标记为答案 Rock Wang– MSFTModerator 2009年3月22日 9:15
-
您好!
该问题可能是由于下面的原因导致的:
当您在Content source 中没有使用缺省的URL
例如:在alternate access mappings 中,如果我们使用http://servername作为缺省的URL,同时<http://FQDN>作为internet URL,如果在内容源中使用http://FQDN,就会遇到该问题。您可以尝试通过下面的任意一种方法来解决该问题:
方法1:
- Check the alternate access mappings and note the default URL
- Add the default URL in the content source and reset the index
- Do a full update again, we should get the search results using this site scope
方法2:
- Go to SSP Search settings
- Click on Server name mappings- Click on New Mapping?- Under Address in
index: type the URL we are using for crawling (<http://FQDN> as in above example)
- Under Address in search results: type the default URL as we see in alternate
access mappings (<http://servername> as in above example)
- Reset the index and do a full updateRock Wang 望正茂
Rock Wang– MSFT -
您好!
根据您的描述,您的default URL为http://sps.test.net
请将default URL添加到内容源中,然后重置索引,然后做一次完整的更新,在测试一下看结果如何。
此外,请提供下面这些信息:
1、 您是如何添加主机头的?请描述一下大致的过程。
Rock Wang 望正茂
Rock Wang– MSFT -
Resolution:
Follow these steps to Disable the loopback check which is causing the error:
- Click Start, click Run, type regedit, and then click OK.
- In Registry Editor, locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
- Right-click Lsa, point to New, and then click DWORD Value.
- Type DisableLoopbackCheck, and then press ENTER.
- Right-click DisableLoopbackCheck, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Quit Registry Editor, and then restart your computer.
- 已标记为答案 Rock Wang– MSFTModerator 2009年4月30日 10:09