Error when generating a report from XML files using DocFlex

Asked By 0 points N/A Posted on -
qa-featured

I am new to using DocFlex/XML Generator, a report generator from XML Files. I tried generating a report but it failed so I enabled the Generator Dialog to see what happened or what errors were I was getting and this error message popped to my screen, see below. I clicked the button OK and it generated a report about the errors. However, I am not sure how to resolve the error using the report. Anyone from this forum who can help me? Thanks in advance.

DocFlex/XML Generator

Generator Exception:

Unknown template parameter ‘aa’

Wrong function call ‘getParam’

At Enabling Condition

at Template: C:docflex-xmltemplatestest.tpl

(Paste clipboard contents to see more details…)

SHARE
Answered By 10 points N/A #97130

Error when generating a report from XML files using DocFlex

qa-featured

That is possibly a problem with the code that you are using. As the error message indicates, there is wrong usage of functions in the code, and therefore you will need to debug the code so as to fix that problem. Check if the problem is occurring as a result of syntax or semantic errors and fix them.

You can use the compiler to trace those errors. Just compile the program and then use the error messages to trace the location of the errors in the code.

If you understand the code well, and it is not that long you can go through it manually to trace the errors and remove them.

Thompson Locker

 

Related Questions