Configure RMI for integration with DOORS Next Generation server - Answer not saved
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi, I've installed the Validation toolbox and the PTC Integrity-Mathworks Integration. When I start Matlab I get Verifying MATLAB automation server path .. Configure RMI for integration with DOORS Next Generation server (Y/N):_
Since we use Integrity I press "N" - but this answer is not saved (also not if I start as administrator). Where can I deactivate this ? Thx
댓글 수: 1
Artem
2018년 9월 13일
DNG configuration is part of RMI SETUP. You only need to run RMI SETUP once after MATLAB installation or upgrade. You do not need to run it again every time you restart MATLAB. The other two steps of RMI SETUP are: ActiveX registration and Classic DOORS 9 interface installation. If you are not using DOORS 9, you do not need that step. If DOORS Client is not installed, this step is skipped silently. If PTC integration relies on ActiveX interprocess communication, you do need the ActiveX step of RMI SETUP. From the output quoted in your question, you've performed this step. You do not need to run this again.
답변 (1개)
Daniel
2018년 9월 13일
댓글 수: 1
Artem
2018년 9월 13일
In this case I am going to hypothesize that PTC package you installed is introducing some MATLAB startup configuration script, and it calls rmi('setup') for you. This should not be required. If you have to run some PTC initialization command to use their package, you will want to look inside (if that is a .m file) and try commenting out rmi('setup') line.
참고 항목
카테고리
Help Center 및 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!