Force Connection
Type
Constant Boolean
Since
2.2.6
Description
Since version 2.2.6 a model will be started even if not all databases defined in its configuration are reachable. This allows to work with persistent dimensions and offline stores even if the used databases are offline.
However it is possible to forbid the model to startup if a special database is not reachable. This is done by setting the property "Force Connection" of the database definition to "true".
Examples
Force Connection = "true"
Do not start the model if the database is not connectable.
Force Connection = "false"
Default setting.
