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

推荐订阅源

博客园 - 聂微东
博客园_首页
M
MIT News - Artificial intelligence
Project Zero
Project Zero
C
CXSECURITY Database RSS Feed - CXSecurity.com
V2EX - 技术
V2EX - 技术
G
Google Developers Blog
H
Hacker News: Front Page
N
Netflix TechBlog - Medium
Martin Fowler
Martin Fowler
GbyAI
GbyAI
C
Cisco Blogs
www.infosecurity-magazine.com
www.infosecurity-magazine.com
酷 壳 – CoolShell
酷 壳 – CoolShell
The Hacker News
The Hacker News
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Simon Willison's Weblog
Simon Willison's Weblog
A
Arctic Wolf
H
Heimdal Security Blog
量子位
小众软件
小众软件
Help Net Security
Help Net Security
博客园 - Franky
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News | PayPal Newsroom
T
Tor Project blog
Google DeepMind News
Google DeepMind News
Y
Y Combinator Blog
N
News and Events Feed by Topic
T
Tailwind CSS Blog
Webroot Blog
Webroot Blog
J
Java Code Geeks
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
The Register - Security
The Register - Security
D
DataBreaches.Net
Blog — PlanetScale
Blog — PlanetScale
有赞技术团队
有赞技术团队
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
腾讯CDC
P
Palo Alto Networks Blog
S
Secure Thoughts
D
Darknet – Hacking Tools, Hacker News & Cyber Security
TaoSecurity Blog
TaoSecurity Blog
Scott Helme
Scott Helme
T
Tenable Blog
C
Cybersecurity and Infrastructure Security Agency CISA
D
Docker
美团技术团队

博客园 - 嘻哈

招聘asp.net 今天春分 Configure Search On MOSS 2007 (Microsoft Office SharePoint Server) 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 设计工具 解决MOSS搜索问题 需求从抱怨开始 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
WSS (Windows SharePoint Services) "该搜索请求无法连接到搜索服务" 错误解决
嘻哈 · 2009-01-10 · via 博客园 - 嘻哈

找不到与您的搜索相匹配的结果。

  1. 请检查拼写。查询中的字词拼写是否正确?
  2. 请尝试使用同义词。可能您要查询的内容使用的单词有细微差别。
  3. 请扩大搜索范围。尝试使用更常见的字词替换特殊字词。
  4. 请尝试在不同的范围中搜索。不同的范围可能包含不同的结果

碰到这个错误,原来是爬网规则没加,哎!

环境有点复杂,原来是一个前端一个数据库的架构,后来增加了nlb的两台做web前端,原有的前端做application服务器,做索引。其他都没有问题,唯一有问题的是搜索。提示:"该搜索请求无法连接到搜索服务" 。解决办法如下,其他都是没有问题的,最后勾选的是使用此服务器提供搜索查询服务。ok了。

 

2009-01-10_190511.jpg

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

  • 确认 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不安全,建议配置专门帐号来运行)


关于配置搜索范围:
http://svengillis.blogspot.com/2007/11/how-to-create-search-scopes-in-moss.html