Download enterprise System Administration

Transcript
9.1. SERVER
– action: Define one of following action how reports should be created:
∗ email: Report is sent to defined email address(= target)
∗ dms: Report is created in DMS in defined folder (= target)
∗ file: Report is stored on filesystem depending on parameter target
∗ none: Report is executed, but without additional action (e.g. necessary for
reports with Escalation Exporter)
– target: Depending on defined action, an email address, a path to a DMS folder
(e.g. Common/Reports) or a filesystem path (absolute or relative to server root
path) must be entered.
– filename: This parameter allows the definition of the filename (without extension) for the exported file(s). If more than one query was defined, the extension _1, _2, etc. is attached to the filename. The default file name is:
<QueryId>_yyy-MM-dd HH:mm:ss
– templateid: This optional parameter can contain an id to a message template(see
section 6.11). By default the message template with id reportTimer of application default is used, if not templateid is entered.
– Parameter: For each condition of a stored report a parameter name can be defined. For each parameter it is possible to define a value and an operator like in
following example:
<paramname>_value=test
<paramname>_operator=like
Example configuration:
query=report1
action=email
[email protected]
filename=Report1
id_value=15
id_operator==
subj_value=Error
subj_operator=like
If needed, an own implementation of ReportTimer could be created which must extend the class com.groiss.reporting.ReportTimer. More information can be found
in @enterprise API.
• SeenObjectCleaner: Removes all see-information which is not needed anymore.
The seen-information is used to indicate, if a work item is new (=unseen) or not.
Keep it switched on.
• Suspension: This timer will investigate all suspended work items, if it is time to see
those items again in the various worklists (i.e. it performs a time triggered automatic
’see again’). Keep it switched on.
• WfXML2Task: Sends WfXML messages from outgoing buffer and gets messages
from passive partners. This timer is only needed, if WfXML is used. For detailed
information see section 9.6.5.
170