IZPGN0005E Rule variable1 of type variable2 must start with a character, the '%%' symbol, or the '_' symbol.
Explanation
When configuring an environment, the provisioning rule provided for the rule type ‘string_like’ does not begin with one of the following characters:%(wildcard for any sequence of characters)_(wildcard for a single character)- An alphabetic letter (A–Z or a–z)
For example, in @DB_ and #SC_, @ and # are not allowed as the first character.
System action
The mapped schemas will not be created. The instance provisioning will fail due to an invalid provisioning rule.User response
Ensure the provisioning rule starts with one of the following for the rule type ‘string_like’:
%(wildcard representing any sequence of characters)_(wildcard representing a single character)- An alphabetic character (A–Z or a–z)
For example, SC, DB, _SC, or %DB.