CAS9125E - INVALID DATA: NAME LENGTH INVALID
search cancel

CAS9125E - INVALID DATA: NAME LENGTH INVALID

book

Article ID: 187520

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS 90S SERVICES Common Services

Issue/Introduction

Attempting to load new LMP license keys but getting CAS9125E messages:

0290  S CAS9,,,LMPKEYS

0281  $HASP100 CAS9     ON STCINRDR
0290  IEF695I START CAS9     WITH JOBNAME CAS9     IS ASSIGNED TO USER RSTART
       , GROUP A0000
0281  $HASP373 CAS9     STARTED
0090  CAS9075I - SERVICE(CA-RIM/BASE ) VERS(1400) GENLVL(E100AS900)
0090  CAS9111I - VIOLATION MESSAGE DEFERMENT THRESHOLD LOCATED IN ESQA AT
      020610C4.
0090  CAS9115I - INPUT: SITEID(########) SITECODE(*********************)
      NAME(YOURCOMPANYNAME
0090  CAS9125E - INVALID DATA: NAME LENGTH INVALID
0090  CAS9115I - INPUT: PROD(LU) DATE(31MAR21) CPU(*SITE*-/########)
      LMPCODE(*******
0090  CAS9125E - INVALID DATA: KEY TAMPERING DETECTED OR TRANSCRIPTION ERROR
0090  CAS9115I - INPUT: PROD(LJ) DATE(31MAR21) CPU(*SITE*-/########)
      LMPCODE(*******
0090  CAS9125E - INVALID DATA: KEY TAMPERING DETECTED OR TRANSCRIPTION ERROR
0281  $HASP395 CAS9     ENDED - RC=0000

Environment

Release : 14.1
Release : 15.0

Component : CAIRIM

Cause

LMP keys must be coded between columns 1-71 and can not go beyond column 71.

With Site Keys, the SITEID statement can easily exceed this column limitation due to extra long company names.

SITEID statements that exceed this limitation must be continued on 2 lines.

The recommendation is to define SITEID and SITECODE on line #1 and NAME on line #2

Resolution

Define KEYS as follows:

****** ***************************** Top of Data ******************************
=COLS> ----+----1----+----2----+----3----+----4----+----5----+----6----+----7--
000001 SITEID(01234567) SITECODE(7ZJKDRX03Q7CDHIJY07A6)                       -
000002 NAME(YOURCOMPANYNAME)                                                
000003 PROD(AB) DATE(31MAR21) CPU(*SITE*-/01234567) LMPCODE(7HOA123XYZ00KXAH)
****** **************************** Bottom of Data ****************************

The additional CAS9125E messages (INVALID DATA: KEY TAMPERING) are a result of the SITEID statement not being accepted. Correcting the first error will resolve all others.

Additional Information

CA Common Services for z/OS - CA LMP and CAIRIM