new instance initial data import

craigsnowadmin2
Kilo Guru

For a new implementation of customer service  - foundation data  as the first application module to implement. Isn't it  better  to import the data ,  in production and then clone it to lower sub production instances . Any issues or suggestions

1 ACCEPTED SOLUTION

For latest release , I was able to find myself answers in another  thread on new implementation in the community and also in ITSM guided setup  for new customers and documentation per ServiceNow .

View solution in original post

4 REPLIES 4

Gunjan Kiratkar
Kilo Patron
Kilo Patron

Hi @craigsnowadmin2 

The main purpose of the Non production instances are to load data and test on that whether we are getting expected output as per our requirement or not. If you do the import directly on production instance it will be completely mess and not a good practice at all. As it is the live instance we can't directly import or make changes in that.

Best practice is always do import /load data on non prod instance then you can move the XML files to the production so that sys_id remains same throughout the different instances.

Hope it helps.


Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy

Incase of an existing live production instance , yes we Usually always import in development instance and then validate to move to production . But if its a new  production blank new instance , not live yet.

Hi @craigsnowadmin2 

Still that is not a good practice. Because the purpose of instance is changing by doing this and proper testing is not possible by doing this as lot of test data is getting created.

I will recommend to go with below pathway:-

development - test - production 


Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy

For latest release , I was able to find myself answers in another  thread on new implementation in the community and also in ITSM guided setup  for new customers and documentation per ServiceNow .