6.2 Verify System Configurations

Following script helps in listing the VAM specific System Configurations:

SELECT prop_id as
        PROPERTY_IN_DATABASE, NVL(SUBSTR(t.UI_definition, INSTR(t.UI_definition, '"title"')+9,
        INSTR(t.UI_definition, '","')-11), t.UI_definition) AS TITLE_ON_SCREEN, t.prop_value FROM
        digx_fw_config_var_b t where prop_id like '%VAM%' and module = 'OTHERMODULE' and
        determinant_value = '*'; -- Please enter correct determinant value

Ensure correct values are maintained against the above properties.

This maintenance can be done from the “System Configuration” admin screen or directly in DB schema.