Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

'Updates are already being recorded for this table' error when I tried to add Schedule Job to update set

Sravani Boggara
ServiceNow Employee
ServiceNow Employee

Hi,

When I try to add schedule Job to update set using 'Force to Update Set' UI Action, I receive this error - Updates are already being recorded for this table

This started happening after the instance is moved to FUJI. In case you knows what is going on, please drop in a comment.

Thanks!

12 REPLIES 12

Gurpreet07
Mega Sage

Go to following link and check that attributes value for the current record is 'update_synch=false'


https://instance_name.service-now.com/sys_dictionary_list.do?sysparm_query=GOTOnameLIKEsysauto_scrip...


Capture.JPG




Get more details on this from following link


6.1 The update_synch Attribute


Sravani Boggara
ServiceNow Employee
ServiceNow Employee

Thanks Gurpreet for replying. I see the attribute having ' no_labels=true,update_synch=false' value for the table sysauto_script. And I'm still getting the same error.


Sravani,



Scheduled jobs are not captured in update sets. It is better to export/import schedule jobs.



NOTE: Make a small change on the target instance on schedule job for it to trigger correctly. Like adding a space and removing it.


Thanks Saritha. I wonder what is the purpose of 'Force to update set' UI Action in that case. We use Team Development to move update sets from one instance to other. So, I would prefer adding schedule jobs to update set rather than export/ import xml