SBM Orchestration Guide → Renew Utility → Renew Commands → -clear
Drops the BPEL portions of the Orchestration Engine database, creating a set of empty tables will be created after server startup. It removes all deployed orchestration workflow definition data and orchestration workflow instance data from the Orchestration Engine server. After you run renew -clear, start the service, and then run renew -redeploy to restore the orchestrations to the environment.
By default, renew -clear will ask for confirmation before removing data. To suppress the warning, use the -nowarning option.
Example output:
java -Dfile.encoding=UTF-8 -jar renew.jar -clear -dbUsername "sa" -dbPassword "password" WARNING: This will permanently delete all orchestration runtime data. Are you sure? [Y/N]:y Done.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.