The EXTRACT for APPLDATA is not working even with the rules in place.
search cancel

The EXTRACT for APPLDATA is not working even with the rules in place.

book

Article ID: 18715

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC PanApt PanAudit

Issue/Introduction

Description:

I am trying to set up BCPII and extract the APPLDATA. In ACF2 that involves using $USERDATA in the rule.

$KEY(HWI.TARGET.IBMZ390.ZSERVER) TYPE(FAC)
$USERDATA(BCPII)
UID(*) SERVICE(READ) ALLOW

But the EXTRACT call still fails. Why?

Solution:

The ACF2 code does not EXTRACT with SERVICE included in the rule. Modify the rule to not have SERVICE. This is true for all EXTRACT calls, not just BCPII related.

$KEY(HWI.TARGET.IBMZ390.ZSERVER) TYPE(FAC)
$USERDATA(BCPII)
UID(*) ALLOW

Environment

Release: ACF2..001AO-15-ACF2
Component:

Resolution

-