CMDB Integration between two SN instances

Geeky
Kilo Guru

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

10 REPLIES 10

Melghi
Kilo Expert

I would recommand that you use a web service connection between both instances.


What about the first case? How can I pull the entire data for the first time? (CMDB data is huge)


traceymaycock
ServiceNow Employee
ServiceNow Employee

Hi Srini,



The following posting may help:



Consolidating Production Instances



regards



Tracey


Hi Tracey,



I am not looking for merging two instances. We will run the two instances independently. So merging is not an option.