惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
D
Docker
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客
美团技术团队
V
V2EX
Last Week in AI
Last Week in AI
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
宝玉的分享
宝玉的分享
Microsoft Security Blog
Microsoft Security Blog
Microsoft Azure Blog
Microsoft Azure Blog
人人都是产品经理
人人都是产品经理
M
MIT News - Artificial intelligence
P
Proofpoint News Feed
B
Blog RSS Feed
博客园_首页
B
Blog
博客园 - 叶小钗
I
InfoQ
WordPress大学
WordPress大学
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
The GitHub Blog
The GitHub Blog
The Register - Security
The Register - Security
MyScale Blog
MyScale Blog
云风的 BLOG
云风的 BLOG
博客园 - 司徒正美
Latest news
Latest news
W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
Cyberwarzone
Cyberwarzone
Scott Helme
Scott Helme
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
CERT Recently Published Vulnerability Notes
C
CXSECURITY Database RSS Feed - CXSecurity.com
Recent Commits to openclaw:main
Recent Commits to openclaw:main
N
News and Events Feed by Topic
S
Secure Thoughts
The Hacker News
The Hacker News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News

博客园 - 嘻哈

招聘asp.net 今天春分 Configure Search On MOSS 2007 (Microsoft Office SharePoint Server) WSS (Windows SharePoint Services) "该搜索请求无法连接到搜索服务" 错误解决 MOSS的备份与还原 How to fix: Recieve error "Unable to display this Web Part" on Data Views after restoring site from backup - 嘻哈 How to change service accounts and service account passwords in SharePoint Server 2007 and in Windows SharePoint Services 3.0 Web 设计工具箱:130 个 Web 设计工具 需求从抱怨开始 ie8 sharepoint 2007 模板安装方法 有杭州的.net高手吗?——续 说点题外话,关于求职简历 有杭州的.Net高手嘛? [转贴]How to work with stored procedures by using script in an Office InfoPath 2003 form TechNet Virtual Lab: Microsoft Office SharePoint Portal Server 2003 How to create a SharePoint List using Excel 2003(转贴) FreeTextBox编辑器的问题 升级到FreeTextBox 3.0
解决MOSS搜索问题
嘻哈 · 2008-11-05 · via 博客园 - 嘻哈

1、在系统服务里面,找到
2008-11-05_094638.png
这两个服务,用域管理员权限用户重新登录(重新输入密码)

2、管理中心 > 操作 > 服务器上的服务 打开两个Search服务,重新输入用户密码

2008-11-05_094810.png
2008-11-05_094751.png

3、共享服务管理: SharedServices1 > 搜索设置查看结果。
2008-11-05_094718.png

内容源本地 Office SharePoint Server 网站添加sps3://siteurl

http://www.cnblogs.com/baoposhou/archive/2007/10/24/936653.html这个碰到的问题差不多。

搜索服务出现问题,
症状如下
进入MOSS站点的SSP的管理站点,点击“搜索配置”,提示:
搜索服务当前处于脱机状态。请访问 SharePoint 管理中心中的“服务器上的服务”页,以验证是否启用了该服务。这也可能是由于正在移动索引器所致。
但我进入SharePoint3.0管理中心,“操作”下“服务器上的服务”,Office SharePoint Server 搜索 和 Windows SharePoint Services 搜索 两个服务状态都是“已启动”的
使用stsadm -o osearch -action list 命令结果为
服务器场联系人电子邮件:

administrator@mydomain.local
服务器场服务帐户: mydomain\administrator
服务器场性能级别: PartlyReduced
*dcbakserver:
状态: Online
角色: IndexQuery
说明搜索服务确实是启动并且在线的。

Windows事件日志中有大量错误提示
1、Microsoft.Office.Server.Search.Administration.SearchService 的应用程序同步失败。
原因: 未将对象引用设置到对象的实例。
技术支持详细信息:
System.NullReferenceException: 未将对象引用设置到对象的实例。
在 Microsoft.Office.Server.Search.Administration.Deployment.BringUpgradedSearchDbOnlineIf(SharedDatabase searchDatabase)
在 Microsoft.Office.Server.Search.Administration.SearchSharedApplication.SynchronizeDatabase()
在 Microsoft.Office.Server.Search.Administration.SearchSharedApplication.Synchronize()
在 Microsoft.Office.Server.Administration.SharedResourceProvider.SynchronizeApplications(SharedComponentSecurity sharedApplicationSecurity)

