User cannot access TimeSheet

Z

ziwez0

Is it me or is Project Server so buggy.....

anyhow

I have a user who has been updating his timesheet fine until
yesterday, he clicks on his timesheet and gets Unknown Error, this
happens on all the existing timesheets he has submitted.

any ideas>?

thanks
 
Z

ziwez0

Found out bit more, he can access some of his timesheets, but when he
clicks on the current and 2 older ones,
comes up with An unexpected error has occured.

when I gointo Web parts its shows timesheet, i have reset with no
luck, should I delete??? or will this actually delete the page it self?
 
J

JennPenn07

Don't delete it from webparts, it will delete it from that page. You could
have the user delete the problem timesheet then recreate it if your
environment allows resources to to this.
 
S

Seth Gillespie

We had webpart issues like you describe, even after SP2 + April CU -
the only way to get rid of them is to find the offending tasks in the
corrupted project plans and delete them or set publish = no for these
tasks.

Regards,
 
Z

ziwez0

Ive ran the query
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)))

with no results returned.
Ive then removed the user from team memeber security group then re
added.

still no change.

next?
 

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