Clear Filters
Clear Filters

Facing license Issues while running a function from Communication Toolbox.

31 views (last 30 days)
I am encountering a License Manager Error -4 when trying to use a function from the Communication Toolbox, even though I have an active license for it. The error message suggests that the maximum number of users for 'Signal_Blocks' has been reached, is 'Signal_Blocks' related to the DSP System Toolbox?.
License checkout failed.
License Manager Error -4
Maximum number of users for Signal_Blocks
reached.
Try again later.
I'm trying to understand why I'm getting this error when accessing a function from the Communication Toolbox. Does using a function from one toolbox require licenses for other toolboxes as well? Additionally, how can I find out which toolboxes are included in my current license?

Answers (2)

Walter Roberson
Walter Roberson on 12 Aug 2024 at 21:22
Edited: Walter Roberson on 12 Aug 2024 at 21:25
Signal_Blocks is the DSP System Toolbox
You can use the command ver to find out which toolboxes you have installed.
Finding out which toolboxes you have licensed is a bit more complicated.
Officially, visit https://www.mathworks.com/mwaccount/?s_tid=gn_myac and click on your license, and you will be taken to a list of all of the features you have licensed.
But sometimes it is easier to use the Add-On Explorer and search for toolboxes you are interested in, and see whether they show up as "Included in your license"

Pavan Sahith
Pavan Sahith on 12 Aug 2024 at 21:25
Edited: Pavan Sahith on 12 Aug 2024 at 21:27
Hello Luna,
The error message you encountered, "License Manager Error -4: Maximum number of users for Signal_Blocks reached,". I think Signal_Blocks is the DSP System Toolbox- https://www.mathworks.com/matlabcentral/answers/196989
In MATLAB, some functions from one toolbox may require components or features from another toolbox. This is particularly common with toolboxes that are designed to complement each other. In your case, although you are using a function from the Communication Toolbox, it may internally rely on features provided by the DSP System Toolbox.
I genrally use this command to view a list of all the toolboxes that are currently active under my license.
ver
This MATLAB Answer post might help you
Additionally, I find this cheatsheet helpful whenever I encounter license-related issues:
Hope It would help

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!