Hi:<br />
I am running Birt viewer 3.7.2 on TomCat 7.0.29, and am attempting to integrate the Maximo reports into it.<br />
The problem that I seem to be having is where to put the files. Specifically, the mxreportdatasources.properties, the jdbcsql driver file, and the scriptlibrary classes files.<br />
<br />
I do have a test report running, and have changed the parameters in the birt web.xml file:<br />
BIRT_VIEWER_SCRIPTLIB_DIR=C:\\Maximo75Reports\\reports\\birt\\scriptlibrary<br />
BIRT_RESOURCE_PATH =C:\\Maximo75Reports\\reports\\birt\\libraries<br />
BIRT_VIEWER_WORKING_FOLDER=C:\\Maximo75Reports\\reports\\birt\\reports<br />
<br />
But I get the following error message:<br />
<br />
<em class='bbc'>A BIRT exception occurred. See next exception for more information.<br />
Error evaluating Javascript expression. Script engine error: ReferenceError: "maximoDataSet" is not defined. (/report/data-sets/script-data-set[
@id="5"]/method[
@name="fetch"]#1)<br />
Script source: /report/data-sets/script-data-set[
@id="5"]/method[
@name="fetch"], line: 0, text:<br />
__bm_FETCH(). (Element ID:1) <br />
Error.ScriptEvaluationError ( 1 time(s) )<br />
detail : org.eclipse.birt.report.engine.api.EngineException: There are errors evaluating script "if (!maximoDataSet.fetch())return (false);<br />
</em><br />
<br />
Any help would be appreciated.