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
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>"
The database schema is created.
MS SQL Server database system
Procedure
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>"
The database schema is created.