- Revenera Community
- :
- FlexNet Embedded
- :
- FlexNet Embedded Forum
- :
- Lifetime field in capability response.
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Lifetime field in capability response.
Hi
What is the significance of Lifetime field in capability response? how it works?
example:
MessageType="Capability response"
ServerIDType=String
ServerID=BACK_OFFICE
SourceIds=BACK_OFFICE
Lifetime=3628800
ResponseTime="Sep 27, 2019 3:50:31 PM"
LastResponseTimeMilliseconds=0
RequestHostID=******
RequestHostIDType=Ethernet
MachineType=Unknown
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @prasannamalode ,
The Lifetime field is the lifetime of the capability response, in seconds, after which the response is considered “stale” and cannot be processed by the client or server. The default lifetime specified in FlexNet Operations is 86400 seconds, or one day. A lifetime value of zero indicates a response that will never expire.
In your example the capability response was generated on Sep 27th 2019 at 3:50:31 PM. You have the lifetime set to 3628800 seconds or 42 days. More than 42 days has passed since the capability response was created on Sep 27th so it would not be able to be processed by the target device today as it is stale. If it was already processed within 42 days after Sep 27th then all is well.
Best regards,