Solved

Print Manager - Error Message - Failed to getFullXML: null Caused by: null

  • 5 September 2022
  • 1 reply
  • 94 views

Badge +3

Hi , anyone come across this error message in IFS APP10 (IEE) Print manager “Failed to getFullXML: null Caused by: null”

Any tips on how to diagnose it? 

 

icon

Best answer by ChanakaAmarasekara 6 September 2022, 14:27

View original

1 reply

Userlevel 7
Badge +15

Hi,

Looks like the xml result set is not crated or is aviable.

  1. In the ‘Report Definition” for the particular report, check if the “Create Xml” checkbox is created.
  2. In the report RDF check if the xml generation code is there.
  3. In the report RDF check the line Report_SYS.Finish_Xml_Report is there and not blocked by any conditions (e.g.IF)
  4. In the report RDF check if  do_xml_  BOOLEAN := Report_SYS.Should_Generate_Xml line is there which takes the value set in point 1.
  5. Check in pint 3 and 4 that the correct report id is passed
  6. Check in the archive_tab that the archive item is there for the report
  7. Check in the xml_report_data_tab that a record with the result key is there for the report and in the DATA or ZDATA column the generated XML is there.

Hope this helps,

Regards,

Reply