9.1.1 Deploying STSA RPD File
To deploy the RPD, follow these steps:
- Unzip
stsa-installer.zipto extract the ESTBI component, which containsStress Testing and Scenario Analytics.rpdandStress Testing and Scenario Analytics.catalog. - Copy the
Stress Testing and Scenario Analytics.rpdandStress Testing and Scenario Analytics.catalogfiles to a folder on the server where OAS is installed. - Open the extracted Stress Testing and Scenario Analytics.rpd file in offline
mode using the Oracle Analytics Administration Tool, and configure the required
database connections. To do so:
Note:
The Oracle Analytics Administration Tool requires a 64-bit Windows operating system.- In the Oracle Analytics Administration Tool, go to the File menu and select Open > Offline.
- Select the
Stress Testing and Scenario Analytics.rpdfile. - Enter the repository password to access the file.
Note:
- The RPD file uses a default password for the initial login. Refer to the applicable My Oracle Support (MOS) document for the password.
- To change the password, select File > Change Password, then enter the current and new passwords.
- Modify the connection pools in the RPD. To do so:
- In the Physical layer, expand the OFSAA_EST_Results Database, then double-click EST Connection Pool.
- Update the following fields:
Table 9-1 Modifying the connection pools
Field Description Data source name Enter the TNS entry name of the EST sandbox database instance. Note:
You can find these details in the STSA wallet configured in Setup the Password Stores for Database User Accounts.Username Enter the EST schema username. Password Enter and confirm the EST schema password. - Click OK to save the changes.
- Repeat steps a and b for the OFSAA_EST_PROCESSING_INIT Connection Pool.
- From the File menu, select Save to save the RPD file. When the “Do you wish to check global consistency" dialog box appears, click No.
- Upload the RPD file to the Oracle Analytics Server:
- Open a terminal window on the server where OAS is installed.
- Navigate to the following
directory:
<OAS_DOMAIN_HOME>/bitools/bin - Run the following command to upload the RPD
file:
./datamodel.sh uploadrpd -I "<RPD Path>/Stress Testing and Scenario Analytics.rpd" -SI ssi -U weblogic -P <weblogic password> - When prompted, enter the RPD file password to complete the upload.