views:

79

answers:

0

I created an application that automates some of the mundane tasks of using business objects designer. One of the tasks it performs is documenting a universe after creation, and recording the documentation to an HTML file.

The problem I'm having is that (many times) I'll create a universe, run an integrity check on it, and find no errors... Then I'll have my application run the built-in COM integrity check of designer, only to find that it detects some errors that aren't actually there.

Does anyone know why it does this? Or even a way to fix it? The purpose of it is to not only have an integrity check run for personal use, but to also record the results for the documentation. Parsing my contexts personally works fine, and the integrity check doesn't show anything, but the programmatic integrity check finds a single loop in both contexts (At least in this instance).