B.3 Repository Properties

Repository properties include specifications for processing and display of reports. See the following sections for related properties in Enterprise Manager: Changing the Server Type, Tailoring Server Performance, Configuring Server Printing, General Presentation.

Property

Description

replet.repository.url

ServletRepository servlet URL.

replet.repository.protocol

Repository server protocol, one of RMI, CORBA, and LOCAL.

replet.indexing

Specifies, when true, that live reports should be indexed for search. See Integration to set this property in Enterprise Manager.

font.preload

True to pre-load the TrueType and Type 1 font information. This causes the server startup to be slower. If set to false, the loading is done the first time a PDF file is generated.

replet.cache.workset

Size (# of pages) of the working set.

replet.cache.directory

Report page cache directory. If you would like a separate cache directory for each node of a cluster, set this property as an 'Init Parameter' on each node's servlet.

replet.cache.interval

Time between repository cache cleanup.

replet.repository.file

Repository XML file path.

replet.repository.printers

A comma separated list of server printers.

replet.viewer.actions

A comma separated list of Java classes that implement user defined actions. Each action causes a button to be added to the viewer toolbar. Order is respected.

server.type

Describes the server type: rmi, servlet, etc.

repository.tree.sort

Repository tree sorting order: 'none', 'Ascend', or 'Descend'.

repository.asset.backup.enable

Enables automatic backup of the asset.dat file. See Configuring the Data Space to set this property in Enterprise Manager.

repository.asset.backup.time

Sets the time for automatic backup of the asset.dat file. See Configuring the Data Space to set this property in Enterprise Manager.

reportCache.thread.count

Maximum number of report generation threads (for 'cpu' and 'session' keys only, hard-limit). Default is 8 times the CPU count.

replet.cache.concurrency

Maximum number of report generation threads (for 'cpu' and 'session' keys only, soft-limit). Default is 4 times the CPU count.

assetData.thread.count

Maximum number of query execution threads in a Viewsheet (for 'cpu' and 'session' keys only). Default is 12 times the CPU count.

xmapTask.thread.count

Maximum number of materialized view query execution threads in a Data Node (for 'cpu' and 'session' keys only). Default is 12 times the CPU count.

repletEngine.thread.count

Maximum number of report creation threads in Repository (for 'cpu' and 'session' keys only). Default is 10 times the CPU count.

scheduleTask.thread.count

Maximum number of task execution threads in the Scheduler (for 'cpu' and 'session' keys only). Default is 6 times the CPU count.

repletService.thread.count

Maximum number of reports that can simultaneously execute queries (for 'cpu' and 'session' keys only). Increase this value if a set of reports with long-running queries is blocking the execution of other reports. Default is 12 times the CPU count.

replet.streaming

True (default) to allow the engine to deliver report pages as the data becomes available

replet.streaming.min

The number of report pages the engine should generate before streaming is initiated

replet.auto.reload

True for automatic detection and reloading of altered replet classes.

replet.auto.reload.interval

Time in milliseconds between checking for changes in replet classes.

replet.class

Sets the default class for all Template based replets, instead of 'inetsoft.sree.TemplateReplet'

replet.custom.js

Specifies an external file containing client-side Javascript function definitions. See Client-Side JavaScript in Report Scripting for details.

replet.browseData.nocache

Caches the data when browsing column values when creating filter conditions. Defaults to false.

dependency.checker.enabled

True (default) for automatic detection and re-synchronization of report dependencies.

dependency.checker.interval

Interval between checks for changes in report dependencies, in milliseconds (default=30000)

<< B.2 DHTML Generation Properties © 1996-2013 InetSoft Technology Corporation (v11.5) B.4 Web Properties and Safeguards >>