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

ravihmore1
Kilo Contributor

Hi Geek,

I am having the same requirement.

In case if you have completed .Let us know the steps you followed .

Regards,

Ravi

Himanshu Dubey
Giga Guru

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

https://docs.servicenow.com/bundle/madrid-platform-administration/page/administer/development-best-p...

 

Mark Correct if my answer solves your issue and also mark 👍 Helpful if you find my response worthy.

Thanks & Regards

Himanshu Dubey

Hi Himanshu ,

Thanks for the quick reply .

While loading the ci data via xml ,how can we handle related list data.

Regarda,

Ravi

you have to separately export those data from table and its related list's table 

Hi Himanshu,

I will try and let you know .

Thanks .

Regards,

Ravi