Go to primary content
Oracle® Retail Bulk Data Integration Installation Guide
Release 16.0.027
E94814-01
  Go To Table Of Contents
Contents

Previous
Previous
 
 

A Appendix: Integrating BDI-RMS with External Applications

This section provides guideline for integrating External application with RMS using BDI.

Installation Instructions

  1. Additional entries are to be added in BDI-RMS configuration file to integrate bdi-rms with bdi-external.

  2. Add ExternalJobAdminAppServer in the RemoteJobAdminAppServers list.

            cd bdi-int-rms-job-home/conf
            vi bdi-job-admin-deployment-env-info.json
            For eg:
    "RemoteJobAdminAppServers":[
                           "RxmJobAdminAppServer",
                           "SimJobAdminAppServer",
                           "RfiJobAdminAppServer",
                           "ExternalJobAdminAppServer"
                        ]
    
  3. Then add ExternalJobAdminAppServer details. For eg:

                              "ExternalJobAdminAppServer": {
                   "jobAdminUiUrl":"http://example.com:7001/bdi-external-batch-job-admin",
                    "jobAdminUiUserAlias":"externalJobAdminBaseUrlUserAlias",
                    "jobAdminUiUser":"GET_FROM_WALLET",
                    "jobAdminUiPassword":"GET_FROM_WALLET",
          }
    
  4. Copy the Job xmls from: bdi-int-rms-job-home/setup-data/available-jobs-for-external-app-integration to the folder bdi-int-rms-job-home/setup-data/META-INF/batch-jobs/.

            cd bdi-int-rms-job-home/setup-data/
            cp available-jobs-for-external-app-integration/*.* META-INF/batch-jobs/
    
  5. Replace the existing seed data file bdi_rms_seed_data.sql inside folder bdi-int-rms-job-home/setup-data/dml with the one in the folder bdi-int-rms-job-home/setup-data/available-jobs-for-external-app-integration/setup-data.

            cp available-jobs-for-external-app-integration/seed-data/bdi_rms_seed_data.sql dml/
    
  6. Install bdi-rms application by following instructions in the section Deploying BDI RMS Batch Job Admin on the WebLogic.

  7. To Install bdi-external application follow the instruction in the section Deploying BDI Batch Job Admin Application for a Receiver Application.