Run the authoring server update scripts on the WebSphere Commerce Server

Use the authoring server update scripts to do one of the following tasks:

When running the config_ant scripts make sure that you have met the following conditions:

Recalibrating a single table

If you have changed a table in the base schema, run the following script to recalibrate the table:

This Ant script takes a single table from the base schema and updates the table in the workspaces. See Ant task: UpdateWorkspacesSchemaTable for usage and parameter information.

This text is wrapped for display purposes. Enter the command on one line. Recalibrating the entire schema

If you have made many changes in the base schema and want the workspaces schema to reflect those changes, run the following script to recalibrate the entire schema:

This Ant script scans through the base schema and adjusts the workspaces schema accordingly. See Ant task: UpdateWorkspacesSchema for usage and parameter information.

This text is wrapped for display purposes. Enter the command on one line.


Related Concepts


Authoring server schema update tool
Workspaces
Authoring server

Related tasks

Run the authoring server update scripts on the development environment