Uploading the database schema extension
You upload the database schema extension.
Procedure
To store the rule model description in the database schema,
run the upload-extensions Ant task with these parameters:
- -Dserver.url=<server url>
- -DdatasourceName=<data source name>
- -DextensionModel=<model file>
- The model description (.brmx extension).
- -DextensionData=<data file>
- The model data description (.brdx extension).
ant upload-extensions -DextensionModel=my_model_file.brmx -DextensionData=my_data_file.brdxResults
The description is stored in the database so that Decision Center applications
can load it when they start. It is also used by gen-create-schema to
get the current model description to run a diff with
the new schema.
In a cluster, you must restart the servers and close all current sessions.