Back    
Priority:
Type:
State:
Assignee:
Subsystem:
Affected versions:
Fixed in:

TW-1294

Unable to Revoke or grant Licenses with Windows NT authentication

0
It appears that the button to revoke or grant a license by taking from is broken in both IE and firefox. The javascript error reported back by Firebug is:

form has no properties
prototype.js (line 1455)
anonymousprototype.js (line 1455)
anonymousprototype.js (line 1483)
anonymousupdateUser.js (line 124)
onclickeditUser.html?use... (line 1)


A quick patch for this would be greatly appreciated, as we only have 8 licenses and 8 developers. The license we need to revoke was the sys admin logging in to test installation.

Environment: Windows Server 2003 with Windows NT authentication, using 8 pack license.

Issue wasresolved
Comments (2)
History (1)
Pavel Sher Pavel Sher 06 Dec 2006 15:22 (2 years ago)
As a workaround you can do the following:
  • locate to .BuildServer/system directory and open file license.keys for editing
  • remove one license from this file (simply remove a row with license key)
  • restart server (now you should have all granted licenses reset)
  • login and go to manage licenses dialog
  • enter license you removed from the file


Pavel Sher Pavel Sher 06 Dec 2006 16:01 (2 years ago)
Fixed