Errors occurred while the comma-separated values (CSV) file was being imported to the RRC 4.0.3
Can't figure out what's wrong with the import or the data in the import file. Note that the same CSV file has been imported successfully to the IBM sandbox 2.
Wonder if that has anything to do with importing requirements from a project on PROD, into a project on DEV , where the same access URI is used by tying the URL with the Dev server IP in the hosts file.
3 answers
This can't be marked as the right answer, as it is my own: However it is the right answer.
Sumitted [PMR 19291,49R,000], which is still opened:
- Only import (even from export of the very same PA) of a specific artifact type SysReq not working.
- If imported as any other type would be OK: then the type can be modified after import.
- The issue is traced to a particular attribute PolTyp
- It is using an enumeration, and an initial value is required for the import to be successful, even though no PolTyp value is on the CSV file for import.
- Setting the initial value for PolTyp is the workaround to get the import to work with SysReq type.
- Oddly enough, if there had been no description for PolTyp, then the initial value is not required; i.e. removing the description from PolTyp (while leaving it without an initial value) is also an effective workaround.
- Moral: An attribute by enumeration, with description, will need to have an initial value; if no initial value is to be assigned there should be no description for the import of that type to work. Have not yet tried one with initial value without a description.
That was what we found from IBM suggestions of a workaround, the PMR is still open, will update with any more to come.
By the look of it, the URL in the error message refers to an enumeration value. Is the URL the raw data in the CSV file? if so, it is not going to work on another system since the type system will be completely different. I would expect the literal value of the enumeration to appear in the CSV file.
Comments
long TRUONG
May 29 '14, 7:03 p.m.