Get all latest action - gives warning `Cannot locate file`

0

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?

enterprise-architect
asked on Stack Overflow Aug 25, 2017 by tryingHard • edited Aug 25, 2017 by Uwe Keim

2 Answers

1

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.

answered on Stack Overflow Sep 5, 2017 by Geert Bellekens
0

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.

answered on Stack Overflow Aug 25, 2017 by qwerty_so • edited Aug 26, 2017 by qwerty_so

User contributions licensed under CC BY-SA 3.0