Set VerifyRuleImportDataModelCheckSum from a command prompt

Use system property VerifyRuleImportDataModelCheckSum to disable verification of the data model during rule import after a data model change.

About this task

The syntax for setting a system property from a command prompt can change depending on the type of the application server. See Setting JVM options in PolicyCenter for more information.

Procedure

  1. Stop the PolicyCenter server on which you want to set the system parameter, if it is currently running.
  2. Open a command prompt on the server.
  3. Start the server using the following command:
    • gwb runServer -DVerifyRuleImportDataModelCheckSum=value
    Parameter value can take the following values.
    Value Meaning
    true (Default) Enable verification of data model on rule import.
    false Disable verification of data model on rule import.