ReqIF import error
Both were successful at export, but only partially imported.
The first
- Imported into a brand new PA, created without template (ie. 0 content/configuration)
- Got error below for 5 artifacts
Error importing artifact. 403 Propagated exception; original message [CRRRS8657E An invalid value was specified for the attribute definition URL https://labtaly:9443/rm/_14cc1341-7f63-4aee-b56d-217cb5d3aeb8. CRRRS8657E An invalid value was specified for the attribute definition URL https://labtaly:9443/rm/_a903b153-9433-48f7-87a2-91090e559b30. CRRRS8657E An invalid value was specified for the attribute definition URL https://labtaly:9443/rm/_64e32cc8-8126-408a-9be4-0d805c748a76. CRRRS8657E An invalid value was specified for the attribute definition URL https://labtaly:9443/rm/_6b685352-b96c-4596-aa76-f9f9918e5466. CRRRS8657E An invalid value was specified for the attribute definition URL https://labtaly:9443/rm/_8b4a6a36-defc-4e58-a930-601eadea1119. ]
Full import report can be seen here
The second
- imported into a Change Set in the PA used before
- Got the error below for 6 artifacts
Error importing artifact. 404 Propagated exception; original message [com.ibm.rdm.fronting.server.exception.NotFoundException]
Full import report can be seen here
I couldn't find anything useful in the logs to help determine the underlying problem preventing the import to complete successfully (but maybe I didn't look at the right logs).
If it makes any difference, the destination server is a RedHat Enterprise 6.5 running on an OracleVM.
Any pointers to help get this right?
Accepted answer
Comments
Hi Benjamim.
The error may be happening on creating certain artifacts, but the error itself says
"CRRRS8657E An invalid value was specified for the attribute definition URL"
This like means there's a problem with how the artifacts are referencing some of their associated attributes. We never reference a resource as it is shown in the error (ie - /rm/<id>). You'll always see references to rm/resources/<id> or rm/types/<id> when dealing with artifacts and types. I'd suggest contacting support as this seems to be more an issue with the data on the 4.0.6 server. If you can share the ReqIF and a project template with them, it will help get to the root of the problem.
Hi Benjamim.
For reference to others running into this same issue.
There was no clear answer regarding what the root cause might be, but the solution was easy enough. Support provided a diagnostic tool that identified and fixed the corrupted elements on my project (which, in turn, were generating a bad ReqIF).