Why do I receive Error 193:0xc1 when launching the License Manager service?

8 views (last 30 days)
When launching my License Manager service through services.msc I receive the following error message:
ERROR: Cannot start the service on local computer. Error 193:0xc1

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 29 Mar 2024
Edited: MathWorks Support Team on 29 Mar 2024
This is most likely because you have a file's path including spaces in your license or options file without quotation marks.
For example:
REPORTLOG +C:\Program Files\MATLAB\REPORT_MathWorks.log
Which should be:
REPORTLOG +"C:\Program Files\MATLAB\REPORT_MathWorks.log"
Please review the files used by your license manager and try again to start your service.

More Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Tags

No tags entered yet.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!