Unable to delete TrueSight Smart Reporting entries


If you receive the TSR-SA30005 (The component is already registered.) error message, and you cannot delete the component from TrueSight Smart Reporting - Platform due to some unforeseen circumstances (for example, TrueSight Smart Reporting - Platform is uninstalled) , you can clean the TrueSight Smart Reporting - Platform entries from TrueSight Server Automation - Data Warehouse.

Perform the following steps on TrueSight Server Automation - Data Warehouse database:

  1. Log in to the TrueSight Server Automation - Data Warehouse database.
  2. Update the ReportingURL property in System_property table by using the following syntax:

    update system_property
    SET VALUE = 'BLANK'
    WHERE NAME = 'ReportingURL'
  3. Delete the componentId row from the System_property table by using the following syntax:

    DELETE from system_property
    WHERE NAME = 'componentId';
  4. Commit the changes.
  5. Restart the TrueSight Server Automation - Data Warehouse service.

    Perform the following steps to restart TrueSight Server Automation - Data Warehouse service.

    For Linux operating system, perform the following steps:

    1. Navigate to the /etc/init.d directory.
    2. Type the following commands:

      ./bltomcat stop
      ./bltomcat start

    For Windows operating system, perform the following steps:

    1. From a command prompt, type the following command:

      services.msc
    2. In the Services window, select TrueSight Server Automation - Data Warehouse Web Server and click Restart.

 

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Smart Reporting for Server Automation 19.01