zoukankan      html  css  js  c++  java
  • 一个MOSS 2007 搜索服务问题的解决

    MOSS 2007 的环境有多架web 服务器,一架index/job服务器 和SQL2005服务器组成
    搜索服务连接了四个内容(sps2001, wss2.0 和一个MOSS 2007本地内容,一个MOSS 2007远程内容)

    问题的描述如下:
    1:用central admin可以发现web 服务器,index/job服务器已经开启了搜索服务
    2:在event记录中发现如下错误
    Event Type: Error
    Event Source: Office Server Search
    Event Category: Search service
    Event ID: 44
    User: N/A
    Computer: XXXX
    Description:
    Propagation for search application
    '54c6588b-a1cc-4676-8cbe-5919819acf40': paused due to lagging query server 'XXXXX'.
    3:用central admin发现搜索服务一直在ranking..中

    解决过程
    1: 搜索服务重起,问题依然存在
    错误信息如下:
    An unhandled exception occurred in the user interface.Exception Information: The underlying connection was closed: The connection was closed unexpectedly

    2:用以下命令重置 MOSS Query 服务器
    stsadm -o osearch -action start -role Query -farmcontactemail youremailaddress -farmserviceaccount youraccount -farmservicepassword yourpassword

    3:用以下命令重置 MOSS index 服务器
    stsadm -o osearch -action start -role index -farmcontactemail youremailaddress -farmserviceaccount youraccount -farmservicepassword yourpassword

    4:搜索服务重起,问题依然存在

    5:打开搜索设定(search settings page)
    错误信息如下:
     Indexer server is not assigned
     
    6: 在IE为SSP指定index 服务器
    错误信息如下:
    Error: An unhandled exception occurred in the user interface.Exception Information: The underlying connection was closed: The connection was closed unexpectedly

    7:用以下命令为SSP指定index 服务器
    stsadm -o editssp -title sharedservice1 -sspaccount/ ssppassword -indexserver xxxx -indexlocation xxx

    8:错误信息消失,但是无法得到搜索结果

    9:重做全程索引,搜索结果出现。

    10:问题解决。

    有关文章
    Windows SharePoint Services 3.0:
    http://technet2.microsoft.com/windowsserver/WSS/en/library/91649a7e-6b5a-4e5a-9ee5-51951f4b857f1033.mspx?mfr=true

    SharePoint Server 2007
    http://technet2.microsoft.com/Office/en-us/library/f484f5f2-35bb-4d70-bf56-dd1c4c287c721033.mspx

    感想:MOSS2007的搜索服务的不稳定,好像一直没有好好解决,就是sp1打上也是于事无补,看样子只有等到sp2了!

  • 相关阅读:
    用Zend Studio12 导入在workspace中的项目
    PHP 统计中文字符串的长度
    jQuery判断checkbox是否选中的3种方法
    js,jquery获取下拉框选中的option
    HTML与XHTML的区别
    HTML头部
    HTML框架标签
    js的继承
    图片懒加载
    Http请求的gzip压缩
  • 原文地址:https://www.cnblogs.com/by1455/p/1119393.html
Copyright © 2011-2022 走看看