Problem:
I am trying to unzip a pax file in USS to install an SMP/e file, and I get error message:
GIM43501S ** THE CALL TO THE CSNBOWH SERVICE FAILED WHEN PROCESSING
/u/SYSPROG/SMPPTFIN/CBCACHE.SMPMCS.pax.Z.
Cause:
Firewalls can invoke z/OS Integrated Cryptographic facilities to perform internal security functions. These services are protected using the resource class CSFSERV.
Resolution:
Run the ACFRPTRV report and look for a violation for this class:
YY.DDD MM/DD FF.MM source jname lid name
NO-REC *VIO READ RSAF-CSFOWH
0 0 8 0 16 lid 11 cpu ACF9CFAT - - RSAF-CSFOWH
SAF RESOURCE CLASS CSFSERV
RESOURCE NAME: CSFOWH
The CSFSERV class defaults to SAF and should be changed to a type code unique to the CSFSERV class via an CA ACF2 CLASMAP record. CSFSERV uses FASTAUTH which must be made resident with an INFODIR entry. A sample rule under type SAF would look like this:
$KEY(CSFOWH) TYPE(SAF)
UID(userid) ALLOW
For additional information, see the Integrated Cryptographic Service Facility section in the CA ACF2 Administrators Guide.