When signing into DCD UI, I am getting error "DCDA001E - You do not have access to the CA DCD application." what is the security resource associated with the message and why is there no security violation message or SMF record cut?
The DCDA001E error is an indication that the logonid does not have access to the CA DCD application. The logonid needs access to the DCD.SCAN.STATUS.OVERVIEW resource Resource Class DCD. There is no SMF records cut for access not allowed because multiple DCD resources are checked to determine what DCD optional accesses are allowed or not allowed. ESM Security Violation messages or SMF records for optional access checks could be overwhelming or burdensome.
A sample rule to resolve the DCDA001E error:
ACF
SET RESOURCE(DCD)
RECKEY DCD ADD( SCAN.STATUS.OVERVIEW UID( uid for end user) ALLOW)