Activation Server - Error Codes
The Activation Server has 2 different types of error messages
Error codes of the DLL
If an online activation is not successful, the DLL creates an error code like error 3013 or 3014. All DLL related errors can be found in the chapter DLL - Error and Return Codes. The details of an error can be found in the server log file.
Error codes of the Activation Server
Errors which are created on the server side are written into a log file. The details of an error can be found in the server log file.
This error could have 2 reasons:
|
Connection to the Activation Server could not be established. Typical causes of this error are:
|
Configuration file licprotectorws.config or a file in the folder \pconfig could not be read. Possible reasons are
|
ProjectID is missing - check licprotectorws.config or the configuration file in the folder \pconfig |
An unknown instcode is used - check licprotectorws.config or the configuration file in the folder \pconfig |
No projects could be found - check licprotectorws.config or the configuration file in the folder \pconfig
|
Bad request
|
Unknown request type. This situation could only occur, if the Licence Protector version is newer than the Activation Server server version and Licence Protector uses a command, which is unknown to the Activation Server |
Writing to database failed. Check, if the database is running and check the database setup. |
Reading from database failed. Check, if the database is running and check the database setup |
The Activation Key was already used or is locked.
Increase the number, how often the key can be used (Maximum Key / ID Usage) or unlock the key - details |
Unknown project name - the ProjectID used in the file licprotectorws.config or the configuration file in the folder \pconfig must match the project name, defined in the project template. Check the activation workflow configuration file, if the file name of the project file is correct.
The project name should contain no spaces and is case sensitive - see project name.
The error also occurs if the Web Service URL is wrong.
|
The output file, which is generated on the folder .\alg during product activation, is missing or has a wrong XML format - for more details view the log file. Check if you have spaces or special characters in the project name. |
This error indicates, that the Automatic License Generator, which is used to create Activation Keys as a response to the activation request, can not create Activation Keys. Most often a project definition is missing or wrong on the Activation Server.
If you use a date, make sure that the date format matches the settings of the server operating system - e.g. if you have an US operating system, the date format in the XML file must match this format (e.g. 01/30/2008 - wrong format would be 30.01.2008).
Also, if the ProductID and ModuleID in the config file do not match with the ID you use in the command for the product activation, this could generate the error.
If this error occurs in combination with error 9 (see log file), then check necessary rights for ASP Service. Especially make sure that all subfolders and files have the necessary rights.
If the error occurs in combination with the message: The project-configuration file xy.xml could not be loaded then the necessary rights for ASP Service for the files in the sub folder \alg are missing. Especially make sure that all files with the extension .XML have the rights. The rights settings could have been changed if you have replaced the files.
To get the detail error, login into the Web Administration Interface, select menu Tools, Download Logfile. Search in the logfile for this error.
|
Time difference between server and client does not match.
Error 3014 tells you that a request (e.g. product activation request) or an answer between a Licence/Multimedia Protector client and the Web Activation Service (WAS) failed due to an invalid ticket. A ticket ensures that a request can not be faked by simply replaying it. That is because the ticket may have expired. As default a ticket stays valid for 24 hours.
Notice: The greater the value in <TicketValidMinutes> is set, the weaker is your protection against replay attacks.
|
This error indicates too many open connections for the SQL-Server. Reboot the SQL Server. |
A license file download is not possible because the name of the license file in combination with the used ID does not exist or the security code is wrong |
A web service call is made from an IP-address, which was not added in the white list within the security settings |
Reading projects failed with: load config failed
Configuration file licprotectorws.config or a file in the folder \pconfig could not be read
The XML format is wrong. Use an XML editor to edit the file and check all configuration settings
If you use a date, make sure that the date format matches the settings of the server operating system - e.g. if you have an US operating system, the date format in the XML file must match this format (e.g. 01/30/2008 - wrong format would be 30.01.2008). |
The unique ID / Serial Number is missing for a license file upload.
The command UploadLic needs a unique ID / Serial Number.
|
See also
List of Return / Error Codes of the DLL