Patch Log Errors
1 min
this topics details the error messages and the fixes to it during package import error code segment error message reason error 101 duplication error during metadata commit operation for seq = 1 attempting to insert duplicate quickaction quickaction "test qa" in business object "testobject" already exists this error occurs when the content is already present it can be business object, fields,relationship, forms, lists, saved search, quick action, pick list/validation list etc to fix the error, remove the duplicate content from the package and re run the package error 102 import error during metadata commit operation for seq = 1 updating form (incident customerownershipform) form "incident customerownershipform" definition is invalid field(s) "testcontrol" not found in business object "incident" this error occurs when some content such as field/business object/relationship/pick list used in the package is missing in the tenant to fix the error, identify and add the missing content and then re run the package error 102 import error during metadata commit operation for seq = 1 updating form (incident customerownershipform) form "incident customerownershipform" definition is invalid business object "incident" is not found error 102 import error during metadata commit operation for seq = 1 control "testcontrol" definition in form "incident customerownershipform" of business object "incident" is invalid list "incident default" is not found " error 102 import error during metadata commit operation for seq = 1 control "testcontrol" definition in form "incident customerownershipform" of business object "incident" is invalid business object "incident" is not found error 102 import error during metadata commit operation for seq = 1 control "testcontrol" definition in form "incident customerownershipform" of business object "incident" is invalid relationship "incidentassociatesci" is not found error 102 import error during metadata commit operation for seq = 1 list "incident default" definition is invalid business object "incident" is not found error 102 import error during metadata commit operation for seq = 1 list "incident default" definition is invalid relationship "incidentassociatesci" is not found in the business object "incident" error 102 import error during metadata commit operation for seq = 1 list "incident default" definition is invalid field "testcontrol" not found in "incident" business object which is required for column "testcontrol" in list "incident default" error 102 import error during metadata commit operation for seq = 1 index "uniquecategory" uses non existing field "category" in "incident" business object error 102 import error during metadata commit operation for seq = 1 business object "incident" full text index uses non existing field "category" error 102 import error during metadata commit operation for seq = 1 non existing field or relationship "category" in business object "incident" cannot be audited error 102 import error during metadata commit operation for seq = 1 field "category" in business object "incident" is flagged as validated but a pick list is not defined for it error 102 import error during metadata commit operation for seq = 1 validator(pick list) "category by service" for validated field "category" in business object "incident" does not exist error 103 delete error during metadata commit operation for seq = 1 field "category" in business object "incident" cannot be deleted as it is application critical field this error occurs when the package is trying to delete any locked content to fix the error, do not delete any locked content error 103 delete error during metadata commit operation for seq = 1 business object incident cannot be deleted due to metadata permissions error 103 delete error during metadata commit operation for seq = 1 business object incident cannot be updated due to metadata permissions error 104 sync error during metadata commit operation for seq = 1 the given key was not present in the dictionary member business object "ci#facilities" is not in sync with group business object "ci#" please run "field differs from base table" from metadata auto fix this error occurs when there is a sync issue between the group and the member business objects to fix the error, perform the below steps and re run the package navigate to metadata validation config in the configuration console > click run validation wait for the validation to complete (the status can be seen in the metadata validation run child tab) once validation run is complete, navigate to the metadata auto fix run field differs from base table error 105 sql exception error during metadata commit operation for seq = 1 inserting into frs def global constants failed due to sql error 207 data access error, invalid column name "ivnt issystem" all sql exceptions will have error codes along with sql error codes this can be due to missing fields or business objects in the database to fix the error, identify and add the missing content and then re run the package error 106 crud operation error during metadata update operation for seq = 3186 type form, id am frs priceitem administrator; name am frs priceitem administrator; business object frs priceitem# error message can not add property setvalues to newtonsoft json linq jobject property with the same name already exists on object this error usually occurs during crud operations to fix the error, identify and fix the metadata type mentioned in the error error 107 prerequisite patch esm facilitiesmanagement content 2022 1 v5 0 is skipped because it does not match predicate condition this error usually occurs when target tenant do not have prerequisite package applied or the package is already applied to the tenant to fix the error, import the prerequisite packages
