ReadStatus

This method checks the database status and returns the version information.

Synopsis

DatabaseStatus readStatus()

DatabaseStatus provides the database status information. It contains currently installed database version and the database version of the currently running service. It also contains the currently used ODBC driver version and name. It has the following fields:

Field Description
drVersion Database version. This can be unset if the database is empty.
runtimeVersion DB manager runtime version.
upgradeRequired Flag set if the versions do not match and upgrade is required.
driverName ODBC driver name.
driverVersion ODBC driver version.
licenseAssetId License asset identifier. Unset if the SRM was not started.

Faults

  • ReadDbStatusFault
  • RuntimeFault

For information about the faults that Site Recovery Manager throws, see Faults in Site Recovery Manager API.