EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB36871: "Loader parsing error: Opening and ending tag mismatch" error is thrown after executing an XQuery report in MicroStrategy 9.x and 10.x.


Stefan Zepeda

Salesforce Solutions Architect • Strategy


KB36871: "Loader parsing error: Opening and ending tag mismatch" error is thrown after executing an XQuery report in MicroStrategy 9.x and 10.x.

SYMPTOM:
 
After executing an XDA XQuery report, the following error is thrown:
 

ka02R000000kY3AQAU_0EM440000002DhD.jpeg

 
Sample Code/Error
QueryEngine encountered error: ZorbaSystemException failed. Zorba engine encountered a system error. Error type: XQuery Engine error. Loader parsing error: Opening and ending tag mismatch: XXX line X and XXX.
 
This error may be thrown for a report that was previously running correctly.
 
CAUSE:
 
This error means there is a syntax problem in the xml file to which the XDA XQuery report is connecting to get data. In particular, this error message means that the opening and ending tags of an XML node don't match. An example of such an incorrect construction in an XML file is shown below:
 
<?xml version="1.0" encoding="ISO-8859-1"?>
<customer name="Company Inc">
<machine configuration="SERVER">
  <name>WAS-SERVER</name>
  <version>Strategy 921</version>
  <os>Windows 2008</os>
</customer>
</customer> 
 
ACTION:
 
Make sure that all nodes are correctly constructed and have matching opening and ending tags.


Comment

0 comments

Details

Knowledge Article

Published:

June 12, 2017

Last Updated:

June 12, 2017