License_Return.asp
Important
This script has been deprecated and should no longer be used. Instead, use the newer Deactivation feature available through the newer SOLO Server Web services.
Purpose:
"Checks in" or Returns a license activation to the server.
HTTP Method:
POST
URL:
secure.softwarekey.com/solo/customers/license_return.asp
Automation Client Functions:
SK_PostStrings, SK_PostStringEx
Input Variables:
- LicenseID: License ID for the license you want to post to
- string1: password associated to <LicenseID>. This can be either the customer password or the license activation password.
- string2: Computer Id in which was successfully activated through getcode.asp
- string3: Not used
- string4: Not used
- string5: Not used
HTML Return Strings:
- String update result = (space equals space then data)
- License Update =
Remarks:
If the strings are properly posted, the value returned after the string "String update result = " will be 0. If there was an error, it will return a value 100 or greater. View the Errors below for possible errors.
Errors:
- 100: The <LicenseID> is blank or could not be found in the database.
- 101: The <LicenseID> has not been activated before.
- 102: The Computer ID passed in was never activated under <LicenseID>
- 106: The Computer ID passed into <string2> was not a fully numeric value.