Export the Data in Production and Import into Dev automatically

Srinivas Chinn1
Tera Contributor

Hi all,

I'm trying the import the data from the production by using data source XML path.
the data is inserting into the Dev instance but with different sys_id. Means same record in the production is having different sys_id and in Dev is having different sys_id. 
i want to maintain the same sys_id's across the instances. i have tried below method but it inserting with new sys_id's in instances.

Create an XML data source to another instance.

Any help or suggestions is much helpful. 

13 REPLIES 13

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Srinivas Chinn1 

 

IS that exists in Dev already? and created manually or alrady brought from prod?

 

If brought from prod, then no issue in Sys id but not then it will create data with new sys id, also if it is user data then you will get error on UserID, as 2 user cant have same user id. 

*************************************************************************************************************
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]

****************************************************************************************************************

Hi AG,
The data is won't be available in Dev why because I'm importing the newly created data in production to Dev instance.

 

Hi @Srinivas Chinn1 

then no issue with sys id. it will be same in dev n prod.

 

try with 2-3 records to bring in dev n test.

 

*************************************************************************************************************
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]

****************************************************************************************************************

Hi AG,
By using the data source I'm importing the data from the Production to Dev. 
in this case it is creating the data with the new sys_id's on the instance