From: Arnaud Miege on
"Gerardo Felix" <gerardo0_maniaco0(a)hotmail.com> wrote in message <hr4uso$de8$1(a)fred.mathworks.com>...
> Hi, everyone
>
> I've been trying to run an executable that believes in matlab but when I run it I get the following error:
>
> That was removed:
>
> sl_library_browser_repos \ toolbox \ physmod \ Simscape \ Simscape \ lb_simscape_icons_repos.rps
>
> then comes this:
>
> Verify file ownership and access permissions and returns to get the same error above
>
>
> I really would appreciate your help.
>
> I tried everything but still I can not fix it

Which release at you using? There was a bug in R2008a and before, which was fixed in R2008b. The issue was the path string was too long in the cache. You should upgrade to R2008b or later if possible. Otherwise, the workaround in R2008a is to set the following environment variable before running the executable:

MCR_CACHE_ROOT=%TEMP%\%USER%

Where USER is an environment holding the current username.

HTH,

Arnaud