An unexpected error occurred

R

Robert

Hello,

I don't know what I did wrong, but this afternoon I'm unable to see the My
Tasks page in PWA 2007:
I get an error page which could be translated as:
"Error
An unexpected error occurred
Maintenance page of WebPart components: If you have permission, you can use
this page to temporarily close the WebPart component or to delete personal
settings."

How can I retreive this Tasks Page ? (It was not customized)
Thanks ahead


French message============================================
Une erreur inattendue s'est produite.

Page de maintenance des composants WebPart : Si vous y êtes autorisé, vous
pouvez utiliser cette page pour fermer temporairement des composants WebPart
ou supprimer des paramètres personnels. Pour plus d'informations, contactez
l'administrateur de votre site.
Résoudre les problèmes liés à Windows SharePoint Services.
 
R

Robert

Thanks Dale,
My problem is solved.
Your following SQL query is great!
USE PROJECTSERVER_PUBLISHED
SELECT MSP_PROJECTS.PROJ_NAME, MSP_ASSIGNMENTS_SAVED.TASK_NAME,
MSP_RESOURCES.RES_NAME, MSP_ASSIGNMENTS_SAVED.ASSN_UID,
MSP_ASSIGNMENTS_SAVED.PROJ_UID,
MSP_ASSIGNMENTS_SAVED.TASK_UID, MSP_ASSIGNMENTS_SAVED.RES_UID
FROM MSP_ASSIGNMENTS_SAVED INNER JOIN
MSP_PROJECTS ON MSP_ASSIGNMENTS_SAVED.PROJ_UID =
MSP_PROJECTS.PROJ_UID INNER JOIN
MSP_RESOURCES ON MSP_ASSIGNMENTS_SAVED.RES_UID =
MSP_RESOURCES.RES_UID
WHERE (NOT EXISTS
(SELECT TASK_UID FROM MSP_TASKS_SAVED WHERE (TASK_UID =
MSP_ASSIGNMENTS_SAVED.TASK_UID)))


The issue was generated by the assignment of a team resource to an Activity.
So I was not able to play with Project Pro but I simply deleted the activity
and now everything is working fine in My Tasks page.

Thanks again!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top