首页 > 移动平台 > 详细

解决SharePoint密码更新后,创建Web Application 失败

时间:2016-02-29 12:02:49      阅读:195      评论:0      收藏:0      [点我收藏+]

问题
在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以后再次执行上面的操作,发现不在报错。

解决SharePoint密码更新后,创建Web Application 失败

原文:http://www.cnblogs.com/lishidefengchen/p/5226618.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!