Could not find result attribute <Name> in target object

0
Facing this error Caused by: com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.NullPointerException: Could not find result attribute STG in target object.\n"   Have edited the name of an existing attribute of an entity in the domain model . And  batch replaced the attribute at every location of its usage. After running it on local its working fine but while running it on the cloud its showing the above mentioned error as its cause.   Even after checking it on the deployed application using OQL query this attribute (STG) is present.
asked
2 answers
3

Hello Shaad Ahmad,

The error is because of no data in the database. Local and cloud uses different database.
You have to work on creating data again in cloud.
 

Hope my answer helps.

answered
0

Are you using MxModelReflection because you might need to refresh the module/entity from the MxObjects_Overview?

answered