Errors showing while moving complete update set from jakaartha to madrid?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2019 02:38 AM
Hi Developers,
Recently we have upgraded our dev instance and UAT instance to MADRID.
Meanwhile i have taken all my works as backup .
Now while moving update sets of jakartha version to new MADRID version , there are several erros showing as below
Type showing as error message
==========================
1)Found a local update that is newer than this one. (thinking to accept remote update)
2)Could not find a record in sp_row for column sp_row referenced in this update
3)Could not find a record in sp_theme for column theme referenced in this update
4)Could not find a record in sp_container for column sp_container referenced in this update
5)Could not find a record in sp_page for column homepage referenced in this update
6) Could not find a record in sp_instance_menu for column sp_rectangle_menu referenced in this update
Type showing as warning message
============================
7)Could not find a record in sp_dependency for column sp_dependency referenced in this update, but did find it in another uncommitted update set ---- type showing as warning message
8)Could not find a record in sp_widget for column sp_widget referenced in this update, but did find it in another uncommitted update set
9)Could not find a record in for column sp_angular_provider referenced in this update, but did find it in another uncommitted update set
So could any one please help me on this?
Regards,
Manmath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2019 03:07 AM
Yes, agree with Vignesh, you need to raise HI support ticket and get instance restored.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2019 02:59 AM
You should be getting the sys_id's of the missing records with this error, go to the source instance and capture those records in the same update set and retry importing in target instance.
Thanks