Creating New Databases

After starting the system configuration wizard and setting up the SQL server options, you can set up the databases.

If the wizard does not detect any existing databases saved on the selected SQL Server, you need to create a new project database and select the settings for storing server configurations of all installed GENESIS components that use databases.

We recommend creating a unified database. It is a single database that stores all the configurations together. This option grants the best compatibility since many servers require their configurations to be stored in the same database. However, advanced users can create a separate database for each configuration.

To create a new project database on a clean GENESIS installation:

  1. In the project settings dialog of the system configuration wizard, enter the database name in the Project database text field. We recommend using the default name IcoSetup.

  2. (Optional) Click next to the database name field to customize the database file and log settings.

    • In the File Size section, set the initial file size and file growth in megabytes or percentages, and optionally, the maximum size for the files.
    • In the Log Size section, set the initial log size and file growth in megabytes or percentages, and optionally, the maximum size for the logs.
    • To change the location of the data files and logs, select the Custom Location checkbox in each section, and then click the folder icon to browse for the new location.

      The default location for the files and logs of both databases is <SystemDrive>:\Program Files\Microsoft SQL Server\MSSQL16.SQLEXPRESS\MSSQL\DATA.

    • Click OK to apply the changes and close the dialog.
  3. In the New Project Settings section, select one of the following options for the server configuration database.

    • Use a new unified database Learn more
    • (For advanced users) Create each configuration in its own database. Learn more