Maximum number of licences has been reached message
Jump to navigation
Jump to search
Status: | Published |
---|---|
Version: | 1.1 |
Authors: | Hornbill Support |
Applies to: | Supportworks ESP Version 7.4.0 upwards |
If you encounter this particular error message when attempting to login it is likely that all available licences have been reserved to one or more Service desk groups that the user is not a member of.
Resolution : Set the reserved licence within the swgroups table to 0. To do this carry out the following:
- Run the Interactive SQL program. (Start > Programs > Hornbill Core Services > Interactive SQL.)
- Enter the following.
use sw_systemdb;
update swgroups set reservedlicenses = '0';
- Be sure to include the semi colon at the end of each statement above otherwise the command will not execute.