Hello,
using Nav4 SP2.
I wantt to use windows logins. I have a AD group with my users in this group. I have the group and the users in Nav in the windows login table. Both users and group SQL role is public.
If I assign "Super" to a users or to the group, everything works fine.
IF I assign other roles (and not super) it doesn't work.
I tried the assigned set of roles with a DB login and it works.
I did not forget to synchronize.
I did not have extende procedure "xp_ndo_enumusergroups" and before installing it even the super windows users did not work, but now yes.
I am using SQL 2000 SP3a.
Any ideas?
geri
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
You do not have permission to access [tablename] table. Contact your admin...
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Which table is referred to in the error? Is permission granted to that table by one of the roles assigned to user?
Error was in my assigned role.
I have a user-A what has only standard roles and one empty new role. With a copy script I copied all the permissions of his standard roles in the new role and then assigned this new role (kind of: my company manager role) to my AD group.
Problem then was that the copy script had an error and did not copy everything. I did my test as DB user test always with this user-A and this worked (because had all roles). My windows users had just the copied permissions and something was missing.
Now everything is fine.