INIT Encrypted IEC161I DB01422E - VSAM ERROR MMGRSRV DB01422E RC 75 (005) MEDIA MANAGER OPEN ERROR
search cancel

INIT Encrypted IEC161I DB01422E - VSAM ERROR MMGRSRV DB01422E RC 75 (005) MEDIA MANAGER OPEN ERROR

book

Article ID: 234068

calendar_today

Updated On:

Products

Datacom

Issue/Introduction

DBUTLTY INIT of an encrypted VSAM linear database fails with:

IEC161I 115-162,jobname,DBUTLTY STEP070,aaannn,,,  743
IEC161I DB.aaannn.VSAM,,SY3A.CAT
 
DB01422E - VSAM ERROR - nnn aaa  MMGRSRV CON-O A9735F0000000000
DB02405I - PXX START jobname 52448 76(005) OPEN -nnn-aaa D-1 DBUTLTY INIT
DB02406I - PXX END - MEDIA MANAGER OPEN ERROR
DB00501E - OPEN ERROR - RETURN CODE 76 (005) CXX=CXX1 aaannnnnn
DB10045E - ABNORMAL TERMINATION DUE TO ERROR(S)

Environment

Release : 15.1

Component : DATACOM/DB

Cause

This IEC161I return code 115 message indicates the KEYLABEL associated with the VSAM file refers to an encryption key defined in the CKDS which is not type AES, length 256.

The IBM documentation for message  IEC161I explains the error:

IEC161I (return code 115) rc[(sfi)]-ccc,jjj, sss,ddname,dev,ser,xxx, dsname,cat
Explanation
For general information about message IEC161I, see the explanation for return code 001.

Specific information for this return code: An encryption key other than type AES256 was specified on the data set.
ccc = 162 – VSAM Open for encrypted data set
ccc = 819 – RLS Open for encrypted data set
System action
OPEN processing ends for the data set. The error flag (ACBERFLG) in the ACB (access method block) for the data set is set to 169 (X'A9').

Programmer response
Redefine data set with an AES256 encryption type.
 

Resolution

Change the KEYLABEL of the VSAM file to have an encryption key type of AES256.