【发布时间】:2020-01-24 00:27:16
【问题描述】:
在 Maximo 7.6.1.1 中:
我想创建一个使用自定义公式函数/自动化脚本的属性公式。
我已尝试按照以下步骤进行操作,但不幸的是,当我尝试在 WO Tracking 中使用它时出现错误:
BMXAA3761E - The event has failed. Ensure that the event is registered correctly.
See the log file in the APP HOME directory for more details about the error.
null
步骤:
来自 SystemOut 日志:
Caused by:
java.lang.NullPointerException
at com.ibm.tivoli.maximo.expression.FormulaMboEventListener.preSaveEventAction(FormulaMboEventListener.java:213)
at psdi.server.event.EventTopic$Subscription.preSaveEventAction(EventTopic.java:731)
at psdi.server.event.EventTopic.preSaveEventAction(EventTopic.java:342)
有人知道我为什么会收到这个错误吗?
这里有相关问题:Can Maximo formulas return null?
【问题讨论】: