Previously accessible file is now inaccessible.

106 ビュー (過去 30 日間)
TOSA2016
TOSA2016 2019 年 7 月 24 日
コメント済み: Oasis 2023 年 3 月 21 日
The IT upgraded my matlab and I keep receiving this error when I want to open an existing file.
Previously accessible file "C:\Program
Files\MATLAB\R2019a\toolbox\shared\reqmgt\+slreq\+data\@ReqData\ReqData.p" is now
inaccessible.
Error in slreq.utils.loadLinkSet
Error in rmiml.getAll
  1 件のコメント
Rik
Rik 2019 年 7 月 24 日
Have you asked your IT?

サインインしてコメントする。

採用された回答

Abhilash Padma
Abhilash Padma 2019 年 7 月 29 日
Try using the following command which may solve your problem.
rehash toolboxcache;
For more information, refer the following link: https://www.mathworks.com/help/matlab/ref/rehash.html
  1 件のコメント
TOSA2016
TOSA2016 2019 年 7 月 29 日
Thanks Abhilash. It solved the problem. However, I still get this error message when I open matlab.
Undefined variable "slreq" or class "slreq.data.ReqData.exists".
Error in slreq.utils.loadLinkSet
Error in rmiml.getAll
Undefined variable "slreq" or class "slreq.data.ReqData.exists".
Error in slreq.utils.loadLinkSet
Error in rmiml.getAll
Undefined variable "slreq" or class "slreq.data.ReqData.exists".
Error in slreq.utils.loadLinkSet
Error in rmiml.getAll
Undefined variable "slreq" or class "slreq.data.ReqData.exists".
Error in slreq.utils.loadLinkSet
Error in rmiml.getAll
Undefined variable "slreq" or class "slreq.data.ReqData.exists".
Error in slreq.utils.loadLinkSet
Error in rmiml.getAll

サインインしてコメントする。

その他の回答 (2 件)

Kristoffer Walker
Kristoffer Walker 2020 年 2 月 6 日
編集済み: Kristoffer Walker 2020 年 2 月 6 日
I have the same issue. All I did was finish my AppDesigner app, then move the app and its dependencies into a new subdirectory called "src". Then when I cd into that subdirectory and try to run AppDesigner again on it, it will load into AppDesigner fine, and the preview looks fine, but when I click "Run", I get this same error in that somewhere inside the execution space, the old location of my app is being looked for. It seems that a hard-wired path that gets inserted into the *.mlapp code that gets corrupted if you move the *.mlapp code to another location.
  1 件のコメント
Oasis
Oasis 2023 年 3 月 21 日
This is my problem too.

サインインしてコメントする。


ravindra mohare
ravindra mohare 2021 年 6 月 7 日
after window 10 update i am getting error as polyspace\R2020a\toolbox\simulink\hmi\+utils\doBlock Replacement.P is now inaccessible

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by