ネットワークライセンスの asset_info が同じ multiple-release ライセンスはどのようにオプションファイルを編集しますか?
4 views (last 30 days)
Show older comments
MathWorks Support Team
on 31 Aug 2011
Edited: MathWorks Support Team
on 30 May 2024
Network Named User ライセンスのユーザーがMATLABを起動しようとすると、エラー -25 が発生します。
この現象は、R2010b multi-release ライセンス ファイルに更新してから発生し始めました。
現在と以前のバージョンにおけるすべてのキーを使用する方法を知りたいです。
Accepted Answer
MathWorks Support Team
on 29 May 2024
Edited: MathWorks Support Team
on 30 May 2024
この問題は、製品の一部で Software Maintenance Service が更新されていない物が含まれている場合に発生する可能性があります。
ライセンスファイルをエディタで開くと、「asset info」タグにリリース情報が記載されていますので、以下のようにオプションファイルを修正します。
※以下の例では、R2017aにはMATLABの5つのシート、R2016bには2つのシートがあります。
GROUP ml_users_R2017a user1 user2 user3 user4 user5
GROUP ml_users_R2016b user1 user2
INCLUDE MATLAB:Asset_info=999999_R2017a GROUP ml_users_R2017a
INCLUDE MATLAB:Asset_info=999999_R2016b GROUP ml_users_R2016b
オプション ファイルを修正後、ライセンスマネージャーを再起動(停止→起動)し、変更内容を反映させます。
なお、オプション ファイルの中でasset_infoを使用する方法についての詳細は以下リンクを参考にしてください。
0 Comments
More Answers (0)
See Also
Categories
Find more on 製品の管理 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!