Change passwords for Shared Services Providers (Project Server)

This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.

 

Topic Last Modified: 2007-09-27

Use this procedure to change the password for the Shared Services Provider (SSP) service account. This account is used to operate the SSP Web services for inter-server communications and to run the timer jobs for the SSP. If the password expires and is not updated, these functions will not work properly.

Note

These procedures can be performed only after the password has been changed on the domain controller. The credentials entered are checked against those on the domain controller. If you enter the new password before the password has been changed on the domain controller, an error will result and the settings will not be changed.

Note

To save the changes, you must restart the Web application pool. This will cause the services that it provided to be momentarily unavailable while the Web application pool restarts.

Note

This procedure needs to be run only on the server that is running the SharePoint Central Administration Web site.

Important

Membership in the Administrators group on the local computer, or equivalent, is required to complete the following procedures. Membership in the Farm Administrators group (WSS_RESTRICTED_WPG Windows security group) is not sufficient to complete these procedures.

Change the password for the SSP service account by using Central Administration

  1. In the SharePoint Central Administration Web site, on the left navigation bar, click Shared Services Administration.

  2. On the Manage this Farm's Shared Services page, expand the drop-down list menu for the SSP and click Edit Properties.

  3. On the Edit Shared Services Provider page, in the SSP Service Credentials section, type the new password in the Password box.

  4. Click OK to save the changes.

Change the password for the SSP service account at a command prompt

  1. On the computer that is running Central Administration, open a Command Prompt window and change directory to the Program Files\Common Files\Microsoft Shared\Web server extensions\12\BIN folder.

  2. At the command prompt, type the following command, and then press ENTER:

    stsadm.exe -o editssp -title <SSP name> -ssplogin <username> -ssppassword <password>

    Note

    ssplogin is the SSP service account.

  3. At the command prompt, type the following command, and then press ENTER:

    iisreset /noforce

See Also

Other Resources

Editssp: Stsadm operation (Office SharePoint Server)