7.3.13.1 Additional Provisioning Rules
Basic input data validation is done using the DCA Framework’s Configuration Data Provisioning GUI. Apart from that, below additional validation is performed during DSA business logic script compilation. If validation fails, the compilation also fails and Event #33309 is raised with appropriate error text. For script compilation, refer to the DCA Programmer’s Guide.
- If Time-Distance Check (TimeDistChk) countermeasure is provisioned in Security_Countermeasure_Config Table and TDC_Chk_For_Continent flag is set YES in System_Config_Options Table then this table will be used. All the Entries are pre-configured.
- Each Continent_1 and Continent_2 combination must be unique. No
duplicate Continent _1 and Continent _2 combination is allowed. Not
even by swapping Continent _1 and Continent _2 values.
For example, an entry with Continent_1= EUROPE and Continent_2= AFRICA and another entry with Continent_1=AFRICA and Continent_2=EUROPE is not allowed.
- Valid Continents value range for Continent _1 and Continent _2 are EUROPE, NORTH_AMERICA_AND_THE_CARIBBEAN, ASIA_AND_MIDDLE_EAST, OCEANIA, AFRICA, SOUTH_AND_CENTRAL_AMERICA. This validation is performed TDC_Chk_For_Continent flag is set YES in System_Config_Options Table.