Syntax of the compile and test commands
- Last Updated: October 24, 2025
- 1 minute read
- Corticon
- Documentation
The corticonManagement utilities are
installed by the distinct installer
PROGRESS_CORTICON_7.x_UTILITIES_WIN_64.exe that defaults to locating
the utilities at C:\Progress\Corticon 7.x\Utilities. You need to install a
license to enable it.
Note: If you did not apply a license during the installation of
the Corticon Utilities, add a valid license at:
C:\Progress\Corticon_Utilities_Work_7.x\license\utilitiesNote: you might need to
set JAVA_HOME=C:\Program Files\Java\jdk-21To run the utility, open a command prompt at C:\Progress\Corticon 7.x\Utilities\bin
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