Executing Workload Automation AE Commands via initautosys
search cancel

Executing Workload Automation AE Commands via initautosys

book

Article ID: 109659

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent

Issue/Introduction

Executing Workload Automation AE Commands via initautosys.exe

Environment

Release:
Component: ATSYS

Resolution

Use the -r option to pass commands to the Workload Automation AE executable command prompt.

Example:
initautosys.exe -i ACE -r "sendevent -E COMMENT -C test123"



USAGE: initautosys [-i] [-r] [-h]
                   [-x]
                   [-?]

WHERE: -i  Specifies the CA WAAE instance name
       -r  Run command
       -h  Hide process or window when executing command
       -x  Returns version information
       -?  Help

NOTE:  1. All parameters are optional. If run with no parameters only
          environmental variables AUTOROOT, AUTOSYS and PATH are set.
       2. The -h option is only valid when using the -r option.