Install a Microsoft® SQL Server database schema (mixed mode/Windows authentication)
Follow the instructions provided in the Technical help of the ARIS online help (Installation > ARIS server Installation) 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 and Compliance 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>
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>
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 and Compliance Server for the first time. Observe any error messages while the scripts are running.