I have a customer that exports requirements from DOORS using the ReqIf format. When we import into 3SL CRADLE, there is no information. The issue seems to be that CRADLE expects a longName as part of the Specification Type Identifiable element, DOORS does not seem to provide this. As a result, without the Spec-Type, the file appears empty.
For Example:
CRADLE: <SPEC-TYPES>
<SPECIFICATION-TYPE IDENTIFIER=”_US24wjNJ4D1I7Mr8nI2rump2C268HDwRT17hQRi” LAST-CHANGE=”2019-02-11T14:22:23Z” LONG-NAME=”CRADLE_SBS”>
The LONG-NAME is what CRADLE uses to define the item type within the project schema.
DOORS: <SPECIFICATION-TYPE IDENTIFIER=”_7bfd9bca-32be-4de9-be82-a21817d73817″ LAST-CHANGE=”2021-03-08T11:41:49″>
We suspect this is a switch needed in the DOORS export converter, but am at a loss asto details.
Has anyone encountered exported ReqIf from DOORS into another tool?