Table of Contents

OBIEE 11g - extractprojects utility

About

This utility is used to extract projects from a given repository (B for base) to another repository (O for output).

You can choose the project by name of by uid.

Syntax

The option must be given in lower-case not in upper-case such as given in the help.

ExtractProjects 
   -b base_repository_pathname 
   -o output_repository_pathname 
   {-i input_project_name} 
   [{-u input_project_upgrade_id}] 
   [-p password] 
   [-l] 
   [-f uid_file_to_extract] 
   [-e projects_list_file_name]

where:

Examples

Extract multiple project

ExtractProjects -P secret -B rp1.rpd -O rp2.rpd -I project1 -I project2

Extract the list a projects in a file

ExtractProjects -B rp1.rpd -E project_filename.txt

Output project_filename.txt:

myFirstProject
mySecondProject
....

Extract project from a uid

Obiee 11g Project Uid

extractprojects -B base.rpd -O output.rpd -U 9611d581-0c78-1000-81f1-c0a847290000
Give password:
Everything OK

Documentation / Reference