| Oracle® Retail Bulk Data Integration Installation Guide Release 16.0.21 E87331-01 |
|
![]() Previous |
![]() Next |
This section provides guideline for integrating External application with RMS using BDI.
Additional entries are to be added in BDI-RMS configuration file to integrate bdi-rms with bdi-external.
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"
]
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",
}
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/
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/
Install bdi-rms application by following instructions in the section Deploying BDI RMS Batch Job Admin on the WebLogic.
To Install bdi-external application follow the instruction in the section Deploying BDI Batch Job Admin Application for a Receiver Application.