- Revenera Community
- :
- FlexNet Embedded
- :
- FlexNet Embedded Forum
- :
- How to get borrow interval from capability response served to client in response to a capability req...
- 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
How to get borrow interval from capability response served to client in response to a capability request.
Is there any way to get the borrow interval from capability response?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Reading your comment I believe this is more of a question around FlexNet Embedded rather than FlexNet Manager for Engineering Applications with you mentioning capability responses and the version number being 2017.02.
However I believe this article may be able to assist you with your query as you would be able to configure these yourself.
You could also check for the following function in the documentation for more information on this.
FlcCapabilityResponseGetRenewInterval
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @sjackson ,
FlcCapabilityResponseGetRenewInterval this function will only give me the renew interval. But here i want the value of Borrow interval in the client side, which is defined in my License model definition.
i Tried looking for some function like FlcCapabilityResponseGetBorrowInterval but its not present in the documentation available to us.
- Tags:
- borrow interval
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @umakantpatel ,
I do not believe the borrow interval is explicitly returned in the capability response, however it is implied in the expiration date of the requested feature(s). For example, the default borrow interval set in the license model in FlexNet Operations is 7 days. If you request a license for a feature today, the returned expiration date in the capability response will be 7 days from today. The difference between the expiration date and request date will typically be the borrow interval, assuming you are not approaching entitlement expiration. For further details please search for "borrow interval" in the SDK User Guide.
Best regards,