I have a problem with the EngineCommand activity. The GetActivityStats command returns no data (but no error).What settings are needed? And does it work well also from the tester in Designer?
book
Article ID: KB0090774
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Resolution: You need to set the Hawk.Enabled property to true and you need also enable instrumentation for a specific process definition with the Instrumentation.<processName> property. To enable instrumentation for all processes, use the Instrumentaion.* property.
Enabling instrumentation can lead to significant performance degradation. You should only enable instrumentation for brief periods while testing performance.
It does work in Debugger as well.
Properties:
Hawk.Enabled: true Instrumentation.*:true
Issue/Introduction
I have a problem with the EngineCommand activity. The GetActivityStats command returns no data (but no error).What settings are needed? And does it work well also from the tester in Designer?