Hi,
I encountered below error message when trying to access some module in Navision. I have made sure that the user has all the permissions it needs to access the module. But the problem still occur. When give the user super role, it has no problem accessing the modules. Any helps will be greatly appreciated.
Env.
Application Server - Window 2003 using Windows Authentication
Database - SQL 2000
Error Message:
"You do not have permission to run the Reoprt List table
Contact the system manager if you need to have your permission changed:
Thanks,
Dan
0
Comments
We try export a permission list from a working datebase and imported to the database that has problem. This fixed the problem. The problem is mostly like coming up from permission setup. I will compare the permisson with the working one and find out the cause.
Thank you so much for the help.
Trace the code unit which is run when this error pops up.
Go to the code unit in the object designer, select properties, go to permissions row in the properties, select the "report list" table and give appropriate rights...
i think this would work...
regards,
ramya
We found out that the "All User" Role was missing this Object Type Called "Table". We inerted the new object type "Table", Object ID "0", Object Name "Null", Read Permission "Null", Modify Permission "Null" Delete Permission "Null", Execute Permission "Yes". This fix the issue. Hope this help!