CA CISCA Common Services for z/OSCA 90s ServicesCA Database Management Solutions for DB2 for z/OSCA Common Product Services ComponentCA Common ServicesCA ecoMeter Server Component FOCCA Easytrieve Report Generator for Common ServicesCA Infocai MaintenanceCA IPCUnicenter CA-JCLCheck Common ComponentCA LDAP Server for z/OSCA Mainframe VM Product ManagerCA Chorus Software ManagerCA On Demand PortalCA Service Desk Manager - Unified Self ServiceCA PAM Client for Linux for zSeriesCA Mainframe Connector for Linux on System zCA Graphical Management InterfaceCA Web Administrator for Top SecretCA CA- XpertwareMF - MISC OLD CODESSERVICE ASSUREGeneric Uniservice for CICSGeneric Uniservice IICA Output Management Web Viewer
Issue/Introduction
Attempting to load new license (LMP) keys but receiving a CAS9125E - Invalid data: Duplicate PROD keyword
Below is an example of how the KEYS member was defined.
Command ===> Scroll ===> CSR ****** ***************************** Top of Data ****************************** 000001 * 000002 * LMPCODE PARAMETER FILE 000003 * 000004 * THIS MEMBER IS PROVIDED FOR ALL CA PRODUCT LMPCODE 000005 * PARAMETERS USED BY CAIRIM. 000006 * 000007 * MERGE ALL PRODUCT LMP PARAMETERS INTO THIS FILE. 000008 * 000009 * =COLS> ----+----1----+----2----+----3----+----4----+----5----+----6----+----7-- 000010 SITEID(01234567) SITECODE(XXXXXXXXXXXXXXXXXXXXX) NAME(SHORTSITENAME) - 000011 PROD(XX) DATE(31JAN21) CPU(*SITE*-/01234567) LMPCODE(NNNNNNNNNNNNNNNN) ****** **************************** Bottom of Data ****************************
Cause
Incorrect use of continuation character on SITEKEY statement when no continuation was needed and the SITEID/SITECODE/NAME fit on a single line without going beyond column 71.
Environment
Release : 18.0
Component : Chorus Software Manager
Resolution
Remove the continuation character from column 72.
Below is how the KEYS member should be coded when the continuation is not needed.
Command ===> Scroll ===> CSR ****** ***************************** Top of Data ****************************** 000001 * 000002 * LMPCODE PARAMETER FILE 000003 * 000004 * THIS MEMBER IS PROVIDED FOR ALL CA PRODUCT LMPCODE 000005 * PARAMETERS USED BY CAIRIM. 000006 * 000007 * MERGE ALL PRODUCT LMP PARAMETERS INTO THIS FILE. 000008 * 000009 * =COLS> ----+----1----+----2----+----3----+----4----+----5----+----6----+----7-- 000010 SITEID(01234567) SITECODE(XXXXXXXXXXXXXXXXXXXXX) NAME(SHORTSITENAME) 000011 PROD(XX) DATE(31JAN21) CPU(*SITE*-/01234567) LMPCODE(NNNNNNNNNNNNNNNN) ****** **************************** Bottom of Data ****************************