Description:
ACF04056 ACCESS TO RESOURCE IDD TYPE RTSK BY userid NOT AUTHORIZED IDMS DC021102 V47 SECURITY VIOLATION BY USER userid. ACCESS TO RESOURCE IDD DENIED.
Solution:
In the IDMS security table (RHDCSRTT) client defined the resource type TASK as being secured using the external security manager.
In the source for the SRTT you will see a macro that looks like this:
#SECRTT TYPE=ENTRY,RESTYPE=TASK,SECBY=EXT, - EXTCLS='RTSK',EXTNAME=(RESNAME)
This means that your ACF2 administrator has a TYPE defined called RTSK and within that TYPE they will have defined all of the IDMS TASK codes that will be executed in the IDMS CV by your users and then they will have granted access to these TASK resources ( $KEYs ) to all users who should be allowed to execute them.
These messages mean that the userid named in the messages has not been granted access to task code IDD, which would be defined in ACF2 as $KEY(IDD) TYPE(RTSK).