System Variables - EcoSys - 1.1 - Help - Hexagon PPM

EcoSys Connect Help

Language
English
Product
EcoSys
Search by Category
Help
EcoSys Version
1.1

All system variables can be used as an assignment in SOAP Processors or SOAP Writer.

Statistic System Variable

Name

Description

$__SYS(SUCCESS_WRITE_CNT)

Success Count which includes stats inside of one step by the moment system variable has been called.

$__SYS(FAILURE_WRITE_CNT)

Failure Count which includes stats inside of one step by the moment system variable has been called.

$__SYS(TOTAL_SUCCESS_WRITE_CNT)

Success Count which includes stats from previous steps as well as from nested and parent jobs by the moment when system variable has been called.

$__SYS(TOTAL_FAILURE_WRITE_CNT)

Failure Count which includes stats from previous steps as well as from nested and parent jobs by the moment when system variable has been called.

  • These system variables will only have values of SOAP Processors/Writers that have the Statistic settings configured.

  • Consider introducing Reducer processor before the SOAP processor/SOAP Writer while using system variables inside of one step if previous operation returns entity set. If Reducer processor is not used, all the entities in the SOAP input will be sent with the same statistic values.

Job/User System Variables

Name

Description

$__SYS(ROOT_JOB_NAME)

Job name of the root job

$__SYS(PARENT_JOB_NAME)

Job name of the immediate parent job

$__SYS(JOB_NAME)

Current job name

$__SYS(JOB_PARAMETERS)

Job runtime parameters values

$__SYS(USER)

User name in step component