PreviousNext
JavaScript must be enabled to correctly display this content
7.5 OBCM to OBDX Error code mapping
This topic provides information on OBCM to OBDX Error code mapping.
OBCFPM to OBDX and ELCM to OBDX error code mappings are present in the database
table DIGX_FW_ERR_COD_MAP where MODULE_ID is “CASH_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.
OBCM to OBDX error code mappings are present in the database table
digx_cfg_Config_all_b where MODULE is cms
based on the value derived from below
query.
SELECT c.Prop_id, c.prop_value FROM digx_cfg_Config_all_b c WHERE c.module = 'cms' AND
c.Prop_id like '%ErrorMapConfig%'