Azure Pipelines ERROR - MATLAB error Exit Status: 0x00000001
Mostrar comentarios más antiguos
I am getting a licensing issue similar to the issue detected on Jenkins Here, but on Azure Pipelines.
ERROR: MATLAB error Exit Status: 0x00000001
exit status 1
For context: I am using a borrowed MATLAB license via a self hosted agent. I am wondering what steps I need to take within Azure to allow it to recognise my license so it doesn't throw an error at the end of tests. As all my tests are passing which Azure recognises and reports, but it does not allow me to complete a Pull Request due to the error at exit.
Any help would be most helpful!
Thanks,
Nick
Respuestas (1)
Mahsa Hassankashi
el 16 de Jun. de 2023
0 votos
Hello
My answere might be late but if you encounter this problem go below link in your hard and remove files inside these folder (Roaming),(local).
"In the case if you could not find below path; Menu(View) -> Check the hidden items"
C:\Users\Mahsa{It can be your user name}\AppData\Roaming\MathWorks\MATLAB\R2020a
C:\Users\Mahsa{It can be your user name}\AppData\Local\MathWorks\MATLAB\R2020a


The problem can be cashe from unproperly closing or exiting from application.
Good Luck.
Categorías
Más información sobre Startup and Shutdown 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!