Where is the TBL where the responses when previewing an update set are saved?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2025 07:45 PM
We have addressed the error that occurred when previewing an update set.
We are currently looking for a table that records this information.
It seems that error information remains in "sys_update_preview_problem".
However,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2025 08:00 PM
Hi @bonsai
I believe you're referring to the table where you can view the proposed actions (Commit/Skip) for 'Update Set Preview Problems.'
You can find these records in the sys_update_preview_xml table.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2025 09:18 PM
Is there any information about how to handle errors?
There is a "proposed_action" field with three options: "Commit", "Skip", and "Skip (Collision)".
"Commit" = "Apply the update set data"
"Skip" = "Skip the update set data" (remain local data)
"Skip (Collision)" = ?
What is "Skip (Collision)"?