Options

XML DOM automation with Navision 2013

KisuKisu Member Posts: 381
edited 2013-10-30 in NAV Three Tier
I have a problem with creating XMLDOM automation in Navision 2013 SP1

The part in the code which gives me the error is the initialization lines
CREATE(XMLDOMDocument);
XMLDOMDocument.ASYNC(FALSE);

Error message:
You cannot create an Automation object "XMLDOMDocument" on Microsoft Dynamics NAV Server. You must create it on a client computer

If I dont comment these lines it gives me the error, but if I leave them out the automation would not work..

Any help?

Edit: Client, SQL and Navision service are on same server
K.S.

Comments

Sign In or Register to comment.