Syntax of the compile and test commands
- Last Updated: August 26, 2025
- 1 minute read
- Corticon
- Version 7.1
- Documentation
The corticonManagement utilities are
installed by the distinct installer
PROGRESS_CORTICON_7.1_UTILITIES_WIN_64.exe that defaults to locating
the utilities at C:\Progress\Corticon 7.1\Utilities. You need to install a
license to enable it.
To run the utility, choose Start > Progress >
Corticon Command Prompt, and then
navigate to the installation location's bin directory. Type corticonManagement to display its usage:
| Argument | Description |
|---|---|
-c,--compile
|
Compile a Ruleflow into a Decision Service |
-cdd,--createcdd
|
Create new CDD |
-e,--extractDiagnostics
|
Extract diagnostic data from a log file |
-en,--encryptstring
|
Encrypt supplied string |
-g --genJson
|
Generate JSON from Rule Asset |
-h,--help
|
Print this message |
-m,--multicompile
|
Compile Ruleflows in the specified input file |
-r,--report
|
Generate the report for a Corticon asset |
-s,--schema
|
Generate the WSDL/XSD schema for a vocabulary or Ruleflow |
-t,--test
|
Execute tests for a Ruleflow or Rulesheet |
To use corticonManagement in a script you
need to add the Corticon
bin folder to your PATH
environment variable: set
PATH=%PATH%;[CORTICON_HOME]\Server\bin