We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Need help to move Configuration Items from one instance to another instance

Admin7267
Kilo Sage

There are around 5 Lakh CIs in a Instance, I want to move them to another instance.

But when I try to export and import the CIs through the XML, it's not working as the CIs count is huge.

 

I don't want to load the data again as I need the same SYS_ID in another instance.

How can I move those 5 Lakh CIs to another Instance?

2 REPLIES 2

Weird
Mega Sage

You can create a transform where you set the sys_id using "target.setNewGuidValue('your_sys_id');"

So you can use a data load AND get your original sys_id.
See more from docs: https://docs.servicenow.com/bundle/washingtondc-api-reference/page/app-store/dev_portal/API_referenc...

 

Danish Bhairag2
Tera Sage

Hi @Admin7267 ,

 

You can try moving records in batches.

 

Thanks,

Danish