Follow the instructions provided in the ARIS Server Installation guide to prepare the Microsoft® SQL Server database with mixed mode or Windows authentication. After you set up the database, use the corresponding script again to create the ARIS Risk & Compliance Manager database schema. You can use an individual schema name, but it must be unique to the schema names of other ARIS applications:
create_schema_for_tenant.bat <arcm_tenant_schema>
Example for schema name ARCM_DEFAULT
create_schema_for_tenant.bat ARCM_DEFAULT
If you want to restore database backups of previous versions, you also need a migration schema:
create_schema_for_tenant.bat <arcm_tenant_schema_migration>
Example for schema name ARCM_DEFAULT_MIGRATION
create_schema_for_tenant.bat ARCM_DEFAULT_MIGRATION
The database schema does not yet contain any table. They are created automatically when you start the ARIS Risk & Compliance Manager Server for the first time. Observe any error messages while the scripts are running.