How to wait for an available license for Polyspace Bug Finder/Code Prover Server
Mostrar comentarios más antiguos
There is a limited number of floating licenses available in our company and if none are left, Polyspace aborts with
22:02:18 Checking license ...
22:02:18 Error: License checkout failed.
22:02:18
22:02:18 | License Manager Error -4
22:02:18
22:02:18 | Maximum number of users for Polyspace_BF_Server reached.
22:02:18
22:02:18 | Try again later.
This is executed as part of the CI, so the whole build fails.
We will most probably increase the number of licenses, but it might still happen that all are in use. So the question is, how can it be implemented to wait for an available license instead of aborting with an error? Is it possible to configure a timeout or so?
2 comentarios
Anumeha
el 8 de Dic. de 2025
Hi Peter,
You should contact the Installation & Licensing team at support@mathworks.com.
Peter Bauer
el 9 de Dic. de 2025
Respuesta aceptada
Más respuestas (1)
Fangjun Jiang
el 9 de Dic. de 2025
I think you can use license().
status = license('test',feature)
[status,errmsg] = license('checkout',feature)
1 comentario
Peter Bauer
el 12 de Dic. de 2025
Categorías
Más información sobre Polyspace Code Prover en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!