After get all latest
action in Enterpreise architect i get`warning
saying:
Cannot locate file 0x800c0006
After pressing ok
the process continues.
How can i make that warning will not pop out?
This problem probably occurs because a file has been removed from the version control system without first "uncontrolling" the corresponding package in EA.
Now EA tries to get the latest version of the file, but the file does't exist anymore.
I guess the only thing you can do is check each and every controlled package to make you you can still do a getlatest. That will allow you to identify the missing file.
You can't. Except you simply avoid that case by checking that the file is present (in whatever API operation you invoked here).
You should also look into this wiki which suggests to run a file system check.
User contributions licensed under CC BY-SA 3.0