Uninstall BigFix Insights
Learn how to uninstall BigFix Insights by following the steps below.
- Database Cleanup
Delete the following rows from the
dbo.webuidatatable:delete from [BFEnterprise].[dbo].[WEBUI_DATA] where App='insights'delete from [BFEnterprise].[dbo].[WEBUI_DATA] where App='ivr' and Name = 'dataProgression' - Clear IVR Cache Tables
Clear the following IVR cache tables:
delete from webui.IVR_VULNERABILITY_METAdelete from webui.IVR_VULNERABILITY_FIXLET_MAPdelete from webui.IVR_CVE_FIXLET_MAP - Restart WebUI Insights
You can do this by either restarting WebUI or by ending the WebUI Insights node process in Windows Task Manager.
- (Optional): Delete the Insights Database
Only do this step if you don't need any data from your Insights database and are sure it can be deleted.