Show TOC

New Command Option: forceMatStop Locate this document in the navigation structure

In previous versions of Replication Agent for SAP HANA, the ra_stop command took no parameters. If the model was in a materializing state, the model waited for some time before exiting. If you were unaware that the materialization was in progress, you had to restart materialization from the beginning.

The new forceMatStop option for the ra_stop command ensures that the model cannot be stopped by running the ra_stop command alone if materialization is in progress. You must set the forceMatStop option to true to stop a model if any materialization is in progress.

Syntax
ra_stop <modelName>, forceMatStop [true|false]
Parameters
modelName
Specifies the name of the replication model.
forceMatStop
  • true – forcibly stops any active materialization before the model is stopped.
  • false – (default) stops the model without trying to stop any materialization. If any materialization is in progress, the model fails to stop.