Oracle Migration Tool On Demand Guide > Migrating Integration Event Queue Configuration Data > Migrating Integration Event Queue Configuration Data >

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 extract is saved to a file and directory as follows:

migration tool install/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.

Oracle Migration Tool On Demand Guide, Release 37 Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.