SharePoint创建web application出现“The password supplied with the username was not correct. Verify that it was entered correctly and try again.”错误

参考文献

http://nishantrana.wordpress.com/2011/03/14/%E2%80%9Cthe-password-supplied-with-the-username-administrator-was-not-correct-verify-that-it-was-entered-correctly-and-try-again%E2%80%9D-error-while-creating-web-application-in-sharepoint-2010/

问题

在sharepoint central administration中通过Configuration Wizards来创建一个web application,出现如下错误:

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

原因 

这是因为我sharepoint中保存的域账户密码跟现在的密码不同。确实我在最近修改了域账户密码。

解决方法

更新sharepoint中的中域账户密码,打开sharepoint 2010 management shell,输入如下命令:

stsadm -o updatefarmcredentials -userlogin <domain\username> -password <newpassword>

在提示operation completed successfully以后再次执行上面的操作,发现不在报错。

原文地址:https://www.cnblogs.com/xwdreamer/p/2640636.html