zoukankan      html  css  js  c++  java
  • SharePoint 2013 SqlException (0x80131904):找不到Windows NT 用户或组xxxxadministrator

    过程描述:

        在SharePoint 2013里配置创建搜索服务应用程序时报错:

    配置 Search Service 应用程序期间遇到错误。
    System.Data.SqlClient.SqlException (0x80131904): 找不到 Windows NT 用户或组 'xxxxxadministrator'。请再次检查该名称。

    英文:

    Errors were encountered during the configuration of the Search Service Application.

    System.Data.SqlClient.SqlException (0x80131904): Windows NT user or group 'xxxxAdministrator' not found.

     

    原因:

        应该是有人重命名了xxxxAdministrator账号。

    解决办法:

    Open SQL Server management studio -> Security -> Logins。

    我的环境是有个xxxAadministrator,右击该账号,重命名,将其改为xxxxadministrator。然后重启数据库服务即可。

     

    参考:

    http://www.enjoysharepoint.com/articles/sharepoint-article-details.aspx?articleid=21512

  • 相关阅读:
    python,selenium遇到的问题
    python环境配置
    性能测试函数
    性能测试的关注点
    环境配置
    性能监控工具使用
    linux路径
    linux权限
    自动化测试工具
    书籍
  • 原文地址:https://www.cnblogs.com/sygwin/p/8565048.html
Copyright © 2011-2022 走看看