阅读目录

起因

今天想进入SharePoint 2013 Central Administration创建一个WebApplication,尽然发生了错误:

The password supplied with the username Domain\UserName was not correct. Verify that it was entered correctly and try again

具体如下图:

The password supplied with the username Domain\UserName was not correct. Verify that it was entered ...

中文意思是Password不正确,验证之后再尝试,想了一下,确实之前AD中设置了密码过期了,所以更新了FarmspDevFarmAcc)的密码,难道是这个原因?

解惑

确实是由于更新了密码导致了验证不通过,所以需要更新Credential:

  • 打开CMD.EXE,快捷键:Win+R
  • 打开STSADM.EXE,先定位STSADM.EXE文件夹:
C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\BIN>
  • 更新Credential,运行一下命令:
stsadm.exe -o updatefarmcredentials -userlogin domain\userName -password yourPassword
  • 如果更新命令执行成功,则提示
Operation completed successfully.

OK,退出后重新登陆SharePoint Central Administration,创建新WebApplication就可以成功了

 The password supplied with the username Domain\UserName was not correct. Verify that it was entered ...

The password supplied with the username Domain\UserName was not correct. Verify that it was entered ...
本博客为木宛城主原创,基于Creative Commons Attribution 2.5 China Mainland License发布,欢迎转载,演绎或用于商业目的,但是必须保留本文的署名木宛城主(包含链接)。如您有任何疑问或者授权方面的协商,请给我留言。

本文转自木宛城主博客园博客,原文链接:http://www.cnblogs.com/OceanEyes/p/sharepoint-update-farm-credentral.html,如需转载请自行联系原作者

相关文章:

  • 2022-12-23
  • 2021-07-13
  • 2021-10-17
  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-13
  • 2021-07-29
  • 2021-05-01
  • 2021-09-27
  • 2021-10-13
  • 2021-12-23
相关资源
相似解决方案