3.1.4.23 ValidateDatabaseConfiguration
The ValidateDatabaseConfiguration event captures the common validation rules for the IpamDatabaseConfiguration instance. The rest of the section assumes the IpamDatabaseConfiguration instance to be validated is passed as a parameter with the name Param_ipamDatabaseConfiguration.
The following validations MUST pass for the IpamDatabaseConfiguration instance to be valid:
Param_ipamDatabaseConfiguration is not NULL.
Database associated with Param_ipamDatabaseConfiguration passes the following validations:
DatabaseType is supported.
Database server version is supported.
Database exists.
Database is non-empty.
Database schema is valid.
Database locale is supported.
Database schema version is supported.