Are there any ways to change a timer rule status , ACTIVE/INACTIVE by NCL ?
search cancel

Are there any ways to change a timer rule status , ACTIVE/INACTIVE by NCL ?

book

Article ID: 46636

calendar_today

Updated On:

Products

SOLVE:Operations Automation SOLVE:Access Session Management SOLVE:FTS SOLVE

Issue/Introduction

Question

Are there any ways to change a timer rule status , ACTIVE/INACTIVE by NCL ?

 

 

Environment

Release: SLOPEM00200-11.9-SOLVE:Operations-Automation
Component:

Resolution

Answer

There are no ways to change a message rule, a message group and timer rule status, ACTIVE/INACTIVE by NCL on 5.0.
You can change status by SOLVE panel, /EADMIN.R.T.

If you need to control the status by NCL, you can change a ruleset status by $RECALL.

$RECALL to chaSERVICE=ACTION ACTION=INACT or ACT NAME='RULESET=name-of-ruleset' 

Please create a ruleset to have ACTIVE or INACTIVE for each rule and run a NCL to have $RECALL to switch the ruleset.