SEC6 abend REASON CODE=0F01C008 in GENCERT
search cancel

SEC6 abend REASON CODE=0F01C008 in GENCERT

book

Article ID: 40235

calendar_today

Updated On:

Products

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

Issue/Introduction

A GENCERT is run to create a CERTIFICATE but abends with following information:

IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=EC6  REASON CODE=0F01C008
TIME=14.32.42  SEQ=01999  CPU=0000  ASID=00FF

 

Environment

Component : ACF2 for z/OS

Cause

GENCERT requires the user to have a full OMVS profile. The reason code 0F01C008 means "unable to be dubbed", 

which ultimately means the user does not have a full OMVS profile - both USER and GROUP profiles are required.

Resolution

Example : set up a full OMVS profile for user01

ACF 
SET PROFILE(USER) DIV(OMVS) 
INSERT user01 HOME(/u/lpp/user01) omvspgm(/bin/sh) uid(0) 
SET PROFILE(GROUP)  DIV(OMVS) 
INSERT omvsgrp GID(1) 
SET LID 
CHANGE user01 GROUP(omvsgrp) 
END