7.3.3.1 Additional Provisioning Rules
Basic input data validation is done using the DCA Framework’s Configuration Data Provisioning GUI. 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.
- The table cannot be empty at any given point of time.
- The allowable separator for configuring multiple Realms in Exception_Realms_For_OhOrCstChk is semicolon (;)
- Realms configured in Exception_Realms_For_OhOrCstChk must be in valid Realm
Format. Valid Ream Format Rules are:
- It should consists 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