Determines whether the XOLAP schema supplied for an application is validated against the underlying RDBMS.
XOLAPSCHEMAVERIFICATION [appname] TRUE | FALSEappname (optional)—Application name. If you do not specify an application, the setting (TRUE or FALSE) will apply to all XOLAP-enabled cubes.
TRUE—SQL queries are issued to validate the relational data provided in the XML file.
FALSE—SQL queries are not issued, and the relational data in the XML file is not validated. FALSE is the default value.
The XOLAPSCHEMAVERIFICATION setting determines whether the XOLAP schema supplied for an application is validated against the underlying RDBMS. The validation occurs as SQL queries are run against the relational data in the XML file.
XOLAPSCHEMAVERIFICATION my_app TRUE