OBIEE 12c Sample App Lite xml file location — Oracle Analytics

Oracle Analytics Cloud and Server

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

OBIEE 12c Sample App Lite xml file location

Received Response
94
Views
1
Comments
3310714
3310714 Rank 6 - Analytics Lead

Hi,

Does anyone know where the SampleApp Lite application xml file is located at for new OBIEE 12c installations? 

pastedImage_0.png

If I go to the properties of the connection,

the Data Source Name is:  VALUEOF(NQ_SESSION.SERVICEINSTANCEROOT)/data/SampleAppLite.

Since it's a new installation, I don't have any variables created and I couldn't find the variable it's referencing to figure out the location path.

Answers

  • Pedro F
    Pedro F Rank 6 - Analytics Lead

    You should find those files in this location:

    $ORACLE_HOME/bi/bifoundation/server/samples/SampleAppLite/sample/SampleAppFiles/Data

    where $ORACLE_HOME is the folder where you have all the binaries installed.

    Worst case scenario, just run a find command to search for the files, for example: find -name "SAMP_OFFICES_D.xml"