Restoration of the Messaging Data

Restore the Sybase Unwired Platform messaging data tables from a backup by running the MORecover utility.

You can find this utility in the <UnwiredPlatform_InstallDir>\Servers\Messaging\Server\Bin folder.

Before running MORecover to restore your database, convert the data files created by adsbackup back to a standard database format, by running adsbackup with the -r option. You can then use MORecover to restore the backed-up data.

For example, if you sent your backed-up data output to c:\bak, but restored the data to c:\bak\restore, the command line syntax for adsbackup is:

adsbackup.exe -r "c:\bak\obr.add" "c:\bak\restore\obr.add"

When you run the MORecover utility, use the restore location. For example:

MORecover "c:\bak\restore\obr.add"

Related reference
Unwired Server Database File Recovery (MORecover) Utility