Subject: | Limit "Maximum number of users" by setting a "MaxUsers" configuration in the WEB Configuration file |
Summary: | We need a way to limit the Maximum Number of users to ensure that we comply with Microsoft Licence agreement. Design: - Add a configuration in "WEB.CONFIG" named "MaximumActiveUsers". Value = 9999. Value Type: INT
- When checking licence, make SYS Invalid if the users exceed this configuration value.
|
Audit Notes: | Edited by sanjay on 15/05/25 09:29. Edited by sanjay on 09/05/25 12:19. Edited by sanjay on 28/04/25 15:25. Edited by sanjay on 28/04/25 14:32. |
28 Apr 2025 | 03:56PM Comment 1 by Sanjay (Link Technologies) Assigned To: Sanjay (Link Technologies) Followup Date: 02-05-2025 03:25 PM Time Taken: 6.00 Notes: ETC extended from: 28/04/2025 to 02/05/2025 |
| PART A - Development work for this case has been completed. 1. The change will be available in version: 15.70 2. The following changes were made (Include Database object names, Program classes, and any other relevant information): - Added a new WEB configuration named: MaximumActiveUsers. Default value = 9999.
- This can be used to manage maximum number of User accounts for a site
3. Affected Areas: - Framework - licence management
4. The issue was caused by: - Azure Management requirement for MS licences
5. Other Relevant Notes: 6. Next Step (Review and System Test (Developer) -> UAT (Quality) -> Documentation): UAT
|
|
09 May 2025 | 12:18PM Comment 2 by Sanjay (Link Technologies) Assigned To: Sanjay (Link Technologies) Followup Date: 16-05-2025 10:11 AM Time Taken: 8.00 Notes: ETC extended from: 02/05/2025 to 16/05/2025 |
| Made the following changes: - Changed Web.Config default value for App Settings "MaximumActiveUsers" to 10
- When checking Maximum avalable User licence, we take the Employee Licence, Add POS User Licence and add "MaximumActiveUsers"
This means that by default, if you have a 4 POS user licence and a 50 employee licence, you can create a maximum of 64 (10 + 50 + 4) users If you need to create more than 64 users, simply INCREASE the Web Configuration value of "MaximumActiveUsers". There is no licence fee for making this change. This change is only to limit users so we can manage and comply with the Operating system licence. |
|
22 May 2025 | 10:25AM Comment 3 by Sanjay (Link Technologies) Assigned To: Sanjay (Link Technologies) Followup Date: 30-05-2025 10:25 AM Time Taken: 1.00 |
| System test completed. Closing case. |
|