Renames a database that stores objects.
Note: This is an administrative action that can be sent only from AdminClients (which are set in the [Server]
section of the configuration file).
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that you want to rename. | Yes |
new
|
The new name for the database (maximum 254 bytes). | Yes |
The following example renames the database CompanyLogos
, using the new name SoftwareCompanyLogos
.
/action=RenameObjectDatabase&database=CompanyLogos&newdatabase
=SoftwareCompanyLogos
<autnresponse> <action>RENAMEOBJECTDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|