Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This key contains the default properties that are applicable for report configuration in Sigma Application.

Config Key

Mandatory/ Optional

Type

Purpose

REPORT_SENDER_MAIL_ID

Optional

String

This key is used to provide the report sender's email address.

REPORT_INST_DEF_FETCH_INTERVELMandatoryStringThis key indicates the defined instance of the report generation fetch interval. The report generation fetch interval indicates the required time interval to fetch the data of the report during its generation.
REPORT_STATUS_MONITOR_TIME_OUTOptionalStringThis key indicates the timeout monitoring of the report's generated status.

REPORT_GROUP_NAME

Mandatory

String

This key indicates the report group name.

REPORT_TRIGGER_GROUP_NAME

Mandatory

String

This key indicates the report group trigger name.

REPORT_ARCHIEVED_PATHMandatoryStringThis key indicates the archived path of the generated reports.
REPORT_FILE_NAMEMandatoryStringThis key indicates the report file name.

REPORT_GROUP_ARCHIEVED_PATH

Mandatory

String

This key indicates the archived path of the generated report groups.

REPORT_GROUP_FILE_NAME

Mandatory

String

This key indicates the report group file name. 

Category: SVG Headless URL Configuration

REPORT_SVG_HEADLESS_URL

Optional

String

This key indicates the Sigma Application URL, which needs to be specified as the SVG Headless URL to enable the usage of charts in reports.

DRIVER_FILE_NAMEOptionalStringThis key indicates the driver file name of the browser, which is used to access the Sigma Application.

The following is a sample logger configuration Sigmainforreportconfig.properties (as per the name given in the ):

REPORT_SENDER_MAIL_ID=mailreport@intellectdesign.com
REPORT_INST_DEF_FETCH_INTERVEL=3
REPORT_STATUS_MONITOR_TIME_OUT=6000
REPORT_GROUP_NAME=canvas_reporting_group
REPORT_TRIGGER_GROUP_NAME=canvas_reporting_trigger
REPORT_ARCHIEVED_PATH=/InfoReport/Archived/CORPORATE_ID/USER_NUMBER
REPORT_FILE_NAME=REPORT_NAME+YEAR+MONTH2+DAY+HOURS+MINUTES+SECONDS
REPORT_GROUP_ARCHIEVED_PATH=/InfoReport/Archived/CORPORATE_ID/USER_NUMBER
REPORT_GROUP_FILE_NAME=REPORT_GROUP_NAME+YEAR+MONTH2+DAY+HOURS+MINUTES+SECONDS
REPORT_SVG_HEADLESS_URL=http://localhost:8082/sigma/CT_Report.html
#Window version of  phantomjs
PHANTOMJS_FILE_NAME=phantomjs.exe
# Linux version of phantomjs
#PHANTOMJS_FILE_NAME=phantomjs
  • No labels