Oracle® Retail Insights Cloud Service Suite Implementation Guide Release 17.0.002 E98763-01 |
|
![]() Previous |
![]() Next |
Currently enabling or disabling LTS is developed for Item Diff and Item Level 1 LTS for the following four subject areas:
Sales
Markdown
Inventory Position
Inventory Receipts
Perform the following procedure to enable or disable LTS:
Run the StatusConfigurationScript.sh in the path RETAIL_HOME/OBIEE_DEP with the eight arguments as below.
./ StatusConfigurationScript.sh RETAIL_HOME OBIEE_HOME CONFIG_HOME XMLFILENAME STATUS WEBLOGIC_USER_ALIASNAME RPD_ALIAS_NAME WALLET_PATH
Where:
RETAIL_HOME: Retail Home path
OBIEE_HOME: OBIEE Home Path
CONFIG_HOME: Path where input XML file (ITEM_DIFF_AGGR_PATCH.xml), All java files, jar file, StatusConfigurationScript.sh are placed
XMLFILENAME: Input xml file name (ITEM_DIFF_AGGR_PATCH.xml)
STATUS: User should pass either "enable" or "disable" as status argument
Enable argument enables all Item Diff and Item Level 1 LTS in above 4 subject areas
Disable argument disables all Item Diff and Item Level 1 LTS in above 4 subject areas
WEBLOGIC_USER_ALIASNAME: Alias name of WebLogic user created in OBIEE wallet to retrieve WebLogic Username and WebLogic Password (WEBLOGIC_USER)
RPD_ALIAS_NAME: Alias name of RPD user created in OBIEE wallet to retrieve RPD Password (RPD_USER)
WALLET_PATH: Path where wallet is created.
Note: In each environment, before running this script, the Wallet needs to be created to store WebLogic Username, WebLogic Password, RPD Username, and RPD Password. The RPD Username can be given anything just for Wallet purpose it needs to be added and will not be retrieved from the wallet. Therefore, by passing WEBLOGIC_USER_ALIASNAME as an argument while running the script retrieves the WebLogic username and the WebLogic password from OBIEE_WALLET through java code.Passing RPD_ALIAS_NAME as an argument while running script retrieves RPD Password from OBIEE_WALLET through java code. The steps to create the WALLET are in the link below: https://confluence.oraclecorp.com/confluence/display/OREMR/Retail+Insights+17.0.x+-+Installation+Steps+for+High+Availability |
The StatusConfigurationScript.sh script executes three operations:
Downloads the deployed RPD with name default.rpd to the location RETAIL_HOME/OBIEE_DEP
Executes a jar file to modify RPD
Modifying RPD includes enabling all Item Diff and Item Level 1 LTS in above 4 subject areas if input status argument is "enable" or disabling all Item Diff and Item 1 Level LTS in above 4 subject areas if input status argument is "disable"
Uploads the modified RPD (default.rpd)