Jump to content
Changes to the Jaspersoft community edition download ×
  • This documentation is an older version of JasperReports Server Administration Guide. View the latest documentation.

    Ad Hoc functionality is available only to JasperReports Server Professional edition users.

    Ad Hoc settings help you fine-tune the Ad Hoc Editor and the views created in it. Users with ROLE_SUPERUSER can manage the Ad Hoc settings and cache. This section covers the following ways to configure Ad Hoc:

    Ad Hoc Query Settings
    Ad Hoc Data Policies
    Ad Hoc Data Policies for Big Data
    Ad Hoc Templates and Report Generators
    Ad Hoc Configuration File
    Ad Hoc Cache Management
    Ad Hoc OLAP Filter Configuration

    Ad Hoc Query Settings

    note-icon-ns_28x28.png.89bd350dd3f0edadb80188e86629cd8c.png

    The Ad Hoc settings apply to Ad Hoc views based on Topics or Domains. Ad Hoc views based on OLAP connections use the OLAP settings described in the Jaspersoft OLAP User Guide.

    The Ad Hoc settings include the following:

    General Settings to modify the Ad Hoc editor user interface:
         Configure View Query. Determines whether users can see a button in the Ad Hoc Editor to display the SQL or MDX query generated for the view. This can be useful for advanced users, but you should consider your data security before enabling this. System admins can always view queries in the Ad Hoc Cache (see Ad Hoc Cache Management).
         Display Null as Zero. Determines the appearance of null values in crosstabs and time-series charts. By default, this setting is disabled and null values are displayed as empty cells in crosstabs or missing points in time series charts (thus causing irregular intervals). When enabled, null values are displayed as zero in crosstabs and in time-series (creating regular intervals). Regardless of this setting, null values are always displayed as zero in all other chart types.
    Query Limits to preserve resources used by queries when Ad Hoc views are designed and run:
         Ad Hoc Filter List of Values Row Limit. The maximum number of items that should be displayed in the Condition Editor when a user defines filters for an Ad Hoc view based on a Domain. If this limit is exceeded when users define filters, JasperReports Server displays a message to that effect. Setting this to a lower value can improve performance.
         Ad Hoc Dataset Row Limit. The maximum number of rows that an Ad Hoc view will request in a query. Be aware that JasperReports Server truncates the data displayed in the report when the limit is reached. Setting this to a lower number may improve performance, but your reports may not reflect the full data set.
         Ad Hoc Query Timeout. The number of seconds the server should wait before timing out an Ad Hoc view while running its query. Setting this to a lower number may prevent exceptions when users run Ad Hoc views. Setting this to a higher number may prevent complex calculations from timing out, but may use more database connections.
    Data Policies that determine how JasperReports Server handles data loading and processing for certain kinds of Ad Hoc views. See Ad Hoc Data Policies in the next section.

    To configure the Ad Hoc query settings:

    1. Log in as system administrator (superuser by default).
    2. Select Manage > Server Settings and choose Ad Hoc Settings in the left-panel.
    3. Set the configuration values as described above.
    4. Click Change beside each value you modified to make your changes effective. Or click Cancel to reset it to the previously saved value.

    note-icon-ns_28x28.png.e4188a14e163e56e028690f113fd3fa9.png

    As of JasperReports Server version 5.0, Ad Hoc settings made through the user interface are persistent, even when the server is restarted. For details, see Configuration Settings in the User Interface.

    Ad Hoc Data Policies

    note-icon-ns_28x28.png.65b4ffdbbe78ccfba6b2205c7003b081.png

    Data snapshots, described in Data Snapshots and Enabling Data Snapshots, apply only to reports displayed in the report viewer. This section covers data policies that apply only to views in the Ad Hoc Editor.

    Data policies determine how data is cached and where certain calculations occur. All Ad Hoc work is based on a query, either from a Domain or Domain Topic, or from the JRXML of a plain Topic. Data policies determine whether the Ad Hoc engine uses the query as-is and process the data in memory, or rewrites the query so that the database processes data and returns only what Ad Hoc needs to display.

    By default, the data accessed by Domain-based reports is grouped, sorted, and aggregated in the database, rather than processed in memory on the server. This way the server retrieves only the columns that appear in the report rather than the entire set of fields in the Domain. As of JasperReports Server 5.5, calculated fields are also processed by the database. For Topic queries based on JDBC (and JNDI) data sources, the default behavior is to request the entire result set and process the columns for display in memory. Note that independent check boxes control the behavior -- one for Domains and another for JDBC data sources.

    When these check boxes are cleared, the server loads the entire set of fields associated with a Domain or Topic into memory, then applies the necessary calculations, grouping, sorting, and aggregation. This is also the case for Ad Hoc views that do not rely on Domains or JDBC data sources; in these cases, the server processes the data in memory.

    Generally, we recommend that these settings be enabled, especially when working with large datasets. In deciding whether JasperReports Server should process the data in memory or push that processing to the database, consider these factors:

    The size and complexity of your reports. Reports with calculated fields, complex sorting, grouping, or aggregation may perform better when the server optimizes the queries so that the database performs the work.
    The amount of data in your data sources. If your data sources include a great deal of data, reports against them may perform better when the server optimizes the queries.
    The number of users editing and running Ad Hoc views. If you have a large number of users creating and running Ad Hoc views, performance may be better when the server optimizes the queries. Implementations with fewer users may perform better when the options are disabled.
    The performance characteristics of your data source. If the database or other data source is tuned for maximum performance, Ad Hoc views may perform better when the server optimizes the queries.
    If your data source is hosted by MySQL, we recommend that you keep the default (unchecked) for the Optimize Queries for JDBC-based Reports setting. MySQL has poor performance with the nested queries that this setting would generate.
    The amount of memory allocated to JasperReports Server's Java Virtual Machine (JVM). If the JVM of the application server hosting JasperReports Server is allocated plenty of memory, Ad Hoc views may perform better when JasperReports Server optimizes the queries. This is especially true if your data source tends to be slow.

    To decide whether JasperReports Server should optimize queries for Ad Hoc views, we recommend disabling the settings, opening and saving some representative reports, and testing their performance. If the performance improves, leave the settings disabled and open and save the remaining reports.

    The data polices you can set are:

    Optimize Queries for JDBC-based Reports. When checked, Ad Hoc rewrites the query to calculate, filter, group, sort, and aggregate columns when using Topics based on JDBC and JNDI data sources. Otherwise, the queries run unaltered and calculated fields, filtering, grouping, sorting, and aggregation take place in memory.
    Optimize Queries for Domain-based Reports. When checked, Ad Hoc rewrites the query to calculate filter, group, sort, and aggregate columns when using Domains or Domain Topics. Otherwise, the queries run unaltered and calculated fields, filtering, grouping, sorting, and aggregation take place in memory.

    note-icon-ns_28x28.png.8013e62200f6b73a85653d6d0e813c74.png

    These data policy settings do not retroactively update the existing reports created from Ad Hoc views in your repository. To change the data policy for an existing report, select the appropriate policy setting, open the corresponding view in the Ad Hoc Editor, and save the report again.

    To configure the Ad data policies:

    1. Log in as system administrator (superuser by default).
    2. Select Manage > Server Settings and choose Ad Hoc Settings in the left-hand panel.
    3. Select Optimize Queries for JDBC-based Reports to optimize and rewrite queries for JDBC-based Topics.
    4. Select Optimize Queries for Domain-based Reports to optimize and rewrite queries for Domain-based reports.
    5. Click Change beside each value you modified to make your changes effective. Or click Cancel to reset it to the previously saved value.

    note-icon-ns_28x28.png.0f74dd526f77a31852220f9e2aea5992.png

    As of JasperReports Server version 5.0, Ad Hoc settings made through the user interface are persistent, even when the server is restarted. For details, see Configuration Settings in the User Interface.

    Ad Hoc Data Policies for Big Data

    When handling large datasets (big data) from a Domain source in the Ad Hoc Editor, fields summarized by distinct count are computationally intensive. The server optimizes the distinct count by requesting distinct count calculations from the data source, as opposed to performing the calculations in memory. Database servers are usually optimized for these calculations, which improves the overall performance of the Ad Hoc Editor.

    Ad Hoc for Big Data

    Configuration File

    .../WEB-INF/applicationContext-adhoc-dataStrategy.xml

    Property

    Bean

    Description

    calcMethod

    Distinct
    Count

    This property's default is value="sqlUnionAll". The UnionAll is the optimized query that provides distinct count computed by the database.

    If this setting causes issues with your database, you can reset it to value="sqlGroupBy". If you make this change, redeploy the web app or restart the application server.

    Performing distinct count aggregates in the database applies only in the following cases:

    Crosstabs based on Domains contain measures aggregated by distinct count.
    Tables based on Domains contain groups aggregated by distinct count, but no detail rows.

    This setting has no effect when there is a row or column group involving a time, timestamp, or date. In this case, Ad Hoc performs the distinct count summary calculations in memory, regardless of the calcMethod setting.

    Ad Hoc Templates and Report Generators

    JasperReports Server5.5 introduced Ad Hoc templates and report generators. Ad Hoc templates are JRXML files in the repository that define the format for reports generated from Ad Hoc views. Report generators are custom beans that create custom output from Ad Hoc views.

    In the user interface, users can select either the default template, browse for a different template, or select a report generator, if any are defined. For more information about the report template interface, see the JasperReports Server User Guide. This section explains how to configure these controls.

    Changing the Default Ad Hoc Template

    The default Ad Hoc template creates a report that resembles the Ad Hoc user interface. It's meant for online viewing and doesn't restrict the size of the contents for printing. To set a different template, modify the following property:

    Default Ad Hoc Template

    Configuration File

    .../WEB-INF/applicationContext-adhoc.xml

    Property

    Bean

    Description

    defaultTemplateUri

    util:map id="report
    Generator
    DefaultConf"

    Specify the repository path of your new default template. Make sure the template has permissions so it's accessible to all users. The default value is /public/templates/actual_size.510.jrxml.

    Modifying the Ad Hoc Template Folders

    Ad Hoc templates must be uploaded to specific folders in the repository. The default folders are /templates (in every organization) and /public/templates. To set different folders, modify the following property:

    Ad Hoc Template Folders

    Configuration File

    .../WEB-INF/applicationContext-adhoc.xml

    Property

    Bean

    Description

    templateURIParent
    SQLPatternList

    adhocEngine
    Service

    Add, change, or remove the values in this list to specify the folders in the repository where the server looks for Ad Hoc templates.

    The default Ad Hoc template locations contain the default template. If you move or delete those folders in the repository, be sure to update the definition of the default Ad Hoc template as described in the previous section.

    Also, organization templates include the adhoc/templates folder so it appears in every new organization. You should update all organization templates if you change or remove the %/templates value. For more information, see Default Folders for Organizations.

    Adding Ad Hoc Report Generators

    By default no custom report generators defined on the server, and none appear in the user interface.

    To add a custom report generator:

    1. Create a Java class that implements the com.jaspersoft.ji.adhoc.service.AdhocReportGenerator interface.
    2. Compile the class and place the resulting JAR file in <js-webapp>/WEB-INF/lib.
    3. Open the file .../WEB-INF/applicationContext-adhoc.xml for editing and register your class as a Spring bean as shown in the following example:
    4. In the same file, update the reportGeneratorFactory bean to include your custom generator bean:
    5. Edit the .../WEB-INF/bundles/adhoc_messages.properties file to add a UI label for your custom generator. The key has the form ADH_REPORT_GENERATOR_<generator-id>. Add the same key to other language bundles if you want to support other languages.
    6. Restart the server or redeploy the JasperReports Server web app. The label for your custom generator appears in the list of report generators when users create and save a report from an Ad Hoc view.

    Ad Hoc Configuration File

    The following properties are among those that can be configured in the WEB-INF/applicationContext-adhoc.xml file:

    Configurable Properties in WEB-INF/applicationContext-adhoc.xml

    Property

    Description

    JrxmlScriptURI

    The location in the file system of the state2jrxml.js script, which generates the JRXML report based on the current Ad Hoc Editor selections. By default, this file is located in the /adhoc folder of the repository.

    realmsURI and realmsURIParent
    SQLPatternList

    The repository locations where Topics should reside. The defaults are /adhoc/topics and /public/adhoc/topics.

    defaultTheme

    The name of the default style for Ad Hoc views. This name must match a style defined in both a CSS and a JRXML file. The default is default.

    aruFolder

    The repository location where users are allowed to save their Ad Hoc views. The default is /. This allows your users to save Ad Hoc views anywhere. If you have a folder specifically for user content, specify this folder; for example, /userviews.

    tempFolderName

    The repository location where JasperReports Server saves reports created from Ad Hoc views. The default is /temp relative to root and to every organization.

    The server allows users with ROLE_ADMINISTRATOR or ROLE_SUPERUSER to view the temporary folders and their contents. The server manages these temporary files automatically, but files may accumulate in certain cases. As part of regular maintenance, you should periodically delete the files in these folders.

    maxSafeGroupMembers

    The maximum number of row groups or column groups a crosstab can display before the editor prompts the user for confirmation. This limit is a safeguard to avoid performance issues when grouping a field with too many values. The default is 100. Set it higher to allow more groups to appear without prompting users.

    createColumn
    CrosstabHeaders

    This property is located in the actualSizeReportGenerator bean. With the default setting of false, column group headers appear in the Ad Hoc view but not in the report generated from the view (this is the historical behavior). When set to true, column group headers appear in both the Ad Hoc view and in the generated report. When column group headers are included in a crosstab, an extra row is added below the column headers for spacing.

    js-AdHoc-CrosstabColumnGroupHeader_353x76.png.c9f47b2009886e009ca128c8c3b81d26.png

    note-icon-ns_28x28.png.dc7876484ec5d819363aeb3965c325a0.png

    The repository URI locations are relative to each and every organization in the server instance. For example, for a user in the default organization, the URI /adhoc actually refers to /organizations/organization_1/adhoc.

    Ad Hoc Cache Management

    note-icon-ns_28x28.png.aa7612386a69dd42eb1b872109007689.png

    The Ad Hoc cache applies to Ad Hoc views based on Topics or Domains, and any reports generated from those Ad Hoc views. Ad Hoc views based on OLAP connections use the OLAP cache. For a comparison of the two caches, see Comparison with Jaspersoft OLAP Cache. For instructions on setting the OLAP cache, see the Jaspersoft OLAP User Guide.

    JasperReports Server can temporarily cache Ad Hoc query result sets for re-use. The cache is populated by the data that results from queries when creating or running Ad Hoc views. The datasets are uniquely identified by a key that references the query itself, the data source URI, and parameters used when the query was issued.

    Caching reduces database loads and delivers frequently-used datasets to the user quickly. Caching applies when reports are created and when they're run. JasperReports Server version 5.0 introduces a new cache implementation called Ehcache that allows the administrator to view cache entry memory size and set limits on memory use. You can configure the Ad Hoc cache to optimize memory use and response time for your use patterns.

    Setting the Cache Granularity

    By default, datasets for each user are cached separately. A parameter in the cache key identifies the user. This per-user caching can result in duplicate datasets and impaired performance when different users run the same query. You can configure JasperReports Server to share cached datasets across users by editing the /WEB-INF/applicationContext-datarator.xml file.

    The following code configures the cacheKeyInterceptor bean to ignore logged-in users’ credentials when creating the cache keys:

    Restart JasperReports Server after saving the modified file.

    Configuring the Cache

    Caching improves overall performance of data retrieval and sorting, but unused datasets can consume memory and cached data can become stale. To address these concerns, the cache automatically removes datasets periodically. By default, datasets are removed from the cache if they are not accessed for 30 minutes. They are also cleared after 90 minutes, regardless of how recently they were accessed.

    To configure the frequency with which the cache is automatically cleared, edit the following configuration file:

    Ad Hoc Cache Expiration

    Configuration File

    .../WEB-INF/adhoc-ehcache.xml

    Property

    Default Value

    Description

    maxBytesLocalHeap

    400M

    The maximum memory use of the entire cache, by default 400 MB. Use K for kilobytes, M for megabytes, and G for gigabytes.

    If left unbounded, the Ad Hoc cache can use up all available memory in your JVM. Set this value according to your server’s available memory, the size of your datasets, and the number of cache entries you expect based on concurrent Ad Hoc use and the time settings below. We recommend setting this value to about half of the maximum heap size you configured for the JVM (-Xmx setting).

    timeToIdleSeconds

    1800

    The number of seconds to wait after a dataset is has been accessed before removing it from the cache. The default is equivalent to 30 minutes. Use 0 (zero) for no limit.

    timeToLiveSeconds

    5400

    The maximum time that a dataset is stored in the cache, even if it is being repeatedly accessed. Ensures that stale data is periodically replaced. The default is equivalent to 90 minutes. Use 0 (zero) for no limit.

    Restart JasperReports Server after modifying these values.

    Manually Clearing the Cache

    Administrators can also use the server interface to view the queries whose datasets are in the cache. Administrators can see the full query but never the contents of the dataset. The Ad Hoc cache page also displays performance data about each query. This information can be helpful when trying to resolve performance issues. The interface displays several values for every query:

    Age (min:sec) – Time since the dataset was first stored in the cache.
    Query (msec) – Time in milliseconds from when query was sent to the data source (database) until the first row was received.
    Fetch (msec) – Time in milliseconds from when first row was received from the data source (database) until the last row was received.
    Memory used (MB) – Size in megabytes of the resulting dataset being stored in the cache entry.

    The Ad Hoc cache page also allows administrators to manually remove datasets if necessary. Removing a dataset from the cache forces the server to get fresh data the next time a user creates or runs an Ad Hoc view with that query.

    To view queries and manually clear the Ad Hoc cache:

    1. In JasperReports Server, log in as system administrator (superuser by default).
    2. Click Manage > Server Settings and choose Ad Hoc Cache in the left panel.

    The Ad Hoc Cache page appears, displaying all the datasets in the cache, sorted by age.

    js-Settings-AdHocCache_605x352.png.0f9c1bca3ad75243fea4c84047a9eff2.png

    Ad Hoc Dataset Caching Administration Page

    Each dataset is listed by its corresponding query and data source. Recall that Ad Hoc Topics have user-defined queries, so they tend to be short, whereas the query for Domains are generated from the design of the Domain and user selections in the Data Chooser dialog. The Ad Hoc Cache page displays only the first few lines of a query, as well as the data source.

    3. To remove all datasets, click Clear All at the bottom of the Ad Hoc Cache page. This also clears the Teiid cache used by virtual data sources, including a virtual data source that wraps a data source for big data.
    4. To remove a specific dataset from the cache, and click Clear beside the corresponding query.
    5. To find a specific cache entry, you can change the sorting in the upper-left by clicking Age, Last Used Time, Memory Used, or Data Source URI.
    6. To view the details of a specific query, including the full query string, click the query itself in the Query & Source column. The Detail page appears, displaying additional information for the selected query, such as the number of rows in the cached dataset.

    js-Settings-AdHocCache-detail_307x275.png.a595b3f88290ead02162d7f72b754b82.png

    Typical Dataset in Ad Hoc Cache

    Comparison with Jaspersoft OLAP Cache

    The following table contrasts the key features of the Ad Hoc cache in JasperReports Server and Jaspersoft OLAP.

    Ad Hoc Caching in JasperReports Server and Jaspersoft OLAP

    Cache Feature

    JasperReports Server

    Jaspersoft OLAP

    Structure of cache

    Result caches are held at the query level: query text and language, plus data source URI and query parameters.

    Result caches are held at the analysis connection level: schema plus database connection.

    Sharing

    Not by default, but can be enabled as described in Setting the Cache Granularity, above.

    There is only one cache; it is shared across all queries and users.

    Security

    Applied to cache control so that users are not allowed to see privileged data.

    Populating

    Queries populate the cache. You can also schedule reports to pre-populate the cache during off-hours.

    Size

    Limited by available JVM memory (heap). Not configurable.

    Running out of memory is unusual. It can only happen if a single query returns too many elements for available memory. The report fails with an out-of-memory error.

    Automatic time-based cache policy

    Configurable, as described in Configuring the Cache above.

    In low-memory situations, cached items are removed automatically by JVM garbage collection; the least-recently-used items are cleared first. There is no way to remove data based on how long it has been in memory.

    Clearing selected datasets manually

    Configurable, as described in section Manually Clearing the Cache above.

    Cache regions can be defined and cleared programmatically with APIs.

    Clearing all datasets manually

    Configurable, as described in Manually Clearing the Cache above.

    In JasperReports Server, select Manage > Server Settings, then select OLAP Settings and click Flush OLAP Cache. For additional methods, see the Jaspersoft OLAP Ultimate Guide.

    Disabling the Ad Hoc Cache

    warning-icon-ns_28x28.png.220297a6e898ee86ce96627dc12bf59d.png

    Disabling either cache is a server-wide setting that applies to all data sources or connections used in any Ad Hoc view. Make sure that other views aren’t negatively affected by this change.

    There are two reasons to consider disabling the Ad Hoc cache:

    You have a high-performance database that returns results so fast that additional caching in the server does not improve response times. In this case, the slight overhead of the cache may actually impact performance.
    Your database manages real-time data, and you create Ad Hoc views that present up-to-the-minute information from this data source. In this case, you don't want to retrieve old data out of the cache.

    To disable the Ad Hoc cache for Topics and Domains, set the value of maxBytesLocalHeap to 1 (1 byte). For instructions, see Configuring the Cache. This effectively turns off the cache so that every query is retrieved directly from the data source.

    To disable the OLAP cache for OLAP connections used in the Ad Hoc Editor, check the mondrian.rolap.star.disable-Caching setting on the Manage > Server Settings > OLAP Settings page. For more information, see the Jaspersoft OLAP User Guide.

    In addition, if you have modified any of these three properties in applicationContext-adhoc.xml, set them back to false:

    <property name="applyQueryFilterInMemory" value="false"/>

    <property name="applySecurityFilterInMemory" value="false"/>

    <property name="applyDynamicFilterInMemory" value="false"/>

    Ad Hoc OLAP Filter Configuration

    When using filters in Ad Hoc OLAP, the server queries the database to display a list of values to select from. To avoid performance issues, the number of items in a filter is limited. By default, the limit is 250 possible values.

    If your filters reach this limit and your list of values is truncated, you should first consider using a different filter operation. For example, instead of “city is one of <list>,” use “City starts with <letter>.” If you still need to change this limit, modify the following property:

    Ad Hoc OLAP Filter Limit

    Configuration File

    .../WEB-INF/applicationContext-adhoc-dataStrategy.xml

    Property

    Bean

    Description

    maxFilterValues

    mdxDataStrategy

    Set the value to the maximum number of filter values you expect. Setting this value higher than the default of 250 may cause performance issues.


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...