Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
72:custom_reports_references_configprop [2019/03/08 19:14] – created ext-bkkr72:custom_reports_references_configprop [2019/03/08 20:18] ext-bkkr
Line 1: Line 1:
 ====== Configuration Properties ====== ====== Configuration Properties ======
 +
 +**Property Name: **metrics.dataCollector.importPackages
 +
 +**Default Value: **java.util, java.lang, java.text, java.io, java.math, java.sql, java.net, java.util.regex, javax.xml.parsers, org.xml.sax, org.w3c.dom, javax.xml.xpath, net.sf.mpxj.reader, org.apache.poi.ss.usermodel
 +
 +**Description:** The packages which are lised in this comma separated list will be included in the Data Set/Collector Script javascript context by using the impmortPackage function.
 +
 +//Notice: For a better readability, the comma separated list can be split up into new lines.//
 +<code>
 +<property name=
 + "metrics.dataCollector.importPackages"
 + value=
 + "java.util,
 + java.lang,
 + java.text,
 + java.io,
 + java.math,
 + java.sql,
 + java.net,
 + java.util.regex,
 + javax.xml.parsers,
 + org.xml.sax,
 + org.w3c.dom,
 + javax.xml.xpath,
 + net.sf.mpxj.reader,
 + org.apache.poi.ss.
 +usermodel
 +"/>
 +</code>
 +
 +**Property Name:** global.metric.report.stagesDataSource.timeoutinMinutes
 +
 +**Default Value: **3
 +
 +**Description:** Specifies the timeout in minutes for Stages Data Source web service call. If the web service call takes longer than this time the web service call will be terminated. This value has to be higher or equal to the setting of the property metrics.timeoutInSeconds.
 +
 +//Notice: If you are working with the Stages BIRT Designer, please check the BIRT.ini file in the Stages BIRT Designer installation directory for the setting.//
 +
 +**Property Name: **metrics.resourcePath
 +
 +**Default Value: **N/A
 +
 +**Description: **Sets the path to the folder where BIRT required libraries are located.
 +
 +**Property Name: **metrics.svg.enabled
 +
 +**Default Value: **False
 +
 +**Description: **Specifies if BIRT engine should render SVG images if set in a BIRT report file to be rendered.
 +
 +**Property Name: **metrics.timeoutInSeconds
 +
 +**Default Value: **180
 +
 +**Description: **Specifies the timeout of Stages Data Set scripts and Stages Data Collector scripts (in seconds). If a script runs longer than this time, the script will be terminated. This value has to be equal or lower than the setting of the property global.metric.report.stagesDataSource.timeoutInMinutes