Hi there, and a happy new year to you all!
I have a problem, and was wondering if any of you have encountered something similar.
After an upgrade to 4.0SP3, i have what appears to be a rights management problems, but seems to dwelve deeper than that.
I have a custom form, where you can make a list of items below a head, a standard Navision way of doing things. It has been in production for a long time.
After the upgrade, when users tried to add an item, an error occurs:
"You do not have permission to read the Session table"
Well, I thought, easy breazy. I go to the users Roles, and add the "200000009 Session table" with read privileges. Didnt change a thing, even after restart of Navision.
Well, I thought again, a little less easy, but still managable. I try myself, and being of the "Super" role, no surprises, worked like a charm. I momentarily add the user as "Super", just to test, and I restart his client and: Same result. Error message.
This seems odd, so I try with other users, and all to the same result. They can't add new lines, and I can.
If it is not a rights management problem, what could id be? Any thoughts would be appreciated.
Thanks in advance!
Bob
Clothes make the man. Naked people have little or no influence on society.
0
Answers
which security model have you setup? regular or enhanced?
If enhanced, did you synchronize security?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
you must have db_owner permission on sql server to get read permission for table "session".
user 1 ("super" without db_owner) : can´t read table 2000000009
user 2 ("super" with db_owner) : can read table 2000000009
I also tested table 2000000010. The same problem occured.
I guess that all "system" tables are affected by this behavior.
We use the sql server option with regular security system.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Again I must bow to the wisdom of the allmighty forum.
Kine's advice worked perfectly, and the post by "best" really narrowed my question down to the essentials.
Thanks. You made my start of 2007 alot easier.
Bob
Please, shall you add the [Solved] prefix into subject of your first post in this thread? Thanks...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I have added the [Solved] to the subject.
Bob