9.8 OBLM to OBAPI Error code mapping
- OBLM to OBAPI error code mappings are present in the database table
DIGX_FW_ERR_COD_MAP
whereMODULE_ID
is“LIQUIDITY_MANAGEMENT”
- Out of the box, the value in column EXT_SYSTEM_ID for all such rows would be UBS14.5.
- The value in column EXT_SYSTEM_ID for all such rows will
have to be modified during implementation, based on the value derived from below
query:
-
SELECT CONCAT(prop_value,(select prop_value from digx_fw_config_var_b where prop_id = 'HOST_VERSION' and determinant_value = '$entity_name$')) EXT_SYSTEM_ID from digx_fw_config_var_b where prop_id = 'HOST_NAME' and determinant_value = '$entity_name$'; -- replace $entity_name$ with correct determinant_value.
-
Parent topic: Liquidity Management