SBM Orchestration Guide → Orchestration Database Utilities → Renew Utility → Renew Commands → -clear
Drops and recreates the JBPM and BPEL portions of the Orchestration Engine database, creating a set of empty tables. It removes all deployed orchestration workflow definition data and orchestration workflow instance data from the Orchestration Engine server. After you run renew -clear, 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–2015 Serena Software, Inc. All rights reserved.