Hi, guys
Customer has licensed 10+1 user in its license file. Some users can log into NAV in case of licensed numberof users is already logged in. In that case there are more logged users then licensed. Some users can not log in with error "Your license file does not allow ....".
NAV 5.0 SP1
SQL 2008 Standard with trace flag 4616 set.
What's wrong? What's the solution?
0
Comments
Is a permissions problem.
Check the SQL permissions of those users that can't log and set the same to the users that can.
Regards.
All users has server role: public and in database mapping: db_owner and public.
NAV Security model: Enhanced
Three users can repeately log in into NAV in case of full license
Actual sessions: 16
Licensed sessions: 11
Some other permissions?
Regards
Also strongly recommend switching to Standard Security. Unless you have a specific reason for using Enhanced. Enhanced tend to be more trouble than it's worth. Beside, since every one is DB_Owner what that security doing anyways?
db_owner role has users only due to NAV history in that company (technological upgrade from NAV 4). This can be removed, but I think that it's not reason of discussed strange behavior.
We already granted VIEW SERVER STATE, but no luck. Some users still can log in over licensed sessions.
I hope you could help me to solve this problem. Thanks in advance.
Regards.
Thanks all for help solving problem.
If you then execute in SQL Server, whilst authenticated as those users, you will be able to clarify the nature of the problem.
Personally, I recommend you switch to standard security, create a new user, and compare this new users access in SQL Studio to the problem ones.
Chris