PRJ2000: No Names Appear in Dropdown Lists in Microsoft Project Central (276455)
The information in this article applies to:
This article was previously published under Q276455 SYMPTOMS When you log on to Project Central in Project 2000, you do
not see a user name in the drop down list of the Logon.asp page or columns are
missing on pages such as Portfolio View. CAUSE This problem occurs because the three scripts to create the
Project Central Database did not run correctly or were run in the wrong order.
WORKAROUND To work around this problem, re-run the following scripts:
Crttable.sql, Insdefsq.sql, Insdefsi.sql, by using the following steps. Re-run the Three ScriptsTo re-run the three scripts for Microsoft Desktop Engine (MSDE)
and Microsoft SQL 7.0 through an MS-DOS command prompt, follow these steps:
- Insert your Project 2000 CD.
- Copy the following folder from your CD to the root of drive
C, PJCNTRL\ISAPI\1033.
- Open a DOS Command Prompt and change the folder to your
1033 folder, for example, cd 1033.
- Re-run the three scripts in the following order:
osql -U <account name> -P <password> -I Crttable.sql osql -U
<account name> -P <password> -d <Database Name> -i
Insdefsq.sql osql -U <account name> -P <password> -d
<Database Name> -i Insdefsq.sql
For example, if the Database
Base Account name is sa, the password is ProjectPW, the commands would
be:
osql -U sa -P ProjectPW -i Crttable.sql osql -U sa -P
ProjectPW -d Project_CentralDB -i Insdefsq.sql osql -U sa -P ProjectPW -d
Project_CentralDB -i Insdefsi.sql
Re-run the Scripts from SQL QueryIf you are using SQL Server 7.0 or later, you can re-run the
scripts from SQL Query Analyzer. To do so, follow these steps:
- Point to Start, point to the
Programs menu.
- Click Microsoft SQL Server, and then click
Query Analyzer.
- Log on to your Server with either your Microsoft Windows NT
account or your SQL Server account.
- On the Query menu, click Change
Database, select your previous Project Central Database, and then
click OK.
Or, on the Tool bar,
select your Project Central Database from the drop down list. - On the File menu, in the Query Analyzer of
SQL, click Open.
- In the Look In drop down list, select your
Project 2000 CD, and then drill down to the following path:
\PJCNRL\Isapi\1033.
- Open the first script Crttable.sql.
Note If you initially created your database, you must modify the
Crttable.sql file so that it references the database that you created by
commenting out the following by entering dashes:
--CREATE DATABASE
Project_CentralDB --go - You can now run the first script, by selecting
Execute on the Query menu or by pressing
F5.
- After Details are published in the Results pane, you are
now ready to complete your database by executing the last two scripts (in
order):
Insdefsq.sql Insdefsi.sql
If you are using Oracle, see the Svrestup.htm file for
information about how to re-create your database to correct this error.
Modification Type: | Major | Last Reviewed: | 4/23/2003 |
---|
Keywords: | kbprb kbbug KB276455 |
---|
|