Resetting domain property values

If an invalid configuration property value makes it impossible to log in to the domain; for example, if you configure an audit filter incorrectly, you can reset all domain properties to their default values to restore access to the domain.

StepsResetting domain configuration property values

  1. Log in to the ACDB.

  2. Reset all domain properties to their default values using this SQL statement:

    UPDATE SecurityDomain SET Rules = NULL WHERE DomainName=”DefaultDomain”
    

    To reset values in a domain other than the default, replace “DefaultDomain” with the name of the domain. Currently, you can reset all domain configuration values but not individual property values.

  3. Restart your application server.