Extracting a Single Integration Event Queue

This topic describes how to extract the configuration data for a single integration event queue from the Oracle CRM On Demand server for your environment; that is, a customer test environment or production environment.

The output from the Oracle Migration Tool On Demand client is saved in the following directory:

...\repository\IntegrationEventQueue\queuename.xml

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to extract the configuration data for a single integration event queue:

migrationtool -u UserID -s ServerURL Read IntegrationEventQueue QueueName

where:

  • UserID is the user sign-in ID that has the appropriate privileges to run the Oracle Migration Tool On Demand client commands.

  • ServerURL is the URL for the Oracle CRM On Demand server where your company resides.

  • QueueName is the name of the integration event queue for which you want to extract the configuration data.

Note: The Oracle Migration Tool On Demand client requests your Oracle CRM On Demand password, which can be redirected (using the pipe command) to the client program from standard input; that is, from a file, from the command line, or from another program.

Example of Extracting a Single Integration Event Queue

The following is an example of extracting the configuration data for a single integration event queue:

migrationtool -u UserID -s ServerURL Read IntegrationEventQueue "My Queue"
Note: If the queue name contains spaces, then it must be enclosed with quotation marks.