S
scheduled job
A job designated to run at a particular time, save its output in a volume, and optionally repeat that process. Information Console supports creating and managing a scheduled job.
Related terms
Information Console, job, run, volume
Contrast with
completed job, run-and-save job, running job
scope
The parts of a program in which a symbol or object exists or is visible. The location of an item’s declaration determines its scope. Scopes can be nested. For example, a method introduces a new scope for its parameters and local variables. A class introduces a scope for its member variables, member functions, and nested classes. Code in a method in one scope has visibility to other symbols in that same scope and, with certain exceptions, to symbols in outer scopes.
Related terms
member, object, parameter
script editor
In the report editor in BIRT Designer Professional, the page where a report developer adds or modifies JavaScript for a report element.
Related terms
Actuate BIRT Designer Professional, page, report, report editor, report element
scripting language
See EasyScript.
section
1 A horizontal band in a report design. A section uses a grid element, list element, or table element to contain data values, images, and text.
2 A Metrics Management object that contains a selected list of measures and locations, dashboards, and links to documents and maps. A briefing book can contain multiple sections.
Related terms
briefing book, dashboard, data, design, grid element, image, link, list element, location, map, measure, Metrics Management, object, report, section, table element
secure read privilege
See privilege.
security role
See user group
SELECT
See SQL SELECT statement.
select
To highlight one or more items, such as a string or an image.
series
1 In Metrics Management, a set of data that is compared against another set of data. Comparing base series data against comparison series data calculates the index for each measure.
2 A sequence of related values in a chart. Figure G‑7 shows a bar chart that displays a series of three product sales revenue figures over four quarters for one year.
Figure G‑7 Series in a chart
Related terms
base series, chart, comparison series, index value, measure, Metrics Management, performance
Contrast with
category
server
See Actuate BIRT iHub.
server configuration template
A set of configurable properties that defines a capacity option for the BIRT service on a cluster node. The cluster configuration file contains the template definitions. The system administrator can edit these template definitions and define new templates.
Related terms
Actuate BIRT iHub, capacity option, cluster, configuration file, node, server service
server heartbeat
In BIRT iHub System, a periodic signal issued by a cluster node to indicate that it is running. If BIRT iHub System does not receive a response within the specified time period, it assumes that the node is unavailable. The system re‑distributes incoming requests to the remaining nodes.
Related terms
BIRT iHub System, cluster, node, request, response
server processes
A set of cooperating processes that supports the operation of the BIRT iHub server. Table G‑3 lists the BIRT iHub server processes.
Table G‑3 Server processes
Server process
Description
Agent process
Collates iHub log files to a central, shared location for viewing on the Alerts and Errors pages in System Console. The agent process is also known as the monitor agent. The name of the process is LMServer.
Factory process
Generates output from a BIRT report design. The name of the process is jfctsrvrihub.
Integration process
Runs information object jobs by transforming an Actuate SQL query into the native query language for one or more data sources, transmitting the request, and receiving a response. The name of the process is intsrvrihub.
Monitor process
Monitors all log files on an iHub node, digests their contents, and forwards alerts and errors to the LMServer process. The name of the process is LSTailer.
Open data access (ODA) process
Executes queries for information objects that use open data access (ODA) data sources.
Platform processes
Control all other server processes. Manage the files, folders, user groups, and users in a volume and the related functionality of that volume. Distribute activity across all available iHub cluster nodes. The names of the processes are ihub, ihubc, and ihubd.
View process
Renders BIRT reports to various formats, such as Excel, HyperText Markup Language (HTML), PDF, PostScript, and PowerPoint. The name of the process is jsrvrihub.
Web application process
Controls access to Information Console applications. The name of the process is ihubservletcontainer.
Related terms
Actuate BIRT iHub, Actuate BIRT technology, Actuate SQL, BIRT iHub System, data, data source, information object, job, open data access (ODA), process, report, request, response, run, user group, volume
Contrast with
server service
server service
A configurable part of the BIRT iHub System framework that controls one or more server processes to provide Factory, Integration, or View functionality. For example, the View service controls the Java view processes. The Message Distribution service routes BIRT iHub System messages to the other services. Table G‑4 lists the server services.
Table G‑4 Server services
Server service
Description
Agent service
Manages the Agent process.
BIRT service
Manages the Factory and View processes.
Integration service
Manages one or more Integration processes.
Monitor service
Manages the Monitor process.
Platform service
Manages the platform and volume processes and the BIRT service. Manages inbound requests from applications and directs the requests to the appropriate service.
Web service
Manages the Information Console web application process.
Related terms
BIRT iHub System, factory, framework, request, server processes
Share
In Metrics Management, an organized collection of links, online resources, and other resources that are accessed from a view or briefing book. The links that appear in Share are context sensitive, depending on the selected measure. They are organized by measure, location, category, and application.
Related terms
briefing book, category, link, location, measure, Metrics Management, view
share
The ability to grant access and any of a set of privileges to a dashboard, file, folder, or gadget in a volume.
Related terms
dashboard, gadget design (.gadget) file, privilege, volume
Contrast with
file types
slot
A construct that represents a set of ROM elements contained in another ROM element. For example, the body slot of the report design element can contain one or more of any type of report item. Figure G‑8 shows a body slot.
Figure G‑8 Body slot containing report items
Related terms
design, report, report element, report item, Report Object Model (ROM) element
sort key
An expression used to sort data. For example, if you sort data by country, the country field is a sort key. You can sort data using one or more sort keys.
Related terms
data, field
SQL SELECT statement
A query statement in SQL (Structured Query Language) that provides instructions about the data to retrieve from a database. In the following example, the SQL query accesses a database’s customers table and retrieves the customer name and credit limit values where the credit limit is less than or equal to 100,000. The SQL query then sorts the values by customer name.
SELECT customers.customerName,
customers.creditLimit
FROM customers
WHERE customers.creditLimit <= 100000
ORDER BY customers.customerName
Related terms
data, table
Contrast with
query editor
static parameter
A variable for which an end user can set an initial value when generating a report. The parameter value affects the report output. For example, if the value of a Summary parameter is True, then the report is a summary. If the value is False, then the report shows all the details. A report design can also use a static parameter to filter data rows returned by the data set.
Related terms
data row, data set, design, filter, parameter, report
storage location
A disk location storing volume data. The logical name for a storage location points to the path or physical location on disk. By default, the logical name for the default storage location points to the following path on Windows:
\Actuate\iHub\data\encyc
Related terms
data, volume
structured content
A formatted document that displays information from one or more data sources.
Related term
data source
Contrast with
report
style
A named set of formatting characteristics, such as alignment, borders, color, and font that report developers apply to a report item to control its appearance.
Related terms
font, report, report item
subinitiative
In Metrics Management, any initiative having a parent initiative. Date, budget, and rating values of subinitiatives are consolidated or processed to provide performance indicator values to their parent initiatives.
Related terms
initiative, measure, Metrics Management, performance
sublocation
In Metrics Management, a nested location. For example, if Metrics Management is set up to monitor performance for a region, the sublocations could be the district offices within the region.
Related terms
location, Metrics Management, performance
Contrast with
submeasure
submeasure
In Metrics Management, any data measure, formula measure, or group measure having a parent measure. The indexes of these measures are consolidated or otherwise processed to provide index values to the measure above.
Related terms
data measure, formula measure, group measure, index value, measure
Contrast with
sublocation
subreport
An item using data from a different data set or data source from other items in a report design. An outer report can contain multiple subreports, also called nested reports. In this case, the subreports typically use data values from the outer report to filter data rows for display. Alternatively, multiple independent subreports exist at the same level in the report design.
Related terms
data, data set, data source, design, report
subscribe
A process to share information. In Information Console, the action of selecting a shared dashboard from a gallery.
Related terms
dashboard, Information Console
switching
For BIRT iHub, the process of moving the data and files between a PostgreSQL and Oracle metadata database.
Related term
Actuate BIRT iHub
Contrast with
migration, upgrading
synchronous
A job type that executes a report as soon as possible. Priorities cannot be set on a synchronous job type. The job output, such as a report document, is available for progressive viewing as soon as the first page of the document is complete.
Related terms
job, progressive viewing, report
Contrast with
asynchronous
System Console
An administrative application that supports creating and managing BIRT iHub metadata, processes, resources, services, and storage locations. System Console supports operations such as setting up clusters, system administrators, monitoring, security, and volumes. System Console also supports licensing capacity and options, such as the number of volumes.
Related terms
Actuate BIRT iHub, administrator, cluster, server processes, server service, storage location, volume
Contrast with
Information Console