Cleaning Rule Execution Server data

Clean the data of your on-premises Rule Execution Server web application.

About this task

Follow this procedure to clean up your Rule Execution Server database.

Procedure

  1. Log in to Rule Execution Server and remove any unused content in the database.
    1. Under Explorer, in the navigator treeclick Libraries > Clean up Libraries.

      Select all the unused libraries and then click Remove.

    2. Under Explorer, in the navigator tree, click Resources > Clean up Resources.

      Select all the unused resources and then click Remove.

  2. It is not possible to migrate the Decision Warehouse traces to another database. If backup is required:
    1. Use the REST API tab of the console.
    2. Use GET /decisiontraces to retrieve the execution traces.

      The traces are returned in JSON format.

      Note:

      The resulting JSON file might be very large. To reduce the amount of returned traces, set the parameters start, end, offset, limit accordingly.

    3. Store them in the location of your choice.

What to do next

Go to Preparing for the Decision Center data export.