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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,116 次查看
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

标签 (1)
标记 (2)
0 项奖励
1 解答
670 次查看
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 项奖励
2 回复数
671 次查看
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 项奖励
670 次查看
gorakk
Contributor IV

Thank you!  =)

0 项奖励