Managed Object - DrConfigDatabaseManager

Property of
DrConfigServiceInstanceContent
See also
DrConfigDatabaseManagerDatabaseStatus
Since
DrConfig API 1.0


Managed Object Description

This managed object provides operations to configure SRM database.

Properties

Name Type Description
None

Methods

Methods defined in this Managed Object
ChangePassword, ReadStatus

ChangePassword

Change embedded database password.
Required Privileges
DrConfig.Admin
Since
DrConfig API 3.0

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the DrConfigDatabaseManager used to make the method call.
oldPassword Pxsd:string

The old password for the database.

Since DrConfig API 3.0
newPassword Pxsd:string

The new password for the database.

Since DrConfig API 3.0
PRequired privilege - see tooltip for details

Return Value

Type Description
None

Faults

Type Description
vmodl.RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.
DrConfigFaultChangePasswordFaultThrown if the password can not be changed.
DrConfigFaultSrmAlreadyRunningThrown if SRM is running.

Events

Type
None

Show WSDL type definition



ReadStatus

Check database status and return the version information.
Required Privileges
System.Anonymous

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the DrConfigDatabaseManager used to make the method call.

Return Value

Type Description
DrConfigDatabaseManagerDatabaseStatus

Faults

Type Description
vmodl.RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.
DrConfigFaultReadDbStatusFaultThrown if the operation fails.

Events

Type
None