how to limit the number of concurrent users per company?

mightykid
Member Posts: 23
I would like to know if it's possible to allocate a specific number of concurrent users per company. Please see the sample below:
Lincensed users : 30 Concurrent users
Allocation:
Company A : 20 concurrent users
Company B : 10 concurrent users
Any suggestions?
Lincensed users : 30 Concurrent users
Allocation:
Company A : 20 concurrent users
Company B : 10 concurrent users
Any suggestions?
0
Comments
-
mhm, you can create an new table: "Allowed users per company" (Company Name Text 30, max No. of Users integer). Here you define the number of useres allwowed in company. And an second table connected users per company (Companyname, User Name, Session ID). Both tables are not DataperCompany.
Then on CU1 (there are functions Like CompanyStart (or so)) you check how many useres allowed in the company. Than count the sessions of connected Navision Clients on this company. If the limit is not get, than let the user login and save the information in table 2. If user logoff from company you must delete the row in table 2. If the limit is catched, than send an (error) information message an block connecting (or close the client with using WSH and ALT+F4). But user with "Super" permissions should be ever have the right to connect ;-)
But note, it's possible, that an navision client crash and the login information are still stored in table 2. so u must delete this entry manuell or per batch. For example check the SessionIDs on Session Table with the stored sessionID in table 2.
RegardsDo you make it right, it works too!0 -
thanks for the tip. i have found a solution which uses the user time register table.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions