How do I get rid of phantom FileDescriptors?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We use BlueCielo Meridian as our Inventor document management system and I have some VB.net code that checks all the referenced documents of an assembly before that assembly is checked into Meridian's vault. Basically, what the code does is check to to see if all the referenced documents are already managed by Meridian or not. I do this by looking at all the FileDescriptor objects in AssemblyFileObject.ReferencedFileDescriptors collection.
Anyway...I have come across a couple of cases where a FileDescriptor object has the ReferenceMissing flag set to true even though the file it is pointing to had been previously deleted from the assembly and the assembly successfully saved since then. These "phantom" FileDescriptors are causing me fits and I cannot figure out how to get rid of them.
Any suggestions? Is there some way to do a purge on the Assembly?
Darren Haverstick
Paul Mueller Company