update set error

tushar_ghadage
Tera Contributor

I have encountered these below errors while moving the update sets -

Screenshot (359).png

can anyone please tell me why its happening

 

thanks

 

5 REPLIES 5

Mark Manders
Mega Patron

Your target instance is missing some things that your updates are looking at. It could very well be that this is also a part of the update set. Accept them and check if it works as intended.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

KrushnakumaT
Tera Guru

Hi @tushar_ghadage ,

Your target instance doesn’t have some of the records that the update set is trying to reference. These might already exist in your source instance but not in the target. You can either bring those missing records over (using Find missing record/update) or accept the remote updates and then verify everything works as expected.
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful."

GlideFather
Tera Patron

@tushar_ghadage 
Simply said your update set is trying to update something that doesn’t exist (exists in environment 1 but not in environment 2).

 

if you have SNUtils the browser extension, then copy the sys id and go to the source instance (where you closed the update set) and use slashcommand “/sysid” enter and you will see what’s missing and you can import via xml or another update set.

 

the missing records are in ui_policy and sys_user tables, so you cab also check the sys ids there

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @tushar_ghadage 

 

This post give you more clarity

 

https://www.servicenow.com/community/developer-forum/while-moving-update-set-if-conflict-ocures-then...

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

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