Examples of Error Messages While Importing a Work Order

This topic provides a few examples of common error messages that may appear while importing a work order. This list is not comprehensive.
Error Message Cause
producedMaterialName: integer found, string expected This message appears if the material name contains an integer value instead of a string value.
operationsGroup.operations[0].billOfMaterials[0].quantity: string found, number expected This message appears if the quantity of a BOM item contains a string value instead of an integer value.
workOrderName: null found, string expected This message appears if you have not provided the work order name.
priority: is missing but it is required This message appears if priority is missing (but is mandatory for a work order).
operationsGroup.operations[0].billOfMaterials[0].materialName: is missing but it is required This message appears if the material name for BOM items is missing (but is mandatory for a work order).
Wo import failed case : operationsGroup.operations[1].billOfMaterials[0].quantity: must have an exclusive minimum value of 0 This message appears if the quantity of a BOM item contains zero or a value less than zero.
Wo import failed case : bomitem.property.group.id cannot be empty or null This message appears if you have not provided the group ID of a BOM item. To fix this error, provide the group ID of the BOM item in the configuration parameters of the ERP Import service.
Work Order imported Successfully;Operations[OP3] not found; This message appears if an operation that you have provided does not exist in the associated route in Plant Applications. In this case, the work order is created, but the operation is not created.