Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Extract project utility

Received Response
31
Views
7
Comments
user12863665
user12863665 Rank 6 - Analytics Lead

Hi,

i need to use extract project utility to extract one project from my RPD.

But when I open bi-init batch file, automatically window closing. I have only client installed in my system.

ANyone suggest me steps how can I extract the project?

i Got syntax from below link,but i am not sure if I am using in correct way or not. Any one provide me the steps?

OBIEE 11g - extractprojects utility [Gerardnico]

Answers

  • cesar.advincula.o
    cesar.advincula.o Rank 6 - Analytics Lead

    Hello,

    Please, check this link, trimmed out your RPD to extract your Project

    https://docs.oracle.com/cd/E53672_01/doc.111191/e53673/GUID-A901F480-6258-46F4-B2CE-AAB94DB9AE3F.htm#BIAIN24685

    Do you want a sample? Check the trimming RPD section.

    Installing BI Apps 11.1.1.8.1: Part 2 – Install & Configure BI Apps - Red Stack Tech

    Kind Regards,

  • user12863665
    user12863665 Rank 6 - Analytics Lead

    Thanks for your response.

    i have gone through that but did not help. That is for not for client installation And bi-Init is automatically closing in my system.

    can you suggest me any other ways?

  • cesar.advincula.o
    cesar.advincula.o Rank 6 - Analytics Lead

    Hello,

    I dont know why when you execute your bi_init you your system close, maybe you did a bad installation,

    I recommend to the install the Administration tool with the correct version, it depends on what VERSION OF OBIEE SERVER you have, to check what correct verion to you have to got

    please check the Oracle support Note OBIEE 11g: How to Identify OBIEE 11g Admin Tool and Repository Version (Doc ID 1919311.1)

    If you got some problems with the Administration tool installation, is almost probably that you have the same problem with your requirement which is to extract projects.

    Kind Regards,

  • user12863665
    user12863665 Rank 6 - Analytics Lead

    i installed correct version admin tool in my system. where do i need to apply Extractproject utility? Go to Tools -> Utilities ->Extract Project utility?

  • user12863665
    user12863665 Rank 6 - Analytics Lead

    i got it thanks for your help.

  • cesar.advincula.o
    cesar.advincula.o Rank 6 - Analytics Lead

    Hello,

    1. Check what path which you have the "extractproject" utility, sample directory

    <OracleBIAdminTool>/oraclebi/oraclehome/bifoundation/server/bin

    Trimmed1.png

    2. You have to execute this syntax if you want to extract: ExtractProject -B input_rpd  -O output_rpd -I "Project_name"

      -How do you know the name of the project? please, open in offline mode, the RPD,

        ProjectName.png

          For example: ExtractProjects -B OracleBIApps.rpd  -O OracleBIApps_trimmed.rpd -I "Financial Analytics Fusion Edition" -I "Enterprise Asset Management"

    Thats all.

    Kind Regards,

  • user12863665
    user12863665 Rank 6 - Analytics Lead

    i really appreciate your help, its working for me