Go to primary content
Oracle® Retail Integration Bus Installation Guide
Release 19.0.1
F44789-01
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

8 Prepackaged RIB-RWMS Application PAKs

This release contains four PAKs for rib-rwms i.e. rib-rwms, rib-rwms2, rib-rwms3, rib-rwms4. This is to support multiple instances of warehouse. Edit rib-home/deployment-home/conf/rib-deployment-env-info.xml to add instances in scope. Under <app-in-scope-for-integration> add the desired instances in scope.

Example-

<app-in-scope-for-integration>
      <app id="rms" type="plsql-app" />
      <!-- The below configuration is for rmws as a master-plsql-app, use this when RIB is on cloud and RWMS is on-prem-->
      <app id="rwms" type="master-plsql-app" />
      <app id="rwms2" type="master-plsql-app" />
      <app id="rwms3" type="master-plsql-app" />
      <app id="rwms4" type="master-plsql-app" />
   </app-in-scope-for-integration>

Compilation and deployment steps remains same as other application PAKs.