Commands for Oracle Migration Tool On Demand

The commands, feature names, and specific configuration data accepted by the command-line interface of the Oracle Migration Tool On Demand client are case sensitive. As an example, the following command extracts an access profile named Service Manager:

migrationtool -u UserID -s ServerURL Read AccessProfile "Service Manager"

In this example, the following spellings are case sensitive:

  • The Read command must be spelled as Read (uppercase R).

  • The access profile feature must be spelled as AccessProfile (uppercase A and uppercase P).

  • The access profile, which is called Service Manager in the user interface, must be spelled exactly as it appears in the user interface. In this example, the name of the access profile contains a space, so it must be enclosed within double quotation marks.

The following table displays the exact spelling and case of the commands supported by the Oracle Migration Tool On Demand client, and describes the purpose of each command.

Table Oracle Migration Tool On Demand Client Command Names

Command Name Description

ReadAll

The ReadAll command exports all configuration data of a specific type from an Oracle CRM On Demand server.

Note: The ReadAll command does not return preconfigured configuration data. It returns only the customized configuration data. In addition, for features that support translation, a read operation returns the translation values only for the languages for which translation values have been entered.

Read

The Read command exports a single set of configuration data of a specific type from an Oracle CRM On Demand server.

Note: The Read command does not return preconfigured configuration data. It returns only the customized configuration data. In addition, for features that support translation, a read operation returns the translation values only for the languages for which translation values have been entered.

ReadForValue

This command is used only for custom HTML head tag additions. It exports the custom HTML head tag additions for the Oracle CRM On Demand pages.

Upsert

The Upsert command updates or inserts configuration data of a specific type to an Oracle CRM On Demand server, as required. The configuration data is provided in an input XML file that is specified in the command.

InsertOrUpdate

The InsertOrUpdate command updates workflow configuration data. The command updates a workflow configuration (that is, a workflow rule or a workflow action, or a workflow user set) if a matching configuration is found. If a matching workflow configuration does not exist, then the command inserts a new workflow configuration. The workflow configuration data is provided in an input XML file that is specified in the command.

Note: This command is supported only for workflow rules, workflow actions, and workflow user sets.

Delete

The Delete command deletes a single set of configuration data from an Oracle CRM On Demand server.

Note: This command is supported only for custom Web tabs, workflow rules, workflow user sets, and process administration transition states.

Create

The Create command creates a new field or set of fields based on the contents of the input XML file that is specified in the command.

Note: This command is supported only for custom fields (field management).

help

The help command launches the user assistance provided with the Oracle Migration Tool On Demand client.