Search Results for

    Show / Hide Table of Contents

    Concrii® startup settings in the file initialstatus.json

    Warning

    The file must be in valid JSON format.

    The file path is BaseDirectory\Concrii\initialstatus.json. Check out the definitions in the Installation thread to learn more about Concrii's filesystem properties.

    Using the GUI, you can access, edit and save the initialstatus.json under Configurationin the top navigation bar.

    Description: Which settings does this file contain?

    When starting a Concrii instance, these settings / statuses will be initially applied to the corresponding objects. Most of the settings are for export / admin usage only except the Encrypted setting within Columns. The main use of this file is letting Concrii know if data from a column is encrypted or not. Since FPE is used in most cases, this is not automatically detectable by Concrii.

    Version
    string
    Version of the file (structure). This is an internal setting which is not meant to be changed.

    Columns

    Array of column objects.

    Attribute Type Description
    Id string Unique Id corresponding to the Column Id in the application configuration file.
    Encrypted bool: true / false Is the column already encrypted in the database? This is the only setting contained in this file. Concrii cannot determine whether the database column is encrypted or not. Therefore, it is important to adopt this setting for all configured columns before starting a Concrii instance!
    In This Article
    Back to top Generated by DocFX