I am trying to implement the Role Tailored client at one of my sites.
The RTC is running perfectly on the server. When I try to log in to the RTC on the user’s PC I get an error saying I do not have permission to execute table 2000000073 which is the User Personalisation Table in NAV.
The user in NAV has super user access the same as what I have set up against my own login and it is not a license issue.
If I log in to the users computer with my login the RTC runs without issues.
It is because of this that I believe the user does not have sufficient rights to their own computer or possibly the network (also maybe SQL server, but I did try to give them all the same rights as I have in SQL and got the same issue).
Any help would be greatly appreciated.
0
Comments
So, I suggest, allow that user, specific access rights in SQL Server on which the database exists.
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com
do you have more information on what SQL permissions the user needs to run the RTC?
You do not have to edit anything in SQL Server when you add a new user, you only need to use C/SIDE to add them to WindowsLogins, give them some roles and Synchronize.
You could also try synchronizing the user with the RoleConfig role, in addition to SUPER, to explicitly grant the required permissions against table 200000073.
Alex