To set up the Hybrid Analysis sample application on Microsoft SQL Server, you first run the install_sqlsrv.bat file. This batch file creates tables in the sample database, loads metadata into the dimension tables, and loads sample data into the fact table. Run the install_sqlsrv.bat file located in:
EPM_ORACLE_HOME\products\Essbase\eis\server\Samples\tbcdbase
This file sends commands to the Interface SQL (ISQL) command line interface. These commands install the sample application to the sample database TBC.
Pass the following three parameters to install_sqlsrv.bat:
The install_sqlsrv.bat file runs the ISQL utility, which executes the ha_create_sqlsrv.sql metadata load script file. This file performs the following tasks:
The ha_results_createtables.txt file contains the results of the table-creating operation.