Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
Office GroupsView
Excel
Excel Charting
Excel Crashesgpfs
Excel Misc
Excel Newusers
Excel Programming
Excel Setup
Excel Worksheet Functions
Word Application Errors
Word Conversions
Word Customization Menustoolbars
Word Docmanagement
Word Drawing Graphics
Word International Features
Word Mail
Word Mailmerge Fields
Word Newusers
Word Numbering
Word Oleinterop
Word Pagelayout
Word Printingfonts
Word Setup Networking
Word Spelling Grammar
Word Tables
Word Visual Basica Addins
Word Visual Basica Customization
Word Visual Basica General
Word Visual Basica Userforms
Works Win
Office Developer Automation
Office Developer Com Add_Ins
Office Developer Officedev Other
Office Developer Outlook Forms
Office Developer Outlook Visual Basica
Office Developer Visual Basica
Office Misc
Office Setup
Officeupdate
Onenote
Outlook
Outlook Bcm
Outlook Calendaring
Outlook Contacts
Outlook Fax
Outlook General
Outlook Installation
Outlook Interop
Outlook Mac
Outlook Printing
Outlook Program_Addins
Outlook Program_Forms
Outlook Program_Visual Basica
Outlook Teamfolders
Outlook Thirdpartyutil
Project
Project Developer
Project Server
Visio
Visio Developer
Visio General
Word Visual Basica Beginners
Outlookexpress General
Office Communicator
Word Programming
Office Templates Misc

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Apps
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

View All Microsoft Project Server Posts  Ask A New Question 

PWA "My Tasks" unexpected error.

beto697 posted on Saturday, May 24, 2008 4:46 PM

We have had Project Server 2007 (SP1) installed for a couple of months and
working  happly... until now!!...

One user, out of 9, is now having problems, when trying to open the My Tasks
page it gets:


Web Parts Maintenance Page: If you have permission, you can use this page to
temporarily close Web Parts or remove personal settings. For more
information, contact your site administrator.
Troubleshoot issues with Windows SharePoint Services. "

When I go to the "Web Part Maintenance Page: tasks" as suggested, I can
Reset it for the specific user, but still doesn´t work.

I think I have discarded a WebPart problem. All other users can open it
without problem, I removed the WebPart and added it again (for all users) and
no change, I exported the WebPart and imported it and still no change.

I guess it could be a data problem with this user's tasks, however, I opened
all projects the user is assigned in, checked them (no obvious problems at
least) saved and publish them again. Still, all users can see their tasks
except this one!.

Any suggestion? Is there a way to check what the heck is PWA looking for in
the database when this happens? Any other idea?....

Help is well appreciated!
reply

 

I've seen this problem when the user is set as the assignment owner on an

pconroyATtheprojectserverguruDOTcoDOTnz posted on Saturday, May 24, 2008 5:30 PM

I've seen this problem when the user is set as the assignment owner on an
assignment which is assigned to a generic resource.

This also used to happen when additional assignments where added to tasks
which already had actuals entered, however I believe this was resolved in SP1.

This issue is almost certainly related to assignment data.  You need
identify which project/assignment is causing the issue and remove it.

Running this script against the published database may help identify the
corrupt assignment

SELECT COUNT(MSP_TASKS_SAVED.TASK_UID) AS CountTasks, MSP_PROJECTS.PROJ_NAME,
MSP_TASKS_SAVED.TASK_NAME, MSP_RESOURCES.RES_NAME
into #MultiAssn
FROM MSP_TASKS_SAVED INNER JOIN
MSP_ASSIGNMENTS_SAVED ON MSP_TASKS_SAVED.PROJ_UID =
MSP_ASSIGNMENTS_SAVED.PROJ_UID AND
MSP_TASKS_SAVED.TASK_UID = MSP_ASSIGNMENTS_SAVED.TASK_UID
INNER JOIN
MSP_PROJECTS ON MSP_TASKS_SAVED.PROJ_UID =
MSP_PROJECTS.PROJ_UID INNER JOIN
MSP_RESOURCES ON MSP_ASSIGNMENTS_SAVED.RES_UID_OWNER =
MSP_RESOURCES.RES_UID
where MSP_TASKS_SAVED.TASK_UID=MSP_TASKS_SAVED.TASK_PUBLISHED_UID
GROUP BY MSP_TASKS_SAVED.TASK_UID, MSP_TASKS_SAVED.PROJ_UID,
MSP_PROJECTS.PROJ_NAME, MSP_ASSIGNMENTS_SAVED.RES_UID_OWNER,
MSP_RESOURCES.RES_NAME, MSP_TASKS_SAVED.TASK_NAME
ORDER BY CountTasks DESC
select * from #MultiAssn
where CountTasks > 1
Order by RES_NAME
Drop Table #MultiAssn

HTH

Paul
--
Did this post help you. Consider passing on the good will by making a
donation this great charity.
http://www.fundraiseonline.co.nz/TheProjectServerGuru/

http://theprojectserverguru.spaces.live.com
reply

PWA "My Tasks" unexpected error.

quyennguye posted on Monday, May 26, 2008 4:41 AM

Hi,
Try the hotfix at: http://support.microsoft.com/kb/950816

GOOD LUCK!
Quyen Nguyen
reply

 
 

Previous Microsoft Project Server conversation.