Comment Line Table Permissions

On a Navision3.0 with SQL2000, I have custom User-Roles with specific Table permissions assigned(whichever needed). At a few places, I receive a message saying “You do not have Read permissions to Comment Line Table” I have assigned the concerned role with the said table permissions that is Comment Line Table with Read/Write/Modify/Delete/Execute…but in vain. The same error still pops-up. Is there anything that can be done to resolve this? Thanks.

You have two types of permission for Tables: Tables and TableData. Table-permission is for access to the Table object and TableData is for access to the data in the table. Perhaps you have forgotten to give acces to both of them? Best Daniel