Version 10.0.0 up to 10.0.11

The update to version 10.0.12 requires a database schema that is compliant to the old external service of type DB_ARCM. To do so, install the old migration schema. You find the relevant installation scripts on the installation medium of the currently installed version (10.0.0 - 10.0.11).

Oracle database system

Procedure

  1. Create an Oracle migration schema if it does not already exist. For detailed information, refer to ARCM - Installation Guide of the currently installed version (10.0.0 - 10.0.11), chapter Install an Oracle database schema.
  2. Open ARIS Cloud Controller (ACC) console (Start > ARIS Cloud Controller).
  3. Stop the ARIS Risk & Compliance Manager component with stop arcm_m.
  4. Execute the following command to configure the migration schema:

    reconfigure arcm_m arcm.config.migrationSystem="oracle"

    reconfigure arcm_m arcm.config.migrationDriver="oracle.jdbc.OracleDriver"

    reconfigure arcm_m arcm.config.migrationUrl="jdbc:oracle:thin:@<OracleServer>:1521:<SID>"

    reconfigure arcm_m arcm.config.migrationUser="<migrationSchemaUser>"

    reconfigure arcm_m arcm.config.migrationPwd="<migrationSchemaPassword>"

  5. Start the ARIS Risk & Compliance Manager component with start arcm_m again.

The database schema is created.

MS SQL Server database system

Procedure

  1. Create a MS SQL Server migration schema. For detailed information, refer to ARCM - Installation Guide of the currently installed version (10.0.0 - 10.0.11), chapter Install a Microsoft® SQL Server database schema.
  2. Open ARIS Cloud Controller (ACC) console (Start > ARIS Cloud Controller).
  3. Stop the ARIS Risk & Compliance Manager component with stop arcm_m.
  4. Execute the following command to configure the migration schema:

    reconfigure arcm_m arcm.config.migrationSystem=" MSSQL"

    reconfigure arcm_m arcm.config.migrationDriver=" com.microsoft.sqlserver.jdbc.SQLServerDriver"

    reconfigure arcm_m arcm.config.migrationUrl=" jdbc:sqlserver://<SQLServer>:1433;Database=<databaseName>"

    reconfigure arcm_m arcm.config.migrationUser="<migrationSchemaUser>"

    reconfigure arcm_m arcm.config.migrationPwd="<migrationSchemaPassword>"

  5. Start the ARIS Risk & Compliance Manager component with start arcm_m again.

The database schema is created.