- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2018 05:28 AM
I have committed an update set, backed it out, and wanted to redo the same update set again. However when I run the preview it tells me "Found a local update that is newer than this one". How can i commit the same update set without facing this problem? I was testing how to do a proper update set from my personal developer instance to a test instance. But now regretted doing the back out as I cannot re-commit the first committed version.
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2018 05:43 AM
Hi Weng Kin Chon,
1. Once we back out we can't redo the back changes.
2. You want to commit your changes use the option "Accept remote update".
For your reference : https://docs.servicenow.com/bundle/istanbul-application-development/page/build/system-update-sets/ta...
Hit Like/Helpful as when felt
@Lakshmaiah

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2018 05:57 AM
Hi,
Backing out update set is NOT best practice since you may face lot of issues in future.
In your case, You should create new update set in your source instance to capture required customer updates and then move this new update set to target instance.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2018 06:05 AM
Hi Sachin,
I am a beginner at this. I only realised that it was not a good practice after reading more online to find a solution. I had originally wanted to "redo" the update set with the thought that it should rerun the same script to insert/update the records from the update sets. Will this ever be possible?
My intention was to create an update set for a new catalog item that was created in my dev. If I had to redo the same update set, will I not have to redo all the steps of creating the same catalog item on the same dev?