Migration by migration package migrates exclusions?
Hi, I'm currently working in the migration of a project from DOORS version 9.6.1.3 to DOORS NG 6.0.2. To do it, in following the instructions to generate a migration package and export it. However, when I import in doors next generation, my migrated modules appear with the old excluded requirements. How can I solve this?
One answer
(Assuming "old excluded" equals deleted, but not purged, objects in modules in DOORS.)
Migration packages include deleted objects in modules. There is a DNG attribute created called "ReqIF.ForeignDeleted". If it is "No value", then the object was not deleted in DOORS. I think "True" for deleted.
Two ways to deal with this:
In DOORS, purge deleted objects before exporting.
In DNG, filter on "ReqIF.ForeignDeleted" is "True" and delete them.
Hope that helps.