D
Dave
I have inherited a Proj2K mpp file that was constructed incorrectly
(Start/Finish entered manually for each of ~500 tasks, so all tasks
have constraints).
We have a requirement to make this into a "real schedule" with proper
task dependencies and ASAP constraints.
We need to maintain the start/finish dates that currently exist. I
have tried a number of approaches to modify the dates
programmatically, but because we are not scheduling forward from the
project start date (and in fact can't get agreement on exactly what
that date should be) I can't seem to remove the existing constraints
and get some of the dates to "stick".
I have tried several permutations and variations of:
Set Start1 = Start, Finish1 - Finish, Duration1 = Duration
Set Start = Start1, Duration = Duration1, and let Project calculate
Finish
but the existing data makes it impossible for Project to honor ASAP
for about half the tasks. Making these changes and then calculating
the project results in incorrect start/finish dates.
Can anybody suggest a way to approach this problem?
Thanks
Dave
(Start/Finish entered manually for each of ~500 tasks, so all tasks
have constraints).
We have a requirement to make this into a "real schedule" with proper
task dependencies and ASAP constraints.
We need to maintain the start/finish dates that currently exist. I
have tried a number of approaches to modify the dates
programmatically, but because we are not scheduling forward from the
project start date (and in fact can't get agreement on exactly what
that date should be) I can't seem to remove the existing constraints
and get some of the dates to "stick".
I have tried several permutations and variations of:
Set Start1 = Start, Finish1 - Finish, Duration1 = Duration
Set Start = Start1, Duration = Duration1, and let Project calculate
Finish
but the existing data makes it impossible for Project to honor ASAP
for about half the tasks. Making these changes and then calculating
the project results in incorrect start/finish dates.
Can anybody suggest a way to approach this problem?
Thanks
Dave