ServerTools.changeLicenseKeys (Method)
Starts a job that makes changes to the CommonSpot installation to reflect the swap to new customer or server keys.
Returns:
JobID (integer)
Arguments:
Name | Type | Required | Description |
---|---|---|---|
serverKeyName | PlainText_NonNull | Required | The name of server key file placed in 'commonspot/keys' directory. |
customerKeyName | PlainText_NonNull | Required | The name of customer key placed in the 'commonspot/keys' directory. |
Context:
License Requirements | None |
Permission Requirements | server:ServerMaintenance |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the server level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
60000 | |
60001 |
Notes:
None