L
LAUREEN.
Hello,
We ran:
delete from MSP_WEB_ASSIGNMENTS
where WASSN_ID IN (
select ma.WASSN_ID from MSP_WEB_ASSIGNMENTS ma
join MSP_WEB_PROJECTS mp
ON ma.WPROJ_ID = mp.WPROJ_ID
join MSP_WEB_RESOURCES mr
ON ma.WRES_ID = mr.WRES_ID
where
ma.WASSN_DELETED_IN_PROJ <>0
--AND mp.PROJ_NAME like '25713%' --uncomment it for specific project
)
After this, now my projects schedules are not lining up with what is being
published. Under view resource assignments, I see assignments that are no
longer in the schedule. I pulled the ID for both the web ones and the
schedules and the tasks do not match. I tried re-publising. Please help, we
have been so frustrated trying to use the view resource assignments view.
We ran:
delete from MSP_WEB_ASSIGNMENTS
where WASSN_ID IN (
select ma.WASSN_ID from MSP_WEB_ASSIGNMENTS ma
join MSP_WEB_PROJECTS mp
ON ma.WPROJ_ID = mp.WPROJ_ID
join MSP_WEB_RESOURCES mr
ON ma.WRES_ID = mr.WRES_ID
where
ma.WASSN_DELETED_IN_PROJ <>0
--AND mp.PROJ_NAME like '25713%' --uncomment it for specific project
)
After this, now my projects schedules are not lining up with what is being
published. Under view resource assignments, I see assignments that are no
longer in the schedule. I pulled the ID for both the web ones and the
schedules and the tasks do not match. I tried re-publising. Please help, we
have been so frustrated trying to use the view resource assignments view.