7.3.14.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_First_ULR_AIR_Msg flag is set to YES in System_Config_Options Table then this table cannot be empty. At least one entry needs be provisioned.
  • Each record should be unique. No duplicate countermeasure configuration is allowed.
  • Realm configured in Realm must be in valid format. Valid Realm format rules are:
    • It should consist of a list of labels separated by dot(s).
    • Each label may contain letters, digits, dashes (–) and underscore (_).
    • A label must start with a letter, digit, or underscore (_) and must end with a letter or digit.
    • Underscores (_) may be used only as the first character.
    • A label must be at most 63 characters long.