Need help to move Configuration Items from one instance to another instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 10:37 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2024 12:39 AM
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2024 12:55 AM