- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2016 08:02 AM
Hi All,
I missed to capture the table schema in update set while creating the table. Now am trying to capture the table data in new update set. But, when i am trying to move the update set to other instance. The table label is changing as "LABEL". Please see the image. So the table is not create properly. Please advice.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2016 08:08 AM
Hi Dinesh,
Try this... (in dev)
Create a new local update set.
Use the application navigator filter to go to sys_update_xml.list
See if you can find the sys_dictionary entry for your table label using the various filters. If says anything other than "Default" in the Update Set column, leave it alone. If it is blank or says Default, change the record to point to your update set.
You can now mark your new update set Complete and promote it as any other.
If the record is associated with any other update set as noted above, then you will need to go to the sys_dictionary table, locate your table label and export the XML from dev and manually import it in to test & prod.
Exporting and Importing XML Files - ServiceNow Wiki

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2016 08:08 AM
Hi Dinesh,
Try this... (in dev)
Create a new local update set.
Use the application navigator filter to go to sys_update_xml.list
See if you can find the sys_dictionary entry for your table label using the various filters. If says anything other than "Default" in the Update Set column, leave it alone. If it is blank or says Default, change the record to point to your update set.
You can now mark your new update set Complete and promote it as any other.
If the record is associated with any other update set as noted above, then you will need to go to the sys_dictionary table, locate your table label and export the XML from dev and manually import it in to test & prod.
Exporting and Importing XML Files - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2016 10:56 PM
Thank you chuck

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2016 11:55 AM
Hi Dinesh,
Chuck is correct. You should be able to move changes of the customer updates which is captured in the wrong update set.
Mini-Lab: Moving Update Set Customer Update Records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2016 10:57 PM
Thanks for the update pradeep