Nav SP1 role permission

jan_k
Member Posts: 3
I try to implement role for user that he/she could process sales orders by giving them all roles that concern sales order processing. Althought roles include all permission for table 246 Requisition line, I receive message "You do not have permission to read table Requisition line".
After giving roles and permission, I have run "synchronize all login" and even test if I grant select on Sql Server table, but no effect. Also I created role for codeunit 5790, but that is maybe not the way to handle it.
Could it be some granule issue? This table 246 have some line data.
Enviroment is: Nav SP1/Sql Server 2000
Error occur in codeunit 5790, function:
CalcScheduledReceipt(VAR Item : Record Item) : Decimal
Sql statement:
SELECT SUM("Quantity (Base)") FROM "Company Name$Requisition Line"
WHERE (("Type"=?)) AND (("No_"=?)) AND (("Variant Code"=?)) AND (("Location Code"=?))
AND (("Planning Line Origin"=?)) AND (("Due Date">=? AND "Due Date"<=?))
After giving roles and permission, I have run "synchronize all login" and even test if I grant select on Sql Server table, but no effect. Also I created role for codeunit 5790, but that is maybe not the way to handle it.
Could it be some granule issue? This table 246 have some line data.
Enviroment is: Nav SP1/Sql Server 2000
Error occur in codeunit 5790, function:
CalcScheduledReceipt(VAR Item : Record Item) : Decimal
Sql statement:
SELECT SUM("Quantity (Base)") FROM "Company Name$Requisition Line"
WHERE (("Type"=?)) AND (("No_"=?)) AND (("Variant Code"=?)) AND (("Location Code"=?))
AND (("Planning Line Origin"=?)) AND (("Due Date">=? AND "Due Date"<=?))
0
Comments
-
[Topic moved from Navision forum to SQL General forum]
BTW : if you use 5.0SP1, you better use SQL2005! SQL2000 has some problems with indexed views.Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
0
-
Enviroment is Nav 4.0 SP10
-
4.0SP1 means that you're working with "advanced" security ... which is actually not really easy to work with.
The best thing to do (imho) is to do a runtime upgrade to the latest version. Can be 4.0Sp3Update6.9 or 5.0Update1.5 (for more info, I would like to refer to my blog, where you can find a table with platform updates).
Please, do not use 5.0Sp1,because it's not recommended on SQL2000 as mentioned above.
If you do this, you can use the "standard" security model instead of the current "enhanced" security model. This will get rid of your security pains.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions