Creating ACA XML Files -ACA1095CB No Success
We are on 9.2 and 8.55 upgraded to Pum 27 applied the 2018 legeslative patchset 28896291.
while running the ACA XML file creation JOB ACA1095C it errors out at this app engine ACA1095CB
PeopleCode Exit(1) Abort invoked by Application at ACA1095CB.3PUBBULK.Step01. (108,543)
Process 329057 ABENDED at Step ACA1095CB.3PUBBULK.Step01 (PeopleCode) -- RC = 16 (108,524)
This is the piece of code where it errors out
If ExecXmlpReport(ACA_BAC020_AET.RUN_CNTL_ID, ACA_BAC020_AET.PROCESS_INSTANCE, ACA_BAC020_AET.REPORT_DEFN_ID, ACA_BAC020_AET.TMPLDEFN_ID, "", %Date, 2) = True Then Exit (0);Else Exit (1);End-If;
I checked the report definitions and template everything looks fine