I’m trying to deploy a DMN to my local run (version 4.16.0) via modeler (version 4.12.0) and I’m getting the following error:
ENGINE-22004 Unable to transform DMN resource ‘DiabetesMellitusVBHC.dmn’. [ deploy-error ]
This is the DMN:
DiabetesMellitusVBHC.dmn (111.9 KB)
What could be happening?
Hi Neeniih,
In situations such as this, it often helps to look at the log of Camunda Run.
There I found this exception:
org.camunda.bpm.model.xml.ModelException: Unable to find a model element instance for id FeelingDepressionDMM
Apparently, there is a wrong information requirement for the decision DM Patient Reports Domain
.
After deleting is manually, I can deploy your decision model without further issues.
DiabetesMellitusVBHC.dmn (112.1 KB)
1 Like
Thank you @StephanHaarmann, it worked!
Any idea why it happened? Nothing different was used during the modeling.
Unfortunately not. It could be caused by accidentally accessing and changing the XML, by a bug in the modeler, an incomplete save operation… Once, I had a similar issue myself, but it never happened again.
Even if I can deploy normally, there are two warnings. Should I worry about them?
[C:\Users\Nicolle Diniz\OneDrive - 2IM INTELIGENCIA MEDICA S A\ALC - Linhas de Cuidado\Diabetes\Processos\DiabetesMellitusVBHC.dmn] unresolved reference <InformationRequirement_1rdixc2> [ warning ]
[C:\Users\Nicolle Diniz\OneDrive - 2IM INTELIGENCIA MEDICA S A\ALC - Linhas de Cuidado\Diabetes\Processos\DiabetesMellitusVBHC.dmn] no DMN element referenced in element [ warning ]
The following version does not produce any warning.
DiabetesMellitusVBHC (1).dmn (111.9 KB)
2 Likes