on 2010 Jul 23 5:00 PM
That's a follow-up to this question: Can I upgrade a SQL Anywhere 12 developer edition to a paid version?
After I have successfully set my license key with DBLIC -k and thereby turned my install into a Workgroup Edition, how do I change the user and company name from "Developer Edition / Restriced Use" to the correct ones?
The following display the current status:
"%SQLANY12%\\bin32\\dblic" "%SQLANY12%\\bin32\\dbsrv12.lic"
whereas the following attempt to add user and company name by just adding those to the command line gives the usage screen:
"%SQLANY12%\\bin32\\dblic" "%SQLANY12%\\bin32\\dbsrv12.lic" MyName MyCompany
It doesn't matter if I include both names in double quotes or not.
So what am I doing wrong?
It would appear that in order to change your license file name and company name using dblic, you need to supply your license key (-k option) as well as specify the license type (-l) and number of units (-u), and then supply the name of the executable (not the name of the .lic file) followed by your name and company name.
dblic -k <your-lic-key> -l <perseat-or-percpu> -u <n> "Name" "Company Name"
I am not sure why it is this way, but it appears to work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The current behaviour is not intended but is simply "the way it works today". An enhancement request has been made to allow changing of the name(s) without requiring (re)specification of the other information.
User | Count |
---|---|
67 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.