Clearing the rs_activity_log table

To clear the contents of the rs_activity_log table and complete the upgrade, complete the following steps.

Procedure

  1. Log in to SQL Management Studio.
  2. To clear the table, run the following SQL:
    Note: This statement removes the contents of the rs_activity_log table. Verify that you have a backup.
    
    use dc_system;
    TRUNCATE TABLE RS_ACTIVITY_LOG;
    
  3. Upgrade the DC_SYSTEM database in Individual Database mode through the Discover Database Manager.