I am using below code to compile my rule flow to .eds file using Ant Macros script.
<!-- Copmpile the ruleflow to a .eds file -->
<target name="compile" >
<corticon-compile
input="${project.home}/Rules/Ruleflows/Finalize.erf"
output="${project.home}"
service="FinalizeDecisionService"
edc="R" />
</target>
Then this above script generates FinalizeDecisionService.eds file and when I try to deploy it, I am getting "Mismatch between EDS compilation type and Decision Service deployment type. EDS not compiled with EDC optimization, but the deployment is for an EDC enabled Decision Service." How should I compile with EDC optimization?
Hi James,
If I use true value for the edc parameter it says "Missing argument for option e" . Below is message for compilation with edc true value. It is not working for both values (True/false and R/RW). I think there is bug in the ant Macro as Kendall Sparks explained it.
compile:
[java] Missing argument for option: e
[java] usage: compile
[java] -e,--edc <R/RW> enable EDC (read only or read write access mode)
[java] in the decision service
[java] -h,--help print this message
[java] -i,--input <file> ruleflow (.erf file) to compile
[java] -o,--output <folder> folder to place the decision service (.eds file)
[java] file in
[java] -s,--service <name> the name of the decision service
[java] -v,--version append the ruleflow version to the .eds name
all:
BUILD SUCCESSFUL
Thanks
Gebrekiros
Hi Jim
My intent is to automate testing rule sheets, building rule flows to .eds file and deployment of .eds file to Corticon server process with Ant script. But, I stuck with the Ant Macro edc value bug.
Thank you
Gebrekiros
Hi Jim
When can I expect the next hot fix release? Also, can I have ticket/bug fix number for tracking fix of this bug please? To fully automate the build process, I appreciate if Progress Corticon can also add Ant Macros for automation of deployment decision services( .eds files) to Corticon server.
Thank you !
Gebrekiros Abraha