Cannot commit Update Set :Update scope id is different than update set scope id 'global'

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2015 12:52 PM
Hi
I'm getting below error.
We take backup from our dev instance and cloned it from Prod. Our dev instance was just upgraded to Fuji and we are creating a new application (not via application module).
We have taken backup using update set but after cloning, when we are trying to load update set than we are getting following error.
Cannot commit Update Set because: Update scope id '811e4bc56f8f31005de9f00dba3ee4fc' is different than update set scope id 'global'. Resolve the problem before committing.
Please help me on this.
--
Cheers,
AR
- 40,860 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2017 06:51 AM
While I don't know all the details of Team Development, I suspect it is quite similar since it deals with update sets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2017 06:53 AM
Thank u chuck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2023 10:00 PM
Thanks Chuck..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2015 01:05 PM
What I think happened is there is a record that references an application that no longer exists or is blank, and latching on to the first blank application it finds.
type sys_scope.list in the left hand navigation to view that applications you have scoped, im guessing '811e4bc56f8f31005de9f00dba3ee4fc' may match up to a blank one.
you will need to go to the update set you are trying to fix, add "application" to the list view on the related list and find the one that is not global. you will then need to go into that customer update, add the field 'application' and change it to "Global".

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2015 12:37 AM
could you please explain it further. How can i do that?