To support Mobiliser applications with DB2 on your SAP Mobile Platform Server, make DB2-specific changes to the dbmaintain script and execute it.
database.url=jdbc:db2://{HOST}:{PORT}/{DBNAME} database.userName={USER} database.schemaNames={USER} database.password={PASSWORD}
java -jar com.sap.mobile.platform.server.db.db2.dbmaintain-<version>-scriptarchive-db2.jar -c dbmaintain.properties.db2
Where <version> is the actual version text in the file name on your system.
When the dbmaintain script has successfully connected to your database, if the dbMaintainer.fromScratch.enabled parameter is true, the script warns you that any existing objects in the database will be dropped if you continue.
dbMaintainer.fromScratch.enabled=true
The database has been updated successfully.