ANT target: EnableTriggersAndPopulateSchema

EnableTriggersAndPopulateSchema creates stored procedures, enables the triggers, and massloads the WebSphere Commerce bootstrap data and NL (supported languages) data. If you choose to use an existing WebSphere Commerce schema, ensure that no bootstrap data and/or stored procedures already exist. Otherwise, this target will not execute successfully.

 

Called by:

ConfigureDatabase

 

Prerequisites:

The createInstance.properties file must exist for this Ant target to work. For information on generating the properties file, see ANT targets.

 

Required parameters:

instance

The name of the WebSphere Commerce instance with which you are working (for example, demo).

siteAdminPassword

The WebSphere Commerce site administrator's password.

merchantKey

The WebSphere Commerce site merchant key.

dbUserPassword

The WebSphere Commerce database user's password.

 

Example


 

Related Concepts


ANT targets