How to ensure no data is missed during migration from 1 ServiceNow instance to other instance ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 10:37 AM
Moving incidents and cases from 1 instance to other as part of migration.
- How to ensure no data is missed during migration from 1 ServiceNow instance to other instance ?
- How to avoid duplicates, using XML export of tables but any chances of duplication ?
- How to ensure 0 % error during data mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 10:44 AM
Hi @Snehal13
- How to ensure no data is missed during migration from 1 ServiceNow instance to other instance ?
Atul: For this, make sure the dependent data must be move / migrated first like for user record, location , and department are first need to move.
2. Make a list of update set / XML and put an order for migration.
- How to avoid duplicates, using XML export of tables but any chances of duplication ?
Atul: Make sure, no record must be created in upper instance manually or for test purposes.
Do before migration sanity check.
- How to ensure 0 % error during data mapping
Atul: No guarantee, but you will learn as you progress. Try to check the count after every xml / update set move.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************