2.1 Configure Bus Service

Before defining models, configure the Bus Service by inserting the required App ID and Bus Service URL:





Steps:

  1. Make sure ML Data source exists with the respective targets displayed above.
  2. 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

  3. Insert your OBMA_PROD, APP_ID & BUS_SERVICE (Add respective to your WebLogic)

Steps:

  1. Connect to your database.
  2. Navigate to Commoncore (CMNCORE) Schema.
  3. 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');