Need help with Change Impact Analyzer PeopleCode Preprocessor error
I am using HCM 9.2.017 with Tools 8.53.27 we are just starting to use the Change Impact Analyzer but when I run the PeopleCode Preprocessor tool it fails when processing 4 specific peoplecode events.
- page peoplecode HRS_APP_APPLICS.activate
- component record field peoplecode HRS_CE.GBL HRS_OJO_CE_WRK.HRS_CRSP_SEND.FieldChange
- app engine peoplecode HRS_JPST_LIB JPST_LIB Step02
- Component Record Field HRS_CE.GBL HRS_APP_APL_DRV.HRS_TIME_PERIOD.FieldChange
Each of these peoplecode events contain the same directive peoplecode construct that start "#If #ToolsRel>="8.54" #Then" and end with "#End-If". If I comment out this construct in each of the 4 events the preprocessor completes successfully.