When export a RSA model without a CIM Profile, a null pointer exception is encountered.
Export flow assumes a perfect RSA model and therefore it lacks of many error checking.
The solution should be displaying a meaningful message to the user instead of a null pointer exception
exception msg
Check and Repair flow will be modified to repair the model if the model does not have CIM Library and/or CIM Profile being applied to.
Check flow will be modified to check if the model does not have CIM Library and/or CIM Profile being applied to. No repair action will be taken in the check flow.
The export flow will invoke the check and repair flow if the "validate and repair model on export option is checked.