Permissions - Question

nav_studentnav_student Member Posts: 175
Hi guys,

I have a job on a Job queue that should populate a table.

For some reason when the job runs automatically at night it doesn't populate the table.
If I run the job manually, it will.

The user that is associated with the Application Server service has a Role associated.

Check the Role Permissions and for this table I've got:
Table DataRead Permission: Yes
Insert: Yes
Modify: Yes
Delete: Yes
Execute: Yes

Table
Read Permision: Yes
Insert: No
Modify: No
Delete: No
Execute: Yes


My user has the SUPER permission.

Can you help me?

thanks!

Comments

  • matthiasclaesmatthiasclaes Member Posts: 18
    The role for your NAS user needs execute permissions on the report or codeunit that gets executed.
    (maybe read permissions too)
  • Mohamed_ZayedMohamed_Zayed Member Posts: 39
    Hi,
    Is it working now?

    Regards,
    Zayed
Sign In or Register to comment.