I am upgrading Sysview 13.9 to Sysview 14.1, when I start the new SYSVIEW 14.1 I am
getting a ACF04056 violation for SV.CREATE.SSID.XXXX.GSVX. How do I address the violation?
ACF04056 ACCESS TO RESOURCE SV.CREATE.SSID.XXXX.GSVX TYPE RSYS BY SYSVIEW NOT AUTHORIZED
According to SYSVIEW 14.1 documentation all of the CA SYSVIEW(r) Performance Management server address spaces have READ access to the following resource:
SYSVIEWSV.CREATE.SSID.<smfid>.<ssid>
The server address spaces include:
SYSVIEW Main Services Address Space (SYSVIEW) SYSVIEW User Interface Address Space (SYSVUSER) SYSVIEW Auxiliary Services Address Space (SYSVAUX)
The ACF2 following commands can be used to allow access to the SYSVIEW resource to address the ACF04056 violation.
ACF
SET RESOURCE(SYS)
RECKEY SV ADD( CREATE.SSID.XXXX.GSVX UID(uid for SYSVIEW) SERVICE(READ) ALLOW)
RECKEY SV ADD( CREATE.SSID.XXXX.GSVX UID(uid for SYSVUSER) SERVICE(READ) ALLOW)
RECKEY SV ADD( CREATE.SSID.XXXX.GSVX UID(uid for SYSVAUX) SERVICE(READ) ALLOW)
In the above RECKEY commands the ACF2 logonid UID string for the specified logonids should be substituted.