PRJ2000: Cannot Connect to the Project Central Database After a Share Point Portal Server Is Installed (823623)
The information in this article applies to:
Important This article contains information about modifying the registry.
Before you modify the registry, make sure to back it up and make sure that you
understand how to restore the registry if a problem occurs. For information
about how to back up, restore, and edit the registry, click the following
article number to view the article in the Microsoft Knowledge Base: 256986 Description of the Microsoft Windows Registry SYMPTOMSAfter you Install Microsoft Project Central 2000 on a server
that also has Microsoft Share Point Portal Server installed, you may not be
able to connect to the Project Central database.CAUSEThis issue may occur if the system administrator (sa)
password is lost or has been changed.RESOLUTIONWARNING: If you use Registry Editor incorrectly, you may cause serious
problems that may require you to reinstall your operating system. Microsoft
cannot guarantee that you can solve problems that result from using Registry
Editor incorrectly. Use Registry Editor at your own risk.
To resolve this issue, change or reset the sa
password by using the OSQL utility at the command prompt. To reset the sa
password if the password has been lost, follow these steps:
- Log on to the server as the local
administrator.
- Click Start, and then click
Run.
- Type regedit, and then click
OK.
- Locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer - Make sure that LoginMode is set to a
REG_DWORD value of 2.
A value of 2 indicates Microsoft SQL Server and
Microsoft Windows NT authentication. A value of 1 indicates Windows NT
authentication only. - Quit Registry Editor.
- Click Start, and then click
Run.
- Type cmd, and then click
OK.
- At the command prompt type Osql -E,
and then press ENTER.
Note This command is case sensitive. - At the command prompt type the following text (with the
single quotes) where new_password is the new sa
account password, and then press ENTER:
sp_password null,'new_password','sa' - At the command prompt type go, and
then press ENTER.
To change the existing password, follow these steps:
- Click Start, and then click
Run.
- Type cmd, and then click
OK.
- At the command prompt type Osql -E,
and then press ENTER.
Note This command is case sensitive. - At the command prompt type the following text (with the
single quotes) where old_password is the current
password and new_password is the new password for
the sa account, and then press ENTER:
sp_password 'old_password','new_password','sa' - At the command prompt type go, and
then press ENTER.
After you complete these steps, you must also change the sa
password in the SharePoint Database Connection configuration. To do this,
follow these steps:
- Click Start, point to
Programs, point to Administrative tools, and
then click Microsoft SharePoint Administrator.
- Under Virtual Servers, click the
Administration link for your site.
- Click the Change database connection
link.
- Type the username as sa, type the
new password for the account, and then click
Submit.
Modification Type: | Major | Last Reviewed: | 8/14/2003 |
---|
Keywords: | kbinfo KB823623 kbAudITPRO |
---|
|