We have had this use case where an element was in timeout but the SRM service were showing everything was fine.
How can we have the timeout indication inside a function DVE ? Is it similar to a normal DVE and has to be done at protocol level ?
Thank you in advance
Hugo Lopes [SLC] [DevOps Advocate] Selected answer as best 23rd February 2023
DVEs are by default not set into timeout when the main element is set into timeout. If you want an automatic timeout on the DVE when the main element is in timeout, you have to specify the following in the driver:
<Type overrideTimeoutDVE=”true” >
Documentation: https://docs.dataminer.services/develop/devguide/Connector/AdvancedDVEsTimeoutState.html
Not sure above is also applicable to function DVEs though.
Hugo Lopes [SLC] [DevOps Advocate] Selected answer as best 23rd February 2023
Yes that is also applicable for function DVEs