CWWIM1008E The 'RDN_prop_names' RDN properties for the 'qualified_ent_type' entity type were provided in the input data object. The unique name cannot be created in the underlying repository because the RDN information specified in the input data object of the new entity is ambiguous.
Explanation
When creating an entity, the relative distinguished name (RDN) must be well formed and contain properties that are not ambiguous. For example, the OrgContainer entity type can represent either an organization (that uses the o RDN property) or an organizational unit (that uses the ou RDN property) in an underlying repository. If both o and ou are specified in the RDN for the input data object for the new entity, a unique name for the new entity cannot be created.
Programmer response
Determine which type of entity you want to create to the underlying repository and only provide the RDN property for that type. For example, if you want to create an organization, only provide the value for the o property.