필터 지우기
필터 지우기

What is the asset_info tag in my license file?

조회 수: 8 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2013년 10월 25일
편집: MathWorks Support Team 2019년 6월 12일
I just received a new license file from the MathWorks that has a tag "asset_info=######" and I wanted to know what this tag is for. Is it required? Can I change it?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2019년 6월 13일
편집: MathWorks Support Team 2019년 6월 12일
What is an asset_info tag:
==========
Starting with R2008a, all network based licenses will come with the tag "asset_info=######" where ###### is your license number (ex: asset_info=123465). These tags are used as an optional identifier in the license file when utilizing an options file. They are not required and can be removed or changed to any value. For example you could change the asset_info tag to be "asset_info=my_license".
These tags are particularly useful when utilizing an options file with multiple licenses on one server. If for example you have 2 different licenses and you want to apply an option to just one of the licenses, you could specify so using the asset_info tag.
Using asset_info tags in an options file:
==========
Let's take an example, where there are two MATLAB licenses, 123465 and 987654. We have features that are on both licenses, but we want to RESERVE keys from license 123456. To do this we would need to take the encryption code from the license and put it in the RESERVE statement.
RESERVE 5 MATLAB:key=<encryption code> GROUP power_users
(Ex: RESERVE 5 MATLAB:key=FD88D4758F5B54530753 GROUP power_users)
If the license file is updated, we will need to update the options file with the new encryption code.
If instead we use the asset_info tag:
RESERVE 5 MATLAB:asset_info=132456 GROUP power_users
The same asset_info tag will be in the updated license file. This means that updating the license file requires no change to the options file unless we wish to apply new options.
For more examples and uses of the asset_info tag, see the related solution: "How do I configure an options file with multiple licenses?"

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by