2、服务实例 Microsoft.Office.Server.Search.Administration.SearchServiceInstance (35960467-be98-4cef-94c0-4dcf5773ac52)的应用程序服务器管理作业失败。
原因: 未将对象引用设置到对象的实例。

我去网上搜索了,没有结果,倒是发现MOSS迁移后搜索出现问题是个普遍现象。

查看还原日志,发现日志中有错误提示
[2007/5/29 16:49:36]: Error: 对象 共享搜索索引 的 OnRestore 事件失败。有关详细信息,请参阅备份目录中的错误日志。
InvalidOperationException: 必须安装并启用新的索引器
[2007/5/29 16:49:36]: Debug: 在 Microsoft.Office.Server.Search.Administration.SearchSharedApplication.Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnRestore(Object sender, SPRestoreInformation a
rgs)
但是我不知道如何独立安装并启用新的索引器。

偿试过这些方法,但都没有效果
1、修复MOSS
2、执行命令
stsadm -o osearch -action stop
stsadm -o osearch -action start -role indexquery
net stop SPTimerV3
net start SPTimerV3
重启服务器
3、新建一个SSP,新建的SSP也有这个问题
MOSS的日志中发现以下错误
10/19/2007 16:26:06.29  OWSTIMER.EXE (0x0C10)   0x15AC  Search Server Common
MS Search Administration  7pgh  High
Unable to find application 'e780e121-e770-47ab-a06c-94dc7de2b169'

10/19/2007 16:26:06.29  OWSTIMER.EXE (0x0C10)  0x15AC  SharePoint Portal Server
User Profiles  62p4  Exception
Microsoft.Office.Server.Search.Administration.DeletedConcurrencyException: 找不到对象 e780e121-e770-47ab-a06c-94dc7de2b169。
---> System.Collections.Generic.KeyNotFoundException: 找不到对象 e780e121-e770-47ab-a06c-94dc7de2b169。
在 Microsoft.Office.Server.Search.Administration.SearchApi.get_App()
在 Microsoft.Office.Server.Search.Administration.SearchApi.GetProject(WellKnownSearchCatalogs catalog)
在 Microsoft.Office.Server.Search.Administration.SearchApi.<>c__DisplayClassda.<GetContentSource>b__d9()
在 Microsoft.Office.Server.Search.Administration.SearchApi.RunOnServer[T](CodeToRun`1 remoteCode, CodeToRun`1 localCode, Boolean useCurrentSecurityContext, Int32 versionIn)
--- 内部异常堆栈跟踪的结尾 ---
在 Microsoft.Office.Server.Search.Administration.SearchApi.RunOnServer[T](CodeToRun`1 remoteC...

10/19/2007 16:26:06.29*  OWSTIMER.EXE (0x0C10)  0x15AC  SharePoint Portal Server
User Profiles  62p4  Exception
...ode, CodeToRun`1 localCode, Boolean useCurrentSecurityContext, Int32 versionIn)
在 Microsoft.Office.Server.Search.Administration.SearchApi.GetContentSource(Int32 versionIn, Int32 catalog, String contentSourceName)


WSS (Windows SharePoint Services) "该搜索请求无法连接到搜索服务" 错误解决

 首先确认如下条件是否满足: 

  • 确认 SqlServer 全文搜索(Sql Server FullText Search) 服务能正常运行。

——安装全文搜索服务;在SqlServer 配置服务器中确定启用服务的账号。

  • 确认 SqlServer 中WSS相关数据库已启用全文搜索。

—— 数据库(SqlServer 2005)-> 属性 中 文件页 -> 启用 “使用全文索引”。

  • 确认 Wss 搜索(Windows SharePoint Services Search) 服务能正常运行。

—— "SharePoint 3.0 管理中心" -> 操作 -> 服务器上的服务 -> Windows SharePoint Services 搜索 -> 配置启用搜索服务的帐号。

—— "SharePoint 3.0 管理中心" -> 应用程序管理 -> 内容数据库 -> 管理内容数据库设置 -> 搜索服务器 中选择WSS安装所在的SqlServer 服务器。

以上配置正常后如果“该搜索请求无法连接到搜索服务”问题还存在,则在配置 IIS 中 WSS 站点"应用程序池"的使用帐号。

—— 确认WSS站点所使用的应用程序池(我的是 SharePoint - 80),修改 SharePoint - 80 应用程序池 -> 标识 -> 预定义账户 (网络服务),使用运行 SqlServer 服务的帐号来运行 此 应用程序池。(我使用的是 "域名\Administrator",使用Administrator不安全,建议配置专门帐号来运行)