AdminStatus Enumeration

Below is a list of status codes that can be returned by Sentinel Admin .NET library.

No.

Return Code

Description

0

StatusOk

Request was successfully completed

3

InsufMem

System is out of memory

6001

InvalidContext

The License Manager context is corrupt or contains invalid data

6002

LmNotFound

The specified License Manager could not be found

6003

LmTooOld

The specified License Manager was found, but it is an earlier version that does not support Sentinel Admin API functions.

6004

BadParameters

The XML request code contains errors. See the resulting information XML for details.

6005

LocalNetWorkError

An error occurred while the API was initializing the local network interface

6006

CannotReadFile

An error occurred when attempting to read the file specified by the prefix "file://". The file does not exist or cannot be accessed.

6007

ScopeError

The scope definition in the <haspscope> block contains an error

6008

PasswordRequired

Password is required

6009

CannotSetPassword

Error setting new password

6010

UpdateError

Error applying an update (see reply for further explanation)

6011

LocalOnly

The specified License Manager was found, but the License Manager is configured to block remote access.

6012

BadValue

An XML element tried to set an illegal value

6013

ReadOnly

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:

<config>
<ini_timestamp>1349882141</ini_timestamp>
</config>

 

<admin_response>
<admin_status>
<code>6004</code>
<text>ERROR 6004</text>
<numerrors>1</numerrors>
<error>SNTL_ADMIN_READ_ONLY (6013) in ini_timestamp</error>
</admin_status>
</admin_response>

6014

ElementUndefined

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:

<admin>
<hasp>
<element name="haspid" />
<element name="temperature" />
</hasp>
</admin>

<admin_response>
<hasp>
<haspid>305420012</haspid>
</hasp>
<hasp>
<haspid>1141301516</haspid>
</hasp>
<admin_status>
<code>6004</code>
<text>ERROR 6004</text>
<numerrors>1</numerrors>
<error>SNTL_ADMIN_ELEMENT_UNDEFINED (6014): temperature</error>
</admin_status>
</admin_response>

6015

InvalidPointer

Get method: The format or scope parameter is NULL.

Set method: The input parameter is NULL.

6016

NoIntegratedLm

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.

6051

ConnectMissing

Connect method is not called.

6052

DotNetDllBroken

.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.