Erro while create assets through the import sets "Operation against file 'alm_hardware' was aborted by Business Rule 'Create CI on insert^40062a62db85c5102cc3e03cd39619bb'Issue While loading data through import sets and creating CIs, it fails with the error: "Operation against file 'alm_hardware' was aborted by Business Rule 'Create CI on insert^40062a62db85c5102cc3e03cd39619bb'. Business Rule Stack:Create CI on insert"ReleaseAll Versions.CauseWhen assets are created/inserted, there is an OOB business rule which would trigger to create CIs. Business rule name: "Create CI on insert". Due to some error, while creating CI, asset creation also fails and the load of asset would fail. Reviewing the system logs would show the actual reasons for the failure: An extract of the error message from the system logs would look like below: identification_engine : logId:[8085d4eb1b8d] Output = {"items":[{"className":"cmdb_ci_computer","sysId":"Unknown","identifierEntrySysId":"Unknown","errors":[{"error":"REQUIRED_ATTRIBUTE_EMPTY","message":"Missing mandatory field [operational_status] in table [cmdb_ci_computer]. Add input value for mandatory field in payload"},{"error":"ABANDONED","message":"Too many other errors"}],"identificationAttempts":[{"info":"sys_object_source SKIPPED","identifierName":"","attemptResult":"SKIPPED","attributes":[],"hybridEntryCiAttributes":[]},{"identifierName":"Hardware Rule","attemptResult":"SKIPPED","attributes":["serial_number","serial_number_type"],"hybridEntryCiAttributes":[],"searchOnTable":"cmdb_serial_number"},{"identifierName":"Hardware Rule","attemptResult":"NO_MATCH","attributes":["serial_number"],"hybridEntryCiAttributes":[],"searchOnTable":"cmdb_ci_hardware"},{"identifierName":"Hardware Rule","attemptResult":"NO_MATCH","attributes":["name"],"hybridEntryCiAttributes":[],"searchOnTable":"cmdb_ci_hardware"},{"identifierName":"Hardware Rule","attemptResult":"SKIPPED","attributes":["mac_address","name"],"hybridEntryCiAttributes":[],"searchOnTable":"cmdb_ci_network_adapter"}],"info":[],"errorCount":2,"inputIndices":[0],"mergedPayloadIds":[],"markers":[],"warningCount":0}],"additionalCommittedItems":[],"relations":[],"additionalCommittedRelations":[]}: no thrown error ResolutionLook into the error message and make the corrective action. For the above error message, either the "Mandatory" condition on the field [operational_status] in table [cmdb_ci_computer] should be removed OR There should be some way to populate the field [operational_status] while an attempt to create CI happens.