Extracting Role Associations for a Single Analytics Folder

This topic describes how to extract the role associations for a single analytics folder from the Oracle CRM On Demand server for your environment; that is, a customer test environment or production environment.

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to extract the role associations for a single analytics folder:

migrationtool -u UserID -s ServerURL Read ReportFolder FolderPath

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.

  • FolderPath is the path for the folder for which you want to extract the role associations.

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 Role Associations for a Single Analytics Folder

The following is an example of extracting the role associations for a single analytics folder. In this example, the folder named Test Folder A is a subfolder of the folder named Test Folder:

migrationtool -u UserID -s ServerURL Read ReportFolder "/shared/Company Analyses/Test Folder/Test Folder A"
Note: Quotation marks are always required for the folder path, because the path for the root folder (/shared/Company Analyses or /shared/Migrated Company Analyses) contains a space.