Facing issue with update set.

Nana5
Mega Guru

Hi All,

I have created a update set called "XYZ" and capture all my changes and now when I moving to production I am getting 60+ warning message and 3 error. So I don't want to see this error and warning message when I deploy to production. So is there any convenient way to resolve this issue so please help me out.

Error message:-

Could not find a record in sys_db_view_table referenced in this update.

Found a local update that is newer than this one

Found a local update that is newer than this one

Warning message example:--\

Could not find a table field (change_request.u_string_12) referenced in this update, but did find it in another uncommitted update set

Could not find a record in sys_ui_policy referenced in this update, but did find it in another uncommitted update set

Could not find a record in sys_security_acl referenced in this update, but did find it in another uncommitted update set

Could not find a record in sys_db_view_table referenced in this update, but did find it in another uncommitted update set

Could not find a record in sys_template referenced in this update, but did find it in another uncommitted update set

Could not find a table field (change_request.u_integer_1) referenced in this update, but did find it in another uncommitted update set

Could not find a table field (change_request.u_string_4) referenced in this update, but did find it in another uncommitted update set

Could not find a record in sys_db_view_table referenced in this update, but did find it in another uncommitted update set

Could not find a record in sys_security_acl referenced in this update, but did find it in another uncommitted update set

Could not find a table field (change_request.u_string_2) referenced in this update, but did find it in another uncommitted update set

Could not find a table field (change_request.u_string_8) referenced in this update, but did find it in another uncommitted update set

Thanks

Prakash Ranjan

1 REPLY 1

JJ1
Kilo Guru

You have to check the uncommitted update set and commit it before committing your update set.Your update set is referring fields/table/Ui policy created on some other update set.



Transferring Update Sets - ServiceNow Wiki



Uncommitted update

Example: Could not find a table field (u_case.u_reference) referenced in this update, but did find it in another uncommitted update set


The object exists in another remote update set that has not been committed.Commit the other remote update set first or move this update to the other update set. Use these Available Actions to assist in problem resolution:
  • Show uncommitted update: opens the update record in the other remote update set.
  • Show uncommitted update set: open the other remote update set record.