You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Recovering  from "Access denied" error

An LM-X client library functionality that involves storing client data, for example borrowing or checking out floating licenses with enabled automatic server discovery requires OS-level synchronization between different processes. 

If one of the above actions fails under Windows, LM-X may return LMX_STATUS = 60 error code indicating resource locking error. Furthermore, if you want to borrow a license by calling ___________, you may see the following error:

--- LM-X Borrow license example --- 

Unable to checkout: 
LM-X Error: (Internal: 23 Context: 23) 

Access is denied.`

To resolve this issue, remove any temporary or data directory, which is named after `boost`, `boost _interprocess` or `lmx.interprocess`. In most cases, removing only `C:\ProgramData\boost_interprocess` should solve this problem.



 

  • No labels