We tried to use Decision Service in ODM 8.7.0 and we want to have the Input and Output parameter data printed in the traces. This works fine if the project is a classic rules project. But when we work on a Decision Service project we only see the attributes XOM names in the trace, and not their full details.
How we tried:
We added INFO_INPUT_PARAMETERS=true,INFO_OUTPUT_PARAMETERS=true in the monitoring.filters properties.
Did we miss anything?
Answer by odml2_sfr (6707) | Dec 18, 2015 at 03:44 AM
In fact, filtering is not supported for rulesets that are built with the decision engine. So if you want to see the full details of your XOM objects with decision engine, then you should not specify any filtering property. Settings the below properties should be enough:
monitoring.enabled = true
ruleset.bom.enabled = true
ruleset.sequential.trace.enabled = true
Also, please ensure that your BOM was created with 'methods' and not with 'attributes'. If it was created with 'methods', re-generate it to use attributes and you should see the input and output parameters details in the EXECUTION_TRACES table of Decision Warehouse DB.
ERROR_XML_003: No XML converter registered for the class in Decision warehouse 0 Answers
Error storing/persisting a decision trace in decision warehouse 1 Answer
ERROR RTERR014 1 Answer
Can we create a stored procedure in RES schema to purge the Decison Warehouse traces? 1 Answer
What is the format of the TIME_STAMP in EXECUTION_TRACES table ? 2 Answers