cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Ravikiran
Level 5

availableAcquisitionCount value not getting decreased even after acquiring the license/feature

Hi,

I am validating the acquire/release functionality. I have noticed few issues.

1) After successfully acquiring 'n' count of licenses, the 'availableAcquisitionCount' is not getting decreased. When I pull the features/licenses , I could see same value for availableAcquisitionCount.

2) Release API (in C SDK) does not accept 'count' parameter, hence I hope it releases acquired licenses in the last acquire call.

Can someone clarify on the above functionality.

 

Regards,

RaviKiran

0 Kudos
(1) Reply
Tanushree
Level 5

Hi @Ravikiran 

1.) availableAcquistionCount should be calculated as it is not a direct value.

availableacquisitionCount = Total Feature Count - Used Feature Count

 

Best Regards,

Tanushree Chauhan