AdminStatus Enumeration
Below is a list of status codes that can be returned by Sentinel Admin .NET library.
No. |
Description |
|
---|---|---|
|
Request was successfully completed |
|
|
System is out of memory |
|
|
The License Manager context is corrupt or contains invalid data |
|
|
The specified License Manager could not be found |
|
|
The specified License Manager was found, but it is an earlier version that does not support Sentinel Admin API functions. |
|
|
The XML request code contains errors. See the resulting information XML for details. |
|
|
An error occurred while the API was initializing the local network interface |
|
|
An error occurred when attempting to read the file specified by the prefix "file://". The file does not exist or cannot be accessed. |
|
|
The scope definition in the <haspscope> block contains an error |
|
|
Password is required |
|
|
Error setting new password |
|
|
Error applying an update (see reply for further explanation) |
|
|
The specified License Manager was found, but the License Manager is configured to block remote access. |
|
|
An XML element tried to set an illegal value |
|
|
When the return status is BadParameters, this error code may be delivered in the result XML when trying to set a read-only value. For example:
|
|
|
When the return status is BadParameters, this error code may be delivered in the result XML when trying to request a non-existent value. For example:
|
|
|
Get method: The format or scope parameter is NULL. Set method: The input parameter is NULL. |
|
|
In standalone Admin API only: Context was created to address the Integrated License Manager (sntl_integrated_lm). However, the Integrated License Manager is only available with the Integrated Admin API. |
|
6017 |
ResultTooBig
|
Returned result is too big. Use a scope to narrow the results. |
6019 |
ScopeResultsEmpty
|
Unable to locate any items that match the scope. |
6022 |
InvalidVendorCode
|
Invalid Vendor Code was passed. |
6034 |
UnknownVendorCode
|
The Vendor Code is not recognized by the API. |
|
Connect method is not called. |
|
|
.NET DLL found broken. |
|
6054 | IdentityCodeRequired |
The Set function was called to update or delete a client identity or to unregister a machine. However, the identity_code element is not present or contains an empty value. |
6055 | IssuedToClientRequired
|
The Set function was called to create a new client identity. However, the issued_to element is not present or contains an empty value. |
6056 | MaximumNumber OfAutoRegiestedMachinesRequired |
The Set function was called to create a new client identity. However, the maximum_number_of_auto_registered_machines element is not present or contains an empty value. |
6057 | IdentityCodeDoesNotExist
|
The Set function was called to perform an update, delete or unregister action for an existing client identity. However, the specified identity_code does not exist in the database. |
6058 | IdentityCodeCreationFailed |
An identity code or secret failed to generate. |
6059 | IdentityNothingToUnregister |
The Set function was called to unregister one or more registered machines. However, no machines matched the elements specified in the XML code that provided to the function. |