Moving an element in a package and getting the following Cast Messages:
FPVL001E INPUT COMPONENT VALIDATION ERROR HAS OCCURRED FOR
C1G0000I ELEMENT ELEMENT1
PKMR801I OF ENV: QA SYS: SYS1 SUBSYS: SUB1 TYPE: COBOL STG: 2
FPVL003E FOOTPRINT MISMATCH FOR
C1G0000I INPUT COMPONENT COPYMEM1
C1G0000I FROM DATA SET <levl1>.<level2>.COPYLIB
PKMR802I FP ENV: QA SYS: SYS1 SUBSYS: SUB1 TYPE: CPY STG: 1
PKMR805I FP DATE/TIME IN COMPONENT LIST: 24FEB21 08:06
PKMR807I GENERATE PROCESSOR DATE/TIME: 23SEP21 16:39
PKMR808I LAST PROCESSOR DATE/TIME: 23SEP21 16:39
All supported Releases
When an element gets moved, component validation ensures that if the element would be generated at the target stage it would have the very same list of input components.
When you cast a package, if component validation is active, Endevor examines the source location of all Move actions.
Then Endevor builds a list of all the input components for each element being moved. Using the list, Endevor proceeds as follows:
For every input component in the list, Endevor searches the Environment map starting at the source location of the Move action. When Endevor finds the first occurrence of a component, it compares the footprint of that component with the footprint in the component list. If the footprints are the same, the cast is successful, if any footprints are different, Endevor fails the cast.
If Endevor does not find a component after searching the elements and the component's map routes, Endevor issues an error message indicating the element contains one or more components that could not be validated.
What we do:
What happens during component validation is that we search the map for each input component (in this case COPYMEM1), starting at the source location of
the move. When we find it, we compare the footprint of that component with the footprint in the component list. If the footprints are different, then we fail the cast, which has happened here.
To determine the cause of the problem, review these messages:
PKMR805I FP DATE/TIME IN COMPONENT LIST: 24FEB21 08:06 <-this is the date time the element was added to Endevor
PKMR807I GENERATE PROCESSOR DATE/TIME: 23SEP21 16:39 <- this is the date time that the element was generated
PKMR808I LAST PROCESSOR DATE/TIME: 23SEP21 13:03 <- this is the date time that the element was moved
To assist with the resolution, the following information could be gathered/reviewed:
Possible Resolutions:
When these messages occur it is recommended to contact the Broadcom Endevor Support Team to further assist you.
The above is true for the following Warning Messages as well:
FPVL001W INPUT COMPONENT VALIDATION ERROR HAS OCCURRED FOR
C1G0000I ELEMENT ELEMENT1
PKMR801I OF ENV: QA SYS: SYS1 SUBSYS: SUB1 TYPE: COBOL STG: 2
FPVL003W FOOTPRINT MISMATCH FOR
C1G0000I INPUT COMPONENT COPYMEM1
C1G0000I FROM DATA SET <levl1>.<level2>.COPYLIB
PKMR802I FP ENV: QA SYS: SYS1 SUBSYS: SUB1 TYPE: CPY STG: 1
PKMR805I FP DATE/TIME IN COMPONENT LIST: 24FEB21 08:06
PKMR807I GENERATE PROCESSOR DATE/TIME: 23SEP21 16:39
PKMR808I LAST PROCESSOR DATE/TIME: 23SEP21 16:39