MATLAB: Do I receive a warning that states “INCLUDE ???” in the license manager log file

Why do I receive a warning about a INCLUDE line in my license manager log file?
The Warning shows up as: "INCLUDE ??? (Toolbox Feature name) (Toolbox group name)"

Best Answer

This warning will occur because the word group inside of your INCLUDE line for that particular toolbox is lower case.
For example:
INCLUDE Financial_Toolbox Group Financial_USERS
The INCLUDE line should have GROUP instead of Group.
Changing this to a fully capitalized GROUP will resolve the issue.