4.2.5 Configuring Adapter Preference for Entity

This topic provides information on Configuring Adapter Preference for Entity.

  • OBO Host Configuration:

    Execute following query to find adapter preference of the entity.

    select * from digx_fw_config_all_o where prop_id = 'OBDX_BU';

    Update prop value of above selected record such that RPM14.4 should be after UBS12.4

    A sample adapter preference is defined as below.

    UBS14.4,UBS14.3,UBS14.2,UBS14.1,UBS14.0,UBS12.4, RPM14.4,OBCL14.3,OBCLPM14.3,ELCM14.3,OBVAM14.4,OBVAM14.3,OBSCF14.4,OBSCF14.3,ASP14.4,INV14.4,CMS14.4,OBCFPM14.4,OBCFPM14.3,OBLM14.4,OBLM14.2,OBIC14.4,OBTF14.4,MIDOFFICE1.0,TP1.0

    Execute the following query to update adapter preference.

    update digx_fw_config_all_o set prop_value='<Updated_Adapter_Preference>' where prop_id = 'OBDX_BU';
  • Third Party Configuration:

    No Configuration required.