yesamer commented on issue #1627:
URL: 
https://github.com/apache/incubator-kie-issues/issues/1627#issuecomment-2499967393

   Hi @gbuckholtz, please find below my answer:
   
   This error message 
   `2024-11-19 11:14:24,350 [main] ERROR DMN Model with name=gror and 
namespace=https://kiegroup.org/dmn/_676F9720-3A0C-4EAD-9D0A-A68E7016CED7 failed 
to import a DMN with 
namespace=https://kiegroup.org/dmn/_691425E9-D743-4F6F-9019-2607F6766BFD 
name=SROR locationURI=sror.dmn, modelName=null.`
   Is inconsistent, please ignore it. It will be removed 
   
    About the following failures during DMN compilation:
   ```
   2024-11-26 08:19:06,194 ERROR [org.kie.dmn.cor.com.DMNFEELHelper] (main) 
Error compiling FEEL expression 'Consecutive Years Taught(Term 
Adjunct.courses_Taught,SROR.Academic Year(today()))' for name 'Served 4 
Consecutive Years as Term Adjunct' on node 'Served 4 Consecutive Years as Term 
Adjunct': Unknown variable 'SROR'
   2024-11-26 08:19:06,229 ERROR [org.kie.dmn.cor.com.DMNFEELHelper] (main) 
Error compiling FEEL expression 'SROR.Academic Year(today())' for name 'Current 
Academic Year' on node 'FCE taught': Unknown variable 'SROR'
   2024-11-26 08:19:06,330 ERROR [org.kie.dmn.cor.com.DMNFEELHelper] (main) 
Error compiling FEEL expression 'SROR.Academic Year(today())' for name 
'current_acad_year' on node 'SRoR with at least a 0.5 FCE': Unknown variable 
'SROR'
   2024-11-26 08:19:06,373 ERROR [org.kie.dmn.cor.com.DMNFEELHelper] (main) 
Error compiling FEEL expression 'date(string(SROR.Academic Year(today()) + 1) + 
"-07-01")' on decision table 'Eligibility Date', rule #1: Unknown variable 
'SROR'
   ```
   The reason is your `gror.dmn `file is missing the `SROR.Academic` Year BKM 
node. Please add it and link it to all the decisions that rely on it, and the 
compilation will pass.
   
   <img width="1073" alt="Screenshot 2024-11-26 at 09 21 55" 
src="https://github.com/user-attachments/assets/aa1557a2-df65-4fac-833f-d1d3372ed3b5";>
   
   To add the imported node, please use the Decision Navigator as in the below 
video.
   
   
https://github.com/user-attachments/assets/959fcecb-8bf5-4dd6-9d15-71f12206d1eb
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to