Andrew_Tankersl
19 years agoLevel 6
CA Scheduled Searches
Does anyone know of a way to stop all currently running searches in bulk for Compliance Accelerator
It looks as if all of my shceduled searches are running three times each. I'd like to stop all of them at once.
Thanks-
- Stop CA Service
Run this script in Query Analyzer:
-- Sets all vaults to be finished.
Update tblsearchvault set statusid = 13 where statusid in (11,12,15,16)