CAHVS0300E CAHVGetReportLogicalViews fails with S047 in Web Viewer 14.0
search cancel

CAHVS0300E CAHVGetReportLogicalViews fails with S047 in Web Viewer 14.0

book

Article ID: 190822

calendar_today

Updated On:

Products

Deliver View

Issue/Introduction

Installing Web Viewer 14.0. Have Tomcat running and able to reach the repository. However, when I go to view a Open a report I get an abend. 
Ran an ACF2 report can find no security violations.

CAHVS0300E Service Module CAHVGetReportLogicalViews INIT failed with J2ZE Exception Service 
CAHVGetReportLogicalViews has abended, abend code S047, reason code = 0

Environment

Release : 14.0

Component : CA Web Viewer

Resolution

BPXPTATT may be in an APF authorized library but our address space runs non APF authorized and is it’s intended to be that way.
Here is sample JCL to set the SAFDEF:
//EXAMPLE JOB ACCOUNT,PROGRAMMER
//SAFD EXEC PGM=IKJEFT01
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
ACF
SET CONTROL(GSO)
INS SAFDEF.MTCCV ID(MTCCV) PROGRAM(BPXPTATT) RB(BPXPTATT) -
NOAPFCHK RACROUTE(REQUEST=AUTH,CLASS=CHA1VIEW,STATUS=ACCESS)
/*