2.1 Configure Bus Service
Before defining models, configure the Bus Service by inserting the required App ID and Bus Service URL:
Steps:
- Make sure ML Data source exists with the respective targets displayed above.
- If ML doesn’t exist, create ML schema in database and execute the following SQL
queries.
OBDX_Installer/installables/OBDX/BASE/25.1.0.0.0/obdx_obrh/db/ml/grants.sql
- Insert your OBMA_PROD, APP_ID & BUS_SERVICE (Add respective to your
WebLogic)
Steps:
- Connect to your database.
- Navigate to Commoncore (CMNCORE) Schema.
- Insert your OBMA_PROD, APP_ID & BUS_SERVICE (Add respective to your
WebLogic)Example:
INSERT INTO CMC_TM_APPID_PROD_CONFIG (REC_ID, OBMA_PROD, APP_ID, ML_ENABLED, BUS_SERVICE) VALUES ('1', 'OBDX', 'OBDX', 'Y', 'http://ofss-mum-3483.snbomprshared1.gbucdsint02bom.oraclevcn.com:10002/digx-ml-indb');
Parent topic: Prerequisites