Background Information
After changing the WSSAdmin account password or the FarmAdmin account password in active directory, you must update these credentials on your server farm.
Resolution
To change the credentials on the farm, take the following steps:
- From one of the Project application servers Open a command line prompt Start -> Run -> cmd
- In the Command Window change directory wherever STSADM has been installed enter the command: cd "<your drive letter>:\Program Files\Common Files\Microsoft Shared\web serverextensions\12\BIN"
- Execute the following commands in the Command Window:
stsadm -o updatefarmcredentials -userlogin domain\username -password
NEWPASSWORD
stsadm -o updateaccountpassword -userlogin domain\username -password
NEWPASSWORD –noadmin
IISRESET
- Reboot all farm servers