ChangePassword

This method changes the embedded database password.

Synopsis

void changePassword(@secret String oldPassword, @secret String newPassword)

ChangePassword has the following parameters:

Parameter Description
oldPassword Old password for the database.
newPassword New password for the database.

Faults

  • ChangePasswordFault
  • RuntimeFault
  • SrmAlreadyRunning

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