Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Automatically by the RollingBarrel based on expiry time
  2. Populator (wipes the central database)
  3. MCRecoveryTool (specialised removal actions)
  4. Sql script in sql script or via DBVisualiser or another jdbc client. See examples below
  5. ImportAmalgamate (this is for merging external historical data), see also ImportAmalgamate

...

  1. Suspend all MC-MC Synchronisation tasks.
  2. Remove all forecasting shell / PI Service local datastores.
  3. Remove the records from all central databases
  4. Resume the MC-MC synchronisation tasks.

Examples of custom deletions

While the MCRecoveryTool -clear_config_all option removes the workflowmappings, sometimes, a custom delete statement can be used to clear all the (non- MC) workflows.

...

Code Block
DELETE FROM WorkflowTargetFSSs WHERE workflowId NOT LIKE 'MC:%' AND workflowId NOT LIKE 'MC_:%'