CodeWarrior floating licenses - how to know if all available licenses are in use?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CodeWarrior floating licenses - how to know if all available licenses are in use?

Jump to solution
1,110 Views
gorakk
Contributor IV

It appears that if all available floating licenses are in use by other users, CodeWarrior will give the following error message when trying to build a project:

 

"Size of the application has exceeded the capability of this license. Contact your authorized distributor or Freescale to purchase a full version of the tools."

 

Is that what is expected?  Not a more explicit message?

 

Regards,

Allen

 

 

We are using CodeWarrior 10.5

Labels (1)
Tags (2)
0 Kudos
1 Solution
664 Views
trytohelp
NXP Employee
NXP Employee

Hi Allen,

When you want to build a project or a file, the tool contacts the server.

If a license is free, the tool will use it else it will work as Special Edition.

So if all licenses are used and your file exceed the Special Edition limitation you will get this type of message.

The real message is captured by the log file on the server:

    -4 Licensed number of users already reached.

Have a great day,
Pascal Irrle

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
665 Views
trytohelp
NXP Employee
NXP Employee

Hi Allen,

When you want to build a project or a file, the tool contacts the server.

If a license is free, the tool will use it else it will work as Special Edition.

So if all licenses are used and your file exceed the Special Edition limitation you will get this type of message.

The real message is captured by the log file on the server:

    -4 Licensed number of users already reached.

Have a great day,
Pascal Irrle

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
664 Views
gorakk
Contributor IV

Thank you!  =)

0 Kudos