Uninstall BigFix Insights

Learn how to uninstall BigFix Insights by following the steps below.

  1. Database Cleanup

    Delete the following rows from the dbo.webuidata table:

    delete from [BFEnterprise].[dbo].[WEBUI_DATA] where App='insights'
    delete from [BFEnterprise].[dbo].[WEBUI_DATA] where App='ivr' and Name = 'dataProgression'
  2. Clear IVR Cache Tables

    Clear the following IVR cache tables:

    delete from webui.IVR_VULNERABILITY_META
    delete from webui.IVR_VULNERABILITY_FIXLET_MAP
    delete from webui.IVR_CVE_FIXLET_MAP
  3. Restart WebUI Insights

    Restart WebUI Insights. This can be done either by restarting WebUI or by terminating the WebUI Insights node process from Windows Task Manager.

  4. (Optional): Delete the Insights Database

    Only execute this step if you no longer require any data from your Insights database and are certain it can be deleted.