Communication Problem with NAS

BruceBruce Member Posts: 26
I configured ADCS successfully. I got the Screen on Hyper Terminal.
So i can retrieve the data through NAS but when i send the data to Navision through Hyper terminal via NAS then 1 error Occur
"NAS Error: Root Element is Missing "

so can u tell me how should i resolve this Problem ?

Thanks.

Comments

  • DenSterDenSter Member Posts: 8,305
    Root element is missing means that the XML document does not have a root element.

    You'll need to debug NAS. You can either start NAS with the debug parameter, or start the ADC codeunit right from a NAV client. I prefer to debug NAS from a NAV client.

    I would start looking at any custom XMLPorts and make sure they all have a root element defined (which is a single non repeatable element at the top of the XML document).
Sign In or Register to comment.