Navision Permission Error

NavIndiaNavIndia Member Posts: 36
Hi All,

I m facing a problem when i assign a company to a specific database login in the Role screen. When the users try to log in with an ID that has a role with a specified company, then i shows the following message:

'You do not have permission to read the Object table.'

Even i assign all the permissions (Read, write, execute all...) to the role but the same problem it showz.

I m using Navision 4.0 and Navision Database Server.


Thanx

Comments

  • krikikriki Member, Moderator Posts: 9,118
    For users you have to use the Table for with Execute permission to be able execute the code in the table and use TableData with Read,Insert,Modify,Delete to have access to its records.

    Read,Insert,Modify,Delete on table is for programmers. It gives access to see the code, insert a new table, modify a table, delete a table. In general programmers are superusers, but it is possible to limit what the can do with the different objects.

    The permission for this table should be in the ALL-role.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Paul_BradburyPaul_Bradbury Member Posts: 15
    We had the same problem. I think the problem is that the system needs to read the object table before a company is selected. We solved it by assigning the ALL role to all users but for all companies (i.e. leave the company field blank). The other roles S&R-CUSTOMER etc, are then assigned to the specific company required.
Sign In or Register to comment.