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.
Do ensure to follow the User Credential Configuration section in the document for configuring Connector Credential Store . The OBVAM credentials required to generate token for making outbound REST API calls from OBAPI to OBVAM needs to be stored here. (not required to be repeated after each patch-set).
This is required for VAM File Uploads. All other calls are via OBRH.
Parent topic: Virtual Account Management