My Oracle Support Banner

RDF: Error In Rule Validations With Same Measure In RHS And LHS (Doc ID 2369159.1)

Last updated on JULY 27, 2022

Applies to:

Oracle Retail Predictive Application Server - Version 16.0 to 16.0.2 [Release 16.0]
Information in this document applies to any platform.

Symptoms

mace is not validating an expression where a measure exists on the LHS and also on the RHS, similar to how configuration tool does.

The following is the scenario:

1. Register an integer measure based at week:
              regmeasure -d <domain_path> -add X -type int -db data/test -baseint week
2. (Optional) Populate it with the week index:
             mace -d <domain_path> -run -expression "X = current"
3. Attempt to run an invalid "A = A + 1" style expression:
             mace -d <domain_path> -run -expression "X = X + 1"
4. Note that there are no validation errors. 

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.