To set up the Beverage Company sample application in integration service, you have two possibilities :
Essbase - Integration Services - OLAP Metadata Catalog
Log in the Oracle Database and perform this statement
CREATE user TBC IDENTIFIED BY TBC
DEFAULT tablespace users
TEMPORARY tablespace temp
quota unlimited ON users;
GRANT connect, resource TO TBC;
ODBC - How to create a DSN connection in Windows
It seems that the last release of Essbase doesn't provide the file anymore. You will find then here: Tbc.zip
CREATE user EIS_TBC IDENTIFIED BY EIS_TBC
DEFAULT tablespace users
TEMPORARY tablespace temp
quota unlimited ON users;
GRANT connect, resource TO EIS_TBC;
C:\Documents and Settings\Administrator>cd E:\Hyperion\products\Essbase\eis\server\samples\tbcdbase
C:\Documents and Settings\Administrator>e:
E:\Hyperion\products\Essbase\eis\server\samples\tbcdbase>install_oracle.bat EIS_TBC EIS_TBC ORCL
.
Creating tables.
Loading fact table.
Done.
The script is located in the ocscript directory. See Creating Tables for the TBC_MD Database.
XML files for importing a sample OLAP model and metaoutline in the TBC_MD OLAP Metadata Catalog database. These XML files are located in the samples\tbcmodel directory.
See Using the XML Import Utility to Load Data into the TBC_MD Tables