The alternate way of ToQuickXMLStream method from SDA to stream
Hi I have a SDA3 created from large CCDA file, i am trying to map the SDA object to Stream using tSDA.ToQuickXMLStream(.tSDAOut).. i am getting xml parse error.. it works when the files are smaller.. Is there a workaround to get SDA to a stream
Discussion (2)2
Comments
Hi @HARIHARAN ARIVANANDHAM
Can you share more information about the xml parse error.
I ran into issue a long time ago with using the ToQuickXML methods and reported in https://wrc.intersystems.com/wrc/eucustprob2.csp?OBJID=946743.
My specific issues is with large tSDA objects, ie with many many relationships I would run into <store> errors. The generated code was not calling %UnSwizzleAt for the relationship properties.