过程描述:
在SharePoint 2013里配置创建搜索服务应用程序时报错:
配置 Search Service 应用程序期间遇到错误。
System.Data.SqlClient.SqlException (0x80131904): 找不到 Windows NT 用户或组 'xxxxx\administrator'。请再次检查该名称。
英文:
Errors were encountered during the configuration of the Search Service Application.
System.Data.SqlClient.SqlException (0x80131904): Windows NT user or group 'xxxx\Administrator' not found.
原因:
应该是有人重命名了xxxx\Administrator账号。
解决办法:
Open SQL Server management studio -> Security -> Logins。
我的环境是有个xxxA\administrator,右击该账号,重命名,将其改为xxxx\administrator。然后重启数据库服务即可。
参考:
http://www.enjoysharepoint.com/articles/sharepoint-article-details.aspx?articleid=21512