当前位置:   article > 正文

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

the username or password was not correct..

起因

今天想进入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

具体如下图:

中文意思是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就可以成功了

 

转载于:https://my.oschina.net/OceanEyes/blog/381583

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/316816
推荐阅读
相关标签
  

闽ICP备14008679号