The configuration parameters described in this section can only be specified in the ais.cfg file that is installed on Windows. These parameters cannot be specified in the startup.bat file, at the command line, or in the ais.cfg file that is installed with the UNIX version of Integration Server.
To specify whether to display the primary keys in an OLAP model. The default behavior is not to display the primary keys in an OLAP model.
If you want to display the primary keys in an OLAP model, add [K]=Y to the ais.cfg file.
In the ais.cfg file, this parameter is specified in the following format:
[K]=Y
To specify whether Integration Server automatically validates an OLAP model or metaoutline when a Save or Save As operation is performed. The default behavior is for Integration Server to validate an OLAP model or metaoutline before saving it.
If you want to disable automatic OLAP model and metaoutline validation, add [V]=0 to the ais.cfg file.
In the ais.cfg file, this parameter is specified in the following format:
[V]=0