sticky rmi integration errors
古いコメントを表示
We once tested the Intland Codebeamer requirements integration to Matlab/Simulink. Later we decided to use other tools for requirements management. With the Matlab-Release we installled it to there are no problems, but on more recent release installations we get warnings and errors like
Warning: Failed to register requirement link type "intland_codebeamer_rmi".
Error message: Undefined variable "linktypes" or class
"linktypes.intland_codebeamer_rmi".
Warning: Failed to resolve link type by registration name:
intland_codebeamer_rmi
> In rmiml.selectionLink
even though the integration has never been installed there. Any suggestion how to get rid of it?
4 件のコメント
Robert Lummert
2019 年 4 月 12 日
編集済み: Robert Lummert
2019 年 4 月 12 日
Robert Lummert
2019 年 4 月 12 日
Artem
2019 年 4 月 23 日
previous registration for custom document type is stored in user preference under your prefdir.
Usually you get a new prefdir when you install a newer version of MATLAB, but if your previous settings where copied, you will get the old registration.
To cleanup all custom document type registrations in your user preferences, run the following command in MATLAB:
>> rmi.linktype_mgr('reset')
Robert Lummert
2019 年 4 月 24 日
回答 (1 件)
Robert Lummert
2019 年 4 月 26 日
0 投票
2 件のコメント
Artem
2019 年 4 月 26 日
This is true in general: All user settings accessed via Requirementns > Settings dialog, or via rmipref() API are stored in rmi_settings.mat file under user's prefdir. If you are experimenting with mutiple installations of MATLAB and reusing the same prefdir content, you will notice that settings you change in one installation will show up when running the other installation. May be the workaround is to use different usernames (tester1, tester2, ... that sort of thing).
Robert Lummert
2019 年 4 月 26 日
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!