Where the setting "Time interval in seconds between Engine jobs" can be found?
search cancel

Where the setting "Time interval in seconds between Engine jobs" can be found?

book

Article ID: 251450

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager CA Client Automation

Issue/Introduction

Each Engine has a setting called "Time interval in seconds between Engine jobs" that is possible to be modified as required:

Where is this setting stored?

Environment

Client Automation 14.x

Cause

An Engine instance can be created using DSM Explorer, but also can be created using CCNFCMDA command and define all the required variables. Here is an example of the script that can be used:

SET ENGINENAME=Engine_Collect
SET ENGINEPATH=C:\Program Files (x86)\CA\DSM\Bin
 
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn description -v Engine
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn enabled -v 1
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn installed -v 1
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn instancename -v "%ENGINENAME%"
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn runonce -v 0
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn plugindll -v cfPlugin
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn loadonstartup -v 1
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn restartifdied -v 1
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn maxrestarts -v 3
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn maxrestarttime -v 3600
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn dependencies -v ccnfagent cfnotsrvd cmobjectmanager
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn maxinstances -v 1
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn stoppable -v 1
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn commandline -v "%ENGINEPATH%\cmEngine.exe -name SystemEngine /name:%ENGINENAME%"
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn hidden -v 0
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn communicable -v 1
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn runasservice -v 0
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn killable -v 1
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn messagetimeout -v 60
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn runascurrentuser -v 0
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn pipeconnecttimeout -v 120
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn startuptimeout -v 120
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn enabledisplayondesktop -v 0
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn pluginpassword -v ""
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn pluginusername -v ""
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn runaselevatedadmin -v 0
ccnfcmda -cmd SetParameterValue -ps itrm/common/caf/plugins/%ENGINENAME% -pn setcreds -v 0
 
cftrace -c add -f CSTACK -pp %ENGINENAME% -lf TRC_%ENGINENAME%.log
SET ENGINENAME=
SET ENGINEPATH=

Resolution

The variable "Time interval in seconds between Engine jobs" it's not stored on the comstore, that's why it can't be modified during engine creation using CCNFCMDA command.

This setting is stored on the database, on table "confmemo":