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
09-07-2017 06:18 AM
I would recommand that you use a web service connection between both instances.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2017 07:17 AM
What about the first case? How can I pull the entire data for the first time? (CMDB data is huge)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2017 06:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2017 07:16 AM
Hi Tracey,
I am not looking for merging two instances. We will run the two instances independently. So merging is not an option.