Skip to Main Content
InterSystems Ideas
We love hearing from our users. Tell us what you want to see next and upvote ideas from the community.
* Bugs and troubleshooting should as usual go through InterSystems support.
Status Needs review
Categories InterSystems IRIS
Created by Luis Petkovicz
Created on Mar 26, 2024

Add a calculated property like TimeElapsed for Interoperability messages

Should be usefull to hava a calculated property like TimeElapsed at Ens.MessageHeader for Interoperability messages

It will show how many seconds (ssss.mmm) this step takes

It's possible to have it by sqL, but it's usefull to have in SMP, Visual Trace, Header properties.


Example in SQL:

select top 10 mh.id, sessionid, %External(TimeCreated) as TimeCreated, SUBSTR(%External(TimeProcessed),12,12) as TimeProcessed, CAST(datediff('ms',TimeCreated, TimeProcessed)/1000 AS DECIMAL(6,3)) as timeExecution, targetconfigname, MessageBodyId

from ens.messageheader mh

  • ADMIN RESPONSE
    Mar 26, 2024

    Thank you for submitting the idea. The status has been changed to "Needs review".

    Stay tuned!