Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
nishttal  
#1 Posted : Thursday, September 18, 2008 4:24:14 AM(UTC)
nishttal

Rank: Newbie

Groups: Member
Joined: 9/8/2008(UTC)
Posts: 5

We have a development license and a production license for our webapp. Right now, when staging the code, I need to manually edit the license key after staging the code. I tried specifying both licenses in the LicenseKey parameter but that doesn't seem to work.

Is there someway I can specify all the licenses I have and the uploader would choose the right one ?
Fedor  
#2 Posted : Thursday, September 18, 2008 5:59:36 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Hello,

You can specify several license key separated with semicolon:

Correct:
Code:
iu.addParam("LicenseKey", "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX;YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY");


Incorrect
Code:
iu.addParam("LicenseKey", "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX");
iu.addParam("LicenseKey", "YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY");


Fore more info please see Removing Limitations of Evaluation Version topic.

If you will still have problem, please submit case.

Edited by user Wednesday, October 29, 2008 12:32:52 PM(UTC)  | Reason: Not specified

Best regards,
Fedor Skvortsov
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.