CMDB Integration between two SN instances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2017 06:14 AM
Hi All,
I have a requirement to integrate between two servicenow instances. One instance is having a CMDB data and other one is empty. So there will be two things here to complete;
1) One time sync of CMDB data: We may need to bring in the CMDB data from One instance to Other one only for the first time. I thought to do it by XML/Excel/transform maps but data is huge.
2) Continues sync of CMDB data: Data should be continuously synced from one instance to other instance.
Can we expose schema of one servicenow instance to other servicenow instance so that data can be syched automatically?
Please let me know if you have any idea about it.
Regards,
Srini
- Labels:
-
Enterprise Asset Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2020 08:07 PM
Hi Geek,
I am having the same requirement.
In case if you have completed .Let us know the steps you followed .
Regards,
Ravi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2020 08:19 PM
Hi
Try to use the Export to XML feature for that specific table and import the XML into the other ServiceNow instance, usually it's the best method when you have a huge amount of records.
For more details click on below link
Mark ✅ Correct if my answer solves your issue and also mark 👍 Helpful if you find my response worthy.
Thanks & Regards
Himanshu Dubey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2020 08:29 PM
Hi Himanshu ,
Thanks for the quick reply .
While loading the ci data via xml ,how can we handle related list data.
Regarda,
Ravi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2020 08:49 PM
you have to separately export those data from table and its related list's table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2020 08:55 PM
Hi Himanshu,
I will try and let you know .
Thanks .
Regards,
Ravi