Friday 27 March 2015

Update registered manage account in SharePoint

To changed registered manage account password in SharePoint, if it has changed in the active directory.
Cause: I have changed my farm credentials (password) in morning and just tried to create web application. But getting below error:
“The password supplied with the username Domain\username was not correct. Verify that it was entered correctly and try again.”


There are two ways to change farm user Password
Using stsadm command– This updates password forcefully without any validation

For SharePoint 2010
  • Go to command prompt and navigate to bin location of 14 hives 
  • C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN 
  • stsadm -o updatefarmcredentials -userlogin <DomainUserName> -password <NewChangedPassword>
  • It will give you message as “Operation completed successfully.
  • Now reset IIS.
    For SharePoint 2013
  • Go to SharePoint 2013 Management Shall
  • stsadm -o updatefarmcredentials -userlogin <DomainUserName> -password <NewChangedPassword>
  • It will give you message as Operation completed successfully.
  • Now reset IIS.
It’s worked for me.

Using SharePoint Central Admin
  • Browse to your SharePoint Central Administration.
  • Navigate to Security from Quick launch.
  • Click on Configure Managed accounts under General settings as shown below.


  • Click on Register Managed Account to add the Service account which you would Change to.
  • Fill in the service account information in the Register managed Account.

  • If Password is not set base on password policy then gives error.
  • Now it’s time to change the Service account for the Web Application.
  • Navigate back to Security from Quick Launch shown below and click on Configure Service account

  • In the Service Account page, select the Web Application for which you would need to change
  • Select the appropriate service account and hit OK.
  • Now Reset IIS.
Reference and for more details: http://technet.microsoft.com/en-us/library/cc263417(office.12).aspx

About Author:
Sameer Kothari works in Systems Plus and actively contributes to technology. To read more interesting articles from him, please follow:  http://samk2010.blogspot.in/

2 comments: