Tenant administration reports are drawn from data in the Business Objects database. They are visible in the reporting tasks which is accessible from the User Console.
If you do not need high availability for the Report Server, use the following procedure for a standalone installation.
Prerequisites
If you are planning to use RHEL 6 for the Business Objects installation, these prerequisites exist:
Note: Install both X86_64 & i636 patches for the above. We recommend using yum install package_name.
The hostname cannot have special characters such as '-' (a hyphen). It can be only alpha-numeric.
Follow these steps:
# groupadd -g 400 bobje
# mkdir /home/bobje
# useradd -d /home/bobje -g bobje bobje
# passwd bobje
# chown -R bobje:bobje /home/bobje
gunzip cabi-version_number-linux.tar.gz
tar -xvf cabi-version_number-linux.tar
copy OracleLinuxClient.zip to /tmp
ln -s libclntsh.so.11.1 libclntsh.so ln -s libocci.so.11.1 libocci.so
<your Oracle SID> = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = <Oracle Hostname>)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = <your Oracle Service/SID name>)
Note: If /home/bobje/.bash_profile does not exist for bobje user, create one and change owner to bobje using command "chown bobje:bobje /home/bobje/.bash_profile"
export ORACLE_HOME=/opt/oracle export PATH=$PATH:$ORACLE_HOME export TNS_ADMIN=/opt/oracle export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/oracle
cabiinstall.sh
Note: CABI installation is console installation. Provide the necessary details in the screen, keeping note of the passwords, ports and usernames provided during the installation.
See the following section for a few important parameters to be given during installation.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|