Error Message: "Update scope id 'global' is different than update set scope id 'global'" When Attempting to Commit Update Set PreviewIssue When moving an update set from one instance to another via export XML getting the following preview error. "Cannot commit Update Set '<update_set_name>' because: Update scope id 'global' is different than update set scope id 'global'. Resolve the problem before committing." CauseThe XML exported from the update set is missing the <application> element right below the XML element <sys_update_set action = "INSERT_OR_UPDATE> Correct XML should look like <sys_update_set action = "INSERT_OR_UPDATE> <application display_value="<application_name>"><sys_id></application> Incorrect XML should look like <sys_update_set action = "INSERT_OR_UPDATE> This behavior is caused due to the below two ACLS on sys_package.name that are created by plugin com.glide.kmf.global which could have been installed when plugin Instance Data Replication (com.glide.idr) was installed. https://<your-instance>.service-now.com/sys_security_acl.do?sys_id=c28ed511db230010ae05f4331f961911&sysparm_record_target=sys_security_acl&sysparm_record_row=5&sysparm_record_rows=6&sysparm_record_list=nameCONTAINSsys_package%5EORDERBYname https://<your-instance>.service-now.com/sys_security_acl.do?sys_id=c28ed511db230010ae05f4331f961911&sysparm_record_target=sys_security_acl&sysparm_record_row=5&sysparm_record_rows=6&sysparm_record_list=nameCONTAINSsys_package%5EORDERBYname ResolutionAdd the roles required by the ACL to the user profile. Roles required by the ACLs are sn_kmf.cryptographic_managersn_kmf.cryptographic_auditor Alternately, rather than add the roles to the admin role, set 'admin overrides' = true on the ACLs Elevate your admin role to security_admin.Navigate to each of these two read ACLs, one for sys_app and one for sys_package.name.Check the 'Admin overrides' checkbox and Click Save.Related LinksUpdate set Preview problem - Cannot commit Update Set