- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2018 05:38 AM
I need to sync data between 2 prod instances with same sys_id in both the instances.What is the best possible option to do that.
Solved! Go to Solution.
- Labels:
-
Live Feed

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2018 10:08 AM
Hi Nitin,
You can automate this via XML Import sets. Please refer below link with the exact steps that you need to follow in order to automate this. In the last step, you will have a Transform script(mentioned in point no 4 in the below link) which will copy the sys_id of new records from the source to the target instance.
https://docs.servicenow.com/bundle/london-platform-administration/page/administer/import-sets/concept/c_XMLImportSets.html
-Pradeep Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-24-2018 10:45 PM
Thanks @pradeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2018 04:11 AM
Hi Pradeep,
I tried using XML import on my personal instance, After following all the steps mentioned in the link. I clicked on the load data and data is loaded successfully in the import set and after that when i tried transform the instance got logged out and i am not able to login now.
Do you know why it is happening ?
Can you please help on this ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2018 09:31 AM
Were you able to reset your personal dev instance password via "Manage Instance" page?
-Pradeep Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2018 05:08 AM
Reset admin password worked. It was actually happening because administrator user was also getting updated on destination side.
Thanks Pradeep for the help !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2019 01:23 AM
Hi Pradeep,
I am able to update sys_id at the time of insert using this approach but facing challenge at the time of update. The issue here is there are some record that are out of sync at this time in both the instance so at the time of update i want to update the sys_id as well of these records , will it be possible to do it ?