E10 Sessions/License Usage

In 905 we developed a license usage monitor to notify us if we were close to our maximum licenses. We found this information in the 905 Sql Server tables. In E10 we have not been able to locate where Epicor stores the data. Does anyone know how we can access this information outside of the Admin Console?

Thanks!

1 Like

E10 relies upon an in-memory cache for list of sessions and license ‘reservations’. You can call the AdminSession API for this information.

And since it’s me - I use the REST API:
https://MyServer/ERP10/api/v1/Ice.BO.AdminSessionSvc/List

To get the User and Session type, pop this into a browser once REST is setup:
https://MyServer/ERP10/api/v1/Ice.BO.AdminSessionSvc/List?%24select=UserName%2C%20SessionTypeDescription

7 Likes

Thank you!

We’re running Epicor V10.0.700.4, which does not have the REST api. I was able to hook up to the AdminSession.svc and get the info I was looking for.

Thanks again for your help!

1 Like

Ray,

I know this is an old thread, but could you explain how you did that for 10.0.700.4? We are running into license issues, but need to determine actual usage before buying more. Thank you,

David

1 Like

Also see this post: Tracking Epicor licence usage