zoukankan      html  css  js  c++  java
  • 解决SharePoint密码更新后,创建Web Application 失败

    问题
    在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 <domainusername> -password <newpassword>
    在提示operation completed successfully以后再次执行上面的操作,发现不在报错。

  • 相关阅读:
    javascript 备忘 细节 相关
    内存泄漏
    css相关 细节 优化 备忘
    nodeType
    事件冒泡 模型
    两个感叹号作用
    非冒泡事件
    DOM 对象
    Quartz2D 之 绘制文本
    Voilin 与 乐谱
  • 原文地址:https://www.cnblogs.com/lishidefengchen/p/5226618.html
Copyright © 2011-2022 走看看