Error saving MES Object type for MES Object OEE Production

In the OEE Downtime module from Sepasoft, I am encountering three errors that prevent me from creating the Process segment for Material and Equipment.

Has anyone experienced this issue before?

I’m experiencing the same issue with logger messages in the gateway. Since this module is relatively new to Inductive Automation, there are still a few aspects that need refinement.


Also check part of the details of the error:

com.sepasoft.production.common.exception.CacheConflictException: Cannot save object (BatchControlRecipe, 0024297747_001_008_DosingL1, 144a9c36-e773-42da-af84-40f94d2882d7) when it is checked out at an old version (May 26, 2025 12:50:50.314 AM - 0)

at com.sepasoft.production.mes.manager.MESObjectManager.validateBeforeSave(MESObjectManager.java:1970)

at com.sepasoft.production.mes.manager.MESObjectManager.saveMESObject(MESObjectManager.java:2046)

at com.sepasoft.production.mes.manager.MESObjectManager.saveMESObjects(MESObjectManager.java:1420)

at com.sepasoft.production.mes.manager.MESObjectManager.saveMESObjects(MESObjectManager.java:1368)t...

I’ve attached the relevant log for reference. Typically, when a rollback occurs, it sends the batch recipe back to the execution phase even if it was already in a Completed state. The problem is that the associated MES unit remains as Running in the MES tags, rather than becoming Idle. As a result, the unit cannot accept a new batch recipe, causing the batch procedure to become stuck.

Finally, to release the unit, it is necessary to reset the batch recipe that has returned to the batch execution.

Any comments will be highly appreciated.