Previous Topic: ConfigurationNext Topic: Post Installation Activities


Installation Process

The following are the step-by-step instructions to install the BI Interface on two seperate databases.

  1. Go to the machine you are planning to work from (CA Business Service Insight source database or BI Interface machine) and copy to it the BI_Interface folder which is located under the <installation directory>/Setup folder.

    Description

    After installing CA Business Service Insight, a folder called BI_Interface can be found under the <installation directory>/Setup folder.

    The following folders can be found in the BI_Interface folder:

    Note: In addition, each .bat file also has its UNIX equivalent file which has the same name and extension .sh.

    Expected Result

    You are located in the root of the location where the BI Interface installation kit exists and the files and folders exist as described in the Description column.

  2. Run the CreateExpImpBatch.bat file from the BI_Interface folder.

    Description

    To set up the Streams environment, you must first instantiate the tables that are going to be replicated. This operation creates the ExportTables.bat, ImportTables.bat, ExpParameterFile.txt, ImpParameterFile.txt, and PREP_INST.sql files. The CreateExpImpBatch.bat file uses the RDLProperties.xml file to read the data for the source and target databases for the tables that need to be replicated and for the Users that need to be created.

    Expected Result

    In the ExpImp folder the following files exist:

  3. Run the BuildScripts.bat file from the BI_Interface folder.

    Description

    This operation creates all the needed SQL scripts in the generated_setup_scripts folder.

    Expected Result

    In the generated_setup_scripts folder you have 88 SQL scripts.

  4. Run ExportTable.bat from ExpImp folder.

    Description

    This operation performs an export of the tables that are written in the ExpParameterFile.txt file to the RDLExportedTables.dmp file.

    Expected Result

  5. Run ImportTables.bat from ExpImp folder.

    Description

    This operation uses the RDLExportedTables.dmp file for importing to the target database. The ImportTables.bat file and other settings for performing the import are written in the ImpParameterFile.txt file.

    Expected Result

    The import process completed successfully and no errors appear in the ImportTables.log file located in the ExpImp folder.

  6. Run the runsql.bat file from the BI_Interface folder.

    Description

    This operation creates the Streams environment with all the needed processes and all the views and functions.

    Expected Result