While importing the data using tcin_import utility, the import operation is failing with the below error message.
Error: p40053811a.mldes.0001_A.prt: Invalid attribute value. Key attributes and required attributes must have assigned values.
SolutionThe user has defined LOV's for the property "DB_PART_NAME" and made it as an mandatory attribute.
All the input parts have this part attribute saved within.
But import operation is failing due to Name Only parts, which do not have this mandatory property.
To fix this, the switch "-default_name" can be defined with a default property value for the mandatory attribute "DB_PART_NAME".
This will then be picked by the Name-Only parts and the import operation will succeed.