Hello,
I have been tasked with removing some of the old versions of automation scripts from our production system.These are all files that wee do not expect to be used (i.e. labelled _old or old versions) however I found that on one of our DMA monitors one of the scripts we expected never to be called was in the history.
I was wondering if there is an easy way to tell the last execution time of a script against any DMA (i.e. if it was run anywhere rather than on a specific one) as this will give me both the confidence to delete scripts that have not been run and also fix and views etc where a script is being called and shouldn't be
Many thanks
Oliver
Hi Oliver,
One option would be to leverage the system information events.
You can build a filter like this, to get an overview of all scripts that are executed in the last days, weeks, months...
If you sort the result by the value column, you'll get the events grouped by script, each listing their execution time.
On top of that, every script that is not in this list has not been executed in the chosen timeframe (and could be considered safe to delete).