SharePoint 2010 “The specified user or domain group was not found”(转载)

最新推荐文章于 2024-07-04 17:11:50 发布
weixin_34202952 最新推荐文章于 2024-07-04 17:11:50 发布
阅读量174 收藏
点赞数
文章标签: shell 数据库 php
本文介绍了如何解决 SharePoint 2010 中出现的 The specified user or domain group was not found. 错误。此错误通常由于安全信息变更导致服务失败。文章提供了详细的步骤来定位受影响的服务应用并恢复服务。

Symptom:

The following error is presented when attempting to access service applications within SharePoint 2010, "The specified user or domain group was not found."

Cause:

SharePoint 2010 stores security information using the Subject Alternative Name as a literal strings as a result renaming or removing associated accounts will cause the service to fail.

Resolution:

  1. Validate the issue exists using the SharePoint 2010 Management Shell (PowerShell) and execute the following:

         Get-SPServiceApplication

  1. Manually gather your service application GUID’s, they are found in IIS under the site “SharePoint Web Services”

  2. Identify the service account using the SharePoint 2010 Management Shell (PowerShell) and execute the following as an example:

        Get-SPServiceApplicationSecurity fe11bf1464f84109bf83ce082e3097be

  1. Once you have identified the effected service application GUID return to IIS and select the virtual directory that matches the effected GUID and select “Basic Settings” and make note of the “Physical Path”, like the example below. In this example the effected service application is User Profile Service Application.

         C:\Program Files\Microsoft Office Servers\14.0\WebServices\Profile

  1. Connect to the SharePoint_Config database and execute the following query:

         SELECT [Name], [Version], CAST([Properties] as xml)

         From [SharePoint_Config].[dbo].[Objects] with (nolock)

         Where [Name] LIKE ‘%Profile%’

  1. This will return a set of results, locate the row with the correct service application name, and double click on the xml result. Within the xml result find the key with value within the name value “Serialized”. In the example below three accounts are identified: “FABRIKAM\SharePointFarm; FABRIKAM\SharePointServices; FABRIKAM\John Smith” if any of these accounts have been modified the changes will need to be reverted or restored. Once restored the effected service will become operational.
    <sFld type="String" name="m_SerializedAcl">
      <acl>
        <ace identityName="i:0#.w|fabrikam\sharepointfarm"
             displayName="0#.w|fabrikam\sharepointfarm"
             sid="" allowRights="18446744073709551615"
             denyRights="0" />
        <ace identityName="i:0#.w|fabrikam\sharepointservices" 
             displayName="0#.w|fabrikam\sharepointservices" 
             sid="" allowRights="18446744073709551615" denyRights="0" />
        <ace identityName="i:0#.w|fabrikam\John Smith" 
             displayName="0#.w| fabrikam\John Smith" sid="" 
             allowRights="18446744073709551615" denyRights="0" />
      </acl>
    </sFld>
    
  2. Once the services are operational use the SharePoint 2010 Central Administration to manage the accounts assigned to this service under Central Administration > Application Management > Manage Service Application. Then highlight the service and select manage from the ribbon to change the security for the service application.

 

原文链接: http://architectevangelist.wordpress.com/2010/12/07/sharepoint-2010-the-specified-user-or-domain-group-was-not-found/

关注博主即可阅读全文
确定要放弃本次机会?
福利倒计时
: :

立减 ¥

普通VIP年卡可用
立即使用
weixin_34202952
关注 关注
  • 0
    点赞
  • 踩
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
  • 分享
    复制链接
    分享到 QQ
    分享到新浪微博
    扫一扫
  • 举报
    举报
hive The specified datastore driver (“com.mysql.jdbc.Driver“) was not found
九师兄
07-04 4221
1.项目 2.环境搭建 必看:https://blog.csdn.net/qq_21383435/article/details/80598613 3.运行环境 hadoop lcc@lcc hadoop$ jps 1329 RunJar 545 1219 RunJar 980 SecondaryNameNode 1093 ResourceManager 791 NameNo...
Hive metastore启动报错The specified datastore driver(“com.mysql.jdbc.Driver“) was not found in the CLASS
数据源的港湾
11-04 1381
现象 某集群有两个Hive metastore,其中一个正常运行,另一个启动报错,报错的Hive metastore日志报错信息如下, 上午9点56:55.875分 WARN HiveMetaStore [main]: Retrying creating default database after error: Error creating transactional connection factory javax.jdo.JDOFatalInternalException: Error creati
参与评论 您还未登录,请先 登录 后发表或查看评论
阿里邮件API返回 InvalidUser.NotFound. The specified user does not found
new1024kb
03-19 1622
客官,留下你的赞;成为我的粉丝,一起上车哦!评论区欢迎你的留言 问题:在用阿里邮件推送服务的时候,第三方接口返回InvalidUser.NotFound. The specified user does not found。 出现的原因:选择了发送邮件的API服务地址,但是此API服务地址下并未配置相关的信息。 阿里邮件发送API服务地址有以下三个 每个API服务地址下都需要配置相应的信息(你想...
SharePoint debug - "User or Domain Group Not Found"
shrenk的专栏
04-13 1012
当一个用户在SharePoint 2013环境中,试图创建一个document set的时候,出现如下错误信息:
S7-200通讯 specified access point not found补丁
11-15
S7-200通讯 specified access point not found补丁
阿里云OpenAPI调用时遇到Specified access key is not found怎么办?
ieeee.blog.youkuaiyun.com
07-08 9562
摘要:本文介绍编写Android Studio程序通过调用阿里云OpenAPI来实现物联网平台具体操作时,遇到的Specified access key is not found问题解决方法。
no input file specified 的解决方案
十年砍柴的博客
11-17 5711
提示No input file specified的解决方法 (一)IIS Noinput file specified 方法一:改PHP.ini中的doc_root行,打开ini文件注释掉此行,然后重启IIS 方法二: 请修改php.ini 找到 ; cgi.force_redirect = 1 去掉前面分号,把后面的1改为0 即
oss上传:One or more of the specified parts could not be found or the specified entity tag might not ha
飞哥专栏
07-03 3434
使用OSS Browser浏览器上传文件,提示: One or more of the specified parts could not be found or the specified entity tag might not have matched the part's entity tag 通过调试浏览器调试提示 <?xml version="1.0" encoding="UTF-8"?> <Error> <Code>InvalidPart&lt
The specified datastore driver ("com.mysql.jdbc.Driver") was not found in the CLASSPATH
weixin_43616627的博客
01-13 4404
The specified datastore driver (“com.mysql.jdbc.Driver”) was not found in the CLASSPATH. Please check your CLASSPATH specification, and the name of the driver已解决 要执行的代码如下: object HiveRead { def mai...
Deployment failed: repository element was not specified in the POM inside distributionManagement
我的博客
07-04 3823
【代码】Deployment failed: repository element was not specified in the POM inside distributionManagement。
The specified database user/password combination is rejected: com.mysql.cj.exceptions.CJException: A
全栈者也的博客
04-04 1万+
错误信息: The specified database user/password combination is rejected: com.mysql.cj.exceptions.CJException: Access denied for user 'root'@'localhost' (using password: YES) Idea 无法连接 mysql; 1、有说服务没启动的; 答:Mysql 服务正常启动的: 1、有说密码错误的, 2、有说数据库没创建的 ;.
the specified database user/password combination is rejected.......的解决方法
weixin_43421778的博客
08-09 9606
The specified database user/password combination is rejected: com.mysql.cj.exceptions.CJException: Access denied for user 'root'@'localhost' (using password: YES)问题全网最全解决方法!
问题解决 Group ‘manipulator‘ was not found.
Zhenning_zhou的博客
08-26 1851
问题解决 Group 'manipulator' was not found.
The specified database user/password combination is rejected: com.mysql.cj.exceptions.CJException:
热门推荐
weixin_39608791的博客
08-31 1万+
The specified database user/password combination is rejected: com.mysql.cj.exceptions.CJException: Access denied for user 'root'@'192.168.235.1' (using password: YES)
解决The specified database user/password combination is rejected: com.mysql.cj.exceptions.CJException:
yirandezhanghao的博客
09-16 7784
解决The specified database user/password combination is rejected: com.mysql.cj.exceptions.CJException: Access denied for user ‘root’@‘localhost’ (using password: YES)问题 搜了很多很麻烦的方法 这里介绍一个自己的简单方法 方法1:自己的方法 重启电脑,OK解决 ...
datagrip 报错 “The specified database user/password combination is rejected...”的解决方法
ZefinNg的博客
05-26 1万+
环境介绍 win10 + MySQL 8.0.26 + datagrip 2021.2.2 问题描述 本来安装完 datagrip 后可以正常连接本地 MySQL 数据库进行使用。 过几天重新开机后打开 datagrip 发现一直弹窗: 从图片可以看出来描述的是账户与密码不匹配。 于是,进入 CMD 窗口进行测试,通过 mysql -u -root -p,输入密码后,发现可以正常连接,并查询数据库: 甚至使用 Navicat for MySQL 进行测试,也发现可以正常连接。 问题解决 在尝试电脑重启、重新
keil5里The text as specified below was not found
最新发布
03-09
嗯,用户遇到了Keil5报错:“The text as specified below was not found”,需要解决这个问题。首先,我需要回忆一下这个错误的常见原因。根据之前的引用,比如引用[1]提到过Output Name未指定,可能和工程配置有关...
weixin_34202952

博客等级

码龄10年
164
原创
208
点赞
1092
收藏
4383
粉丝
关注
私信

TA的精选

  • 新 设计模式之(五)外观模式Facade

    983 阅读

  • 新 程序员如何选择技术方向

    1278 阅读

  • 热 酒店宾馆wifi无线上网认证,手机认证方式详解

    16875 阅读

  • 热 react如何监听路由url变化

    15873 阅读

  • 热 Linux 系统报错 rcu_preempt detected stalls on CPUs/tasks

    13992 阅读

查看更多

2019年364篇
2018年649篇
2017年921篇
2016年495篇
2015年429篇
2014年349篇
2013年338篇
2012年274篇
2011年187篇
2010年166篇
2009年133篇
2008年99篇
2007年51篇
2006年36篇
2005年20篇
2004年6篇

大家在看

  • 架构思维:从2PC到3PC:分布式事务一致性协议的演进与实践指南 533
  • 《量子计算:引领提示工程架构变革的前沿力量》 504
  • 84~贺凡的加入就如同冲喜,把酒言欢,拯救了工作室的士气;
  • 大数据驱动精准推送技术解析 169
  • Rust trait(接口)详解
上一篇:
在没有安装有mvc3的主机上部署asp.net mvc3网站,需要包含的DLL文件
下一篇:
用Eclipse开发Android应用程序(3): 开发第一个Android应用程序HelloWorld(上篇)

目录

展开全部

收起

目录

展开全部

收起

上一篇:
在没有安装有mvc3的主机上部署asp.net mvc3网站,需要包含的DLL文件
下一篇:
用Eclipse开发Android应用程序(3): 开发第一个Android应用程序HelloWorld(上篇)

目录

评论
被折叠的  条评论 为什么被折叠? 到【灌水乐园】发言
查看更多评论
添加红包

请填写红包祝福语或标题

个

红包个数最小为10个

元

红包金额最低5元

当前余额3.43元 前往充值 >
需支付:10.00元
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付元
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值