J
Jim Aksel
I have a program with a master file and some subproject files. We link
between the subproject files. Data is submitted from a subcontractor monthly.
So, we have folders for each month end of data. That is, the Master.mpp and
its subprojects are all stored in a monthly folder... J08, F08, etc.
We can detect if our subcontractor is slipping a software capability by
examing the successors for tasks. If the succesor is linked to "June
Release" one month and then "Auguest Release" when they next submit the file,
we can find it. This exposes a contractor who is staying on time with his
software release by putting less and less capability into it.
Using the Compare Project Versions Utility seems to be a good method to
locate this quickly (we have to run the utility anyway). Specifically, if I
run the utility on the Predecessors/successor fields, I'd like to be able to
catch the change.
However, external dependencies on the files produce different path names to
to the predecessor/successor fields. This is becuase I am essentially
comparing C:\March2008\Master.mpp against C:\April2008\Master.mpp. As you
can see, the external links will contain different text.
Any suggestions on the file compare? My initial thought was insert a Text1
field into the comparison project and hit it with a formula. For example,
most of the file path is going to be the same, excpet for one folder name
\\server\folder1\subfolder1\Master.mpp vs subfodler2\Master.mpp I figured
maybe all I care about is the last couplde of characters. However, that
gets burdensome if there is an inserted line in either file.
Perhaps compare on UniqueID predecessor/successor? Again, the path name is
going to be different.
What saeth the crew?
between the subproject files. Data is submitted from a subcontractor monthly.
So, we have folders for each month end of data. That is, the Master.mpp and
its subprojects are all stored in a monthly folder... J08, F08, etc.
We can detect if our subcontractor is slipping a software capability by
examing the successors for tasks. If the succesor is linked to "June
Release" one month and then "Auguest Release" when they next submit the file,
we can find it. This exposes a contractor who is staying on time with his
software release by putting less and less capability into it.
Using the Compare Project Versions Utility seems to be a good method to
locate this quickly (we have to run the utility anyway). Specifically, if I
run the utility on the Predecessors/successor fields, I'd like to be able to
catch the change.
However, external dependencies on the files produce different path names to
to the predecessor/successor fields. This is becuase I am essentially
comparing C:\March2008\Master.mpp against C:\April2008\Master.mpp. As you
can see, the external links will contain different text.
Any suggestions on the file compare? My initial thought was insert a Text1
field into the comparison project and hit it with a formula. For example,
most of the file path is going to be the same, excpet for one folder name
\\server\folder1\subfolder1\Master.mpp vs subfodler2\Master.mpp I figured
maybe all I care about is the last couplde of characters. However, that
gets burdensome if there is an inserted line in either file.
Perhaps compare on UniqueID predecessor/successor? Again, the path name is
going to be different.
What saeth the crew?