To support Mobiliser applications with Adaptive Server Enterprise (ASE) on your SAP Mobile Platform Server, make ASE-specific changes to the dbmaintain script and execute it.
database.url=jdbc:sybase:Tds:{HOST}:{PORT}/{DBNAME} database.userName={USER} database.schemaNames={USER} database.password={PASSWORD}
java -jar com.sap.mobile.platform.server.db.ase.dbmaintain-<version>-scriptarchive-ase.jar -c dbmaintain.properties.ase
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.