How to Clear Out Old/Stuck Cablecast Updates from the Software Updates UI

August 21, 2024
  1. Access their host server and Open/Login to SQL Server Management Studio (SSMS) as an administrator.
  2. Run the following SQL Queries against the Cablecast40 database to reset the installation and delete the existing rows of updates. They will auto regenerate

Text

1 2 Delete from ReleaseInvitations update options set active_software_update = 'null'