Skip to main content
Solved

How to resolve error when opening IN61500 (inventory balance) in report designer

  • 3 March 2023
  • 5 replies
  • 122 views

When I tried to open IN61500 in the report designer I get the following error.  We are on 2022 R1.

************** Exception Text **************
System.InvalidOperationException: Data at the root level is invalid. Line 1, position 1. ---> System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.Load(String filename)
   at PX.Reports.Design.ReportDesignerLoader.ReadReport(IDesignerSerializationManager manager)
   at PX.Reports.Design.ReportDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
   at System.ComponentModel.Design.Serialization.BasicDesignerLoader.BeginLoad(IDesignerLoaderHost host)
   --- End of inner exception stack trace ---

@bhalvorsen 
Its a Base Inventory Balance report. Did you add any changes to this?
If not can you update website and try to open again.


Hello, 

If the report has been customized, deactivate the active revision on the report revisions tab of the Inventory Balance report and try again to open it. You may try with a different report revision activated, or with no revisions active (using Acumatica original report).


Thanks, it is the out of the box version of the report and we host Acumatica locally.


I was on an old version of report designer.  Oops.  Upgrading resolved the issue, thanks @girik06 and @Laura02 for taking the time to help.


Thank you for sharing the solution with the community @bhalvorsen !


Reply