Fix Scripts in a Scoped App

Justin G Lee
Tera Contributor

We are noticing some odd behavior around some fix scripts running during an install, even though they have been run in that instance before (in a previous install)

 

Question:  Is there a way to see what fix scripts ran after installing a new version of a scoped app?  They don't show up in script execution history, or anywhere else that I can find.

 

Thanks

4 REPLIES 4

AshishKM
Kilo Patron
Kilo Patron

Hi @Justin G Lee , 

The sys_progress_worker table has all execution details, i think you already checked it. You can try to get help from servicenow support team.

 

-Thanks,

Ashish


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Hi AshishKMishra.  Thanks for the reply. I have checked that table, but in only adds a record for the App Install itself.  And if in fact it does add a record for each fix script, it is not documented what fix script was run.

Anand Kumar P
Giga Patron
Giga Patron

Hi @Justin G Lee ,

In order to verify that you can filter it in 'From version' field on 'sys_rollback_context' table check if you find any in this table . It will show 'Fix Script:<your_script_name>'.

AnandKumarP_0-1703084213402.png

Thanks,

Anand

 

Hi Anand.  Thanks for replying. However, there are no recent records in that table for fix scripts in the instance we just installed to, and we know fix scripts were run during the install.   There are some old ones, but only for fix scripts that were run manually, not as part of an installation.  Perhaps they only show there when they were run manually.