- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-18-2024 07:58 PM
How to migrate news records from one environment to another.
I want to move all records to another insatnce
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-18-2024 09:04 PM
Hi @haoranhuang ,
Please check the below post(s):
Move Data/Configurations between Instances || Knowledge & Troubleshooting Resources
Migrate Data from one instance to another
Move data from instance to another instance
Data transfer from one instance to another
Mark this as Helpful / Accept the Solution if this helps
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-18-2024 08:40 PM
Hi @haoranhuang
Before you implement the solution, need to know what do you mean by Data. Data ( Transactional data) movement from one instance to another is not recommended but if you want to move Foundation data
- You can use XML way to move the data from one to another instance without loosing any reference.
In case data is huge , try to break in chunks so that import will be easy.
if you want bring data in first instance, you transform map method. you refer the below links.
https://www.youtube.com/watch?v=5MTMt7v35xs
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful."
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-18-2024 09:04 PM
Hi @haoranhuang ,
Please check the below post(s):
Move Data/Configurations between Instances || Knowledge & Troubleshooting Resources
Migrate Data from one instance to another
Move data from instance to another instance
Data transfer from one instance to another
Mark this as Helpful / Accept the Solution if this helps
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-22-2024 06:33 PM
Thank you very much, you have given me tremendous help. However, the use of XML has resulted in the phenomenon of sys id overwriting. The old data was lost as a result. I will continue to research it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-18-2024 09:50 PM
Hi @haoranhuang ,
There are different ways transfer data from one instance to another instance based on requirement.
1. We can move data through XML from one instance to another instance if data coming in ServiceNow instance from different sources like integrations.
2. You can use transform map concept when data is in CSV/excel or any data source.
3. You can use integration to bring data other application to ServiceNow.
Based on your requirement you can select steps.
Please mark helpful & correct answer it its helpful for you.
2.