iCommand utility to Migrating (Import and Export) the BAM Active Directory Cache items

Migrating Data Objects and Reports using iCommand.

By iCommand we can migrate the BAM Active Direcotry Cache items.

Syntax :

For Windows OS:
iCommand -cmd <command_name> -username <username> -name <item_type> -type <type> -file <file_path>

For Unix OS:
./iCommand -cmd <command_name> -username <username> -name <item_type> -type <type> -file <file_path>
Export

Data Objects :

iCommand -cmd export -username testuser10 -name <DataObject_name> -type dataobject -file <filepath>

Folder
iCommand -cmd export -username testuser10 -name <folder_name> -type FOLDER -file <file_path>

Report
iCommand -cmd export -username testuser10 -name <folder_name> -type Report -file <file_path>
Import:
iCommand -cmd import -username testuser10 -file <file_path>

Update Existing Report
iCommand -cmd import -username testuser10 -file <file_path> -mode overwrite

Update existing Dataobject
iCommand -cmd import -username testuser10 -file <file_path> -mode update

For more details about the iCommand utility refer

http://docs.oracle.com/cd/E14571_01/integration.1111/e10224/bam_icommand.htm

Posted in OAF