Oracle Analytics Cloud and Server

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

OBIEE11g vs 12c ( where are .xdo, .xdm ...report files in 12c OBIEE ) ?

Received Response
61
Views
2
Comments
User_XSY5A
User_XSY5A Rank 1 - Community Starter

I created a report in OBIEE12c. But I dint find and .xdo, .xdm, xdo.cfg .... file in any of the folders.

In OBIEE 11g they use to be there in some repository directory. Where and how OBIEE 12c stores catalog objects/repositories.

Answers

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

    If i tried to rember xdo is the extension for bip.. Could you do recursive find? with this command, i assume that you have obiee12c in linux..

    find / -name "*.xdo"

    / is the root directory instead of this change with the installation path

    For instance:

    Screen Shot 2017-01-24 at 9.18.01 AM.png

  • User_XSY5A
    User_XSY5A Rank 1 - Community Starter

    Looks like my files are not getting stored to local file system. Is there an option in OBIEE12c where we can make the Reports to be saved in local file system ( in terms of .xdo and .xdm files) ?