CA Workload Automation DECA Workload Automation DE - Scheduler (dSeries)
Issue/Introduction
How to use the GETPROPERTY CLI command to obtain various details about your Workload Automation DE environment.
Environment
ESP DSERIES WORKLOAD AUTOMATION
Resolution
Run GETPROPERTY command in the CLI perspective with or without passing any parameters.
For example;
How can I find the installation location of my Workload Automation DE Server? GETPROPERTY property("install.directory")
How can I get the version of Java that Workload Automation DE is configured to use? GETPROPERTY property("java.version")
How can I determine the start type and start level for the last time Workload Automation DE was started? GETPROPERTY property("start.type") GETPROPERTY property("start.level")