Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 905389 - Last Review: September 18, 2011 - Revision: 3.0
It takes a longer than expected to for a custom view to display project information in Project Web Access 2003
Consider the following situation. You connect to the Project
Center page in Microsoft Office Project Web Access 2003. You use a custom view
to display project information. The custom view uses filters that are based on
enterprise outline codes.
In this situation, it takes a longer than
expected for Project Web Access 2003 to display the project information. For
example, it may take 60 seconds before the project information appears on the
Project Center page.
This issue occurs because the MSP_OUTLINE_CODES table in the
ProjectServer database links to a field that does not contain an index. The
MSP_OUTLINE_CODES table is typically read-only. Additionally, the
MSP_OUTLINE_CODES table contains a clustered index.
To work around this issue, create a new non-clustered index
named MSP_OUTLINE_CODE_UID in the MSP_OUTLINE_CODES table. To do this, run the
following SQL command:
create nonclustered index MSP_OUTLINE_CODES_CODE_UID on dbo.MSP_OUTLINE_CODES (CODE_UID)
For more information about how to create indexes, visit the
following Microsoft Web site:
APPLIES TO
- Microsoft Office Project Server 2003
- Microsoft Office Project Web Access
| kbdisplay kbtshoot kbprb KB905389 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate