在SharePoint Portal Server 2003中配置Shared Services
Time and again my students have asked me for a succinct summary of the steps required to configure shared services in SharePoint. The frustration stems partly from the complexity of shared services and partly from the sparseness of the documentation on this subject.
Shared Services allows multiple SharePoint portals to make common use of six features without the duplication of data and resource use that would occur if all portals hosted these features independently. The services shared are: Search, Alerts, Personal Sites, Profiles, Audiences, and Single Sign-On. Most of these services are configured automatically on every child portal as soon as a parent portal is chosen to provide shared services. Support for Search and Alerts in the child portals is not automatic and require several additional steps to configure. Below are the most commonly used operations required for configuring a basic single-farm shared services environment.
Configure a portal to provide shared services
-
In SharePoint Portal Central Administration, go to the Manage Shared Services For The Server Farm page.
-
Check the Provide Shared Services check box and choose the portal that will become the shared services provider.
There can only be one parent portal that provides shared services. All other portals within the farm automatically become child portals that consume shared services. At this point all of the shared services should work across all of the portals except for Search and Alerts which will only return results in the parent portal.
Configure the parent portal to crawl each child portal
Perform the following for each child portal in your farm:
-
Open the Configure Search and Indexing page under Site Settings on the parent portal
-
Click Add Content Source
-
Select the index that the content source will belong to
-
Select “Web Page or Web Site” as the crawl type
-
Click Next
-
Enter the URL of the child portal, for example http://blue.mindsharp.info.
-
Leave the remaining defaults selected.
-
Click Finish
-
Perform a Full update of the new content source
At this point you should now be able to perform searches on each child portal that return results for content within the specific child portal. You can also get results for all portals by searching on the parent portals and set alerts on any portal.
Configure the parent portal to crawl embedded site collections in child portals
Perform the following for each child portal in your farm:
-
Open the Configure Search and Indexing page under Site Settings on the parent portal
-
Click Add Site Directory Content Source
-
Enter the URL of the child portal
-
Click Finish
-
Perform a Full update of the new content source
At this point search results will include content from the site collections under child portals. However, this may only be visible at the parent portal level until the child portal search scopes are configured to include additional content sources.
Configure child portal search scope
Perform the following for each child portal in your farm:
-
Open the Configure Search and Indexing page under Site Settings on the child portal
-
Click Manage Search Scopes
-
Edit the “All Sources” scope or create a new scope
-
Select “Include all associated portal contents” and “Include all content sources”
-
Click OK
At this point you should be able to search for any content in the farm from within any portal in the farm. One additional consideration is that site group permissions on the parent and child portals can be different which may affect user’s search results.
posted on Monday, June 12, 2006 4:06 PM
原文地址: http://mindsharpblogs.com/milan/archive/2006/06/12/1134.aspx
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律