Running nstall job BC1JJB03. Getting RC=08 with messages as follows:
ENHAEPGM *UPDATE ERROR* TO UPRFX.UQUAL.SRCLIB, REPLACE
ENHAEPGM *UPDATE ERROR* -- CHANGE UPRFX.UQUAL.SRCLIB TO A LIBRARY
ENHAEPGM *UPDATE ERROR* -- ADD MEMBERS APIB, APIU AND APIR TO
UPRFX.UQUAL.SRCLIB.
Endevor 18.0 Only
This is a known problem and is resolved by following the below circumvention or you download and apply Endevor Solution SO07210
PROBLEM DESCRIPTION: RC:8 IN BC1JJB03 AFTER RO94045
After applying Solution RO94045 users may see RC:8 from install job BC1JJB03 with errors trying to expand replacement text IF the replacement strings for UPRFX.UQUAL, or IPRFX.IQUAL are too long.
SYMPTOMS:
RC:08 from install job BC1JJB03 and messages like;
ENHAEPGM *UPDATE ERROR* TO UPRFX.UQUAL.SRCLIB, REPLACE
ENHAEPGM *UPDATE ERROR* -- CHANGE UPRFX.UQUAL.SRCLIB TO A LIBRARY
ENHAEPGM *UPDATE ERROR* -- ADD MEMBERS APIB, APIU AND APIR TO
UPRFX.UQUAL.SRCLIB.
IMPACT:
The CAUTION level error message (RC:8) may cause users to be worried that the INSTALL job has failed or to cause following steps to be flushed due to the error level.
Circumvention:
Add extra edits at the top of the BC1JJB03 job to shorten these strings as per sample below:
</*
</* THE FOLLOWING 4 LINES SHORTENS THE COMMENT SO THAT SUBSEQUENT
</* EDITS WORK AND THE MESSAGES BELOW AND RC:8 ARE SUPPRESSED
</*
</* ENHAEPGM *UPDATE ERROR* TO UPRFX.UQUAL.SRCLIB, REPLACE
</* ENHAEPGM *UPDATE ERROR* -- CHANGE UPRFX.UQUAL.SRCLIB TO A LIBRARY
</* ENHAEPGM *UPDATE ERROR* -- ADD MEMBERS APIB, APIU AND APIR TO
</* UPRFX.UQUAL.SRCLIB.
</*
ENDVR SOURCE LIBRARY<SOURCE<
REPLACE EXISTING MBR<REPLACE MBR<
ADD MEMBERS APIB<ADD APIB<
</*
...
Continue regular Global Edits