<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic File exists in vault tab not in model tab in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12536926#M27383</link>
    <description>&lt;P&gt;I am perplexed, I hope someone can help with this issue.&lt;/P&gt;&lt;P&gt;I have an assembly model (linked to vault) open in Inventor.&amp;nbsp; On the vault tab there is a file (now) called 'Ghost File Cant Delete......'&amp;nbsp; When you try to find this part in the Model Tab, It just is not there, not to be found.&amp;nbsp; I've expanded everything, can not find it. In Vault Tab, I right click to find in Window, it does not move, zoom, nothing.&amp;nbsp; It is not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried removing file locally, open assembly, it requests to download.&amp;nbsp; If no, it is unresolved (skip). There is no right clicking on this file in vault tab to delete.&amp;nbsp; If it could be found in the model tab it could be deleted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone seen anything like this, and can give me the how to, to get rid of this attached/file association?&amp;nbsp; I would appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2024 16:14:39 GMT</pubDate>
    <dc:creator>plausa.us</dc:creator>
    <dc:date>2024-02-02T16:14:39Z</dc:date>
    <item>
      <title>File exists in vault tab not in model tab</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12536926#M27383</link>
      <description>&lt;P&gt;I am perplexed, I hope someone can help with this issue.&lt;/P&gt;&lt;P&gt;I have an assembly model (linked to vault) open in Inventor.&amp;nbsp; On the vault tab there is a file (now) called 'Ghost File Cant Delete......'&amp;nbsp; When you try to find this part in the Model Tab, It just is not there, not to be found.&amp;nbsp; I've expanded everything, can not find it. In Vault Tab, I right click to find in Window, it does not move, zoom, nothing.&amp;nbsp; It is not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried removing file locally, open assembly, it requests to download.&amp;nbsp; If no, it is unresolved (skip). There is no right clicking on this file in vault tab to delete.&amp;nbsp; If it could be found in the model tab it could be deleted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone seen anything like this, and can give me the how to, to get rid of this attached/file association?&amp;nbsp; I would appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 16:14:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12536926#M27383</guid>
      <dc:creator>plausa.us</dc:creator>
      <dc:date>2024-02-02T16:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: File exists in vault tab not in model tab</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12537271#M27384</link>
      <description>&lt;P&gt;What is the ghost file's extension format? This could be a (texture) bitmap or image file associated with any one of your file's material appearances. To remove links use Tools tab &amp;gt; Links &amp;gt; select and "Break Link". If that doesn't work, try via iLogic:&lt;BR /&gt;&lt;BR /&gt;- Inventor model links cannot be broken (OLE links):&lt;BR /&gt;1- Go to the Manage tab &amp;gt; Add Rule;&lt;BR /&gt;2- Paste the following code into the new rule;&lt;BR /&gt;3- Click on "Save &amp;amp; Run" and hit OK to remove each OLE link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;Dim oDoc As Document
oDoc = ThisApplication.ActiveDocument
If oDoc.ReferencedOLEFileDescriptors.Count = 0 Then
    MsgBox("There aren't any OLE references in this document.")
    Exit Sub
End If
Dim aOLERefs() As ReferencedOLEFileDescriptor
ReDim aOLERefs(oDoc.ReferencedOLEFileDescriptors.Count - 1)
Dim iRefCount As Integer
iRefCount = oDoc.ReferencedOLEFileDescriptors.Count
Dim i As Integer
For i = 1 To iRefCount
    aOLERefs(i - 1) = oDoc.ReferencedOLEFileDescriptors.Item(i)
Next
For i = 1 To iRefCount
    If MsgBox("Delete """ &amp;amp; aOLERefs(i - 1).FullFileName &amp;amp; """?", vbQuestion + vbYesNo) = vbYes Then
        aOLERefs(i - 1).Delete
    End If
Next&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 19:12:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12537271#M27384</guid>
      <dc:creator>Gabriel_Watson</dc:creator>
      <dc:date>2024-02-02T19:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: File exists in vault tab not in model tab</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12537295#M27385</link>
      <description>&lt;P&gt;The file in question is an .iam, assembly file that I can't find in model tab to delete.&lt;/P&gt;&lt;P&gt;Never the less, I did run the OLE rule you suggested to see&amp;nbsp; 'There aren't any OLE references in this document'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 19:26:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12537295#M27385</guid>
      <dc:creator>plausa.us</dc:creator>
      <dc:date>2024-02-02T19:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: File exists in vault tab not in model tab</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12537400#M27386</link>
      <description>On a second thought, just browsing online for the issue points out it might be a file corruption:&lt;BR /&gt;&lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Ghost-reference-in-Vault-tab-for-Inventor-drawing.html" target="_blank"&gt;https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Ghost-reference-in-Vault-tab-for-Inventor-drawing.html&lt;/A&gt;</description>
      <pubDate>Fri, 02 Feb 2024 20:23:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12537400#M27386</guid>
      <dc:creator>Gabriel_Watson</dc:creator>
      <dc:date>2024-02-02T20:23:56Z</dc:date>
    </item>
    <item>
      <title>Betreff: File exists in vault tab not in model tab</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12540481#M27387</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3198933"&gt;@plausa.us&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;look at the parameters of your assembly. There could be a reference to the "ghost". Also 3D-annotations could reference other models.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 07:11:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12540481#M27387</guid>
      <dc:creator>cidhelp</dc:creator>
      <dc:date>2024-02-05T07:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: File exists in vault tab not in model tab</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12540812#M27388</link>
      <description>&lt;P&gt;This does not seem to apply.&amp;nbsp; the assembly file wasn't an iassembly change to assembly.&amp;nbsp; There isn't any ghost part on the drawing.&amp;nbsp; Technically it is on the drawing because the assembly that has the ghost part is on the drawing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The drawing being the upper level, does not seem like it would control the ability to delete a file in the assembly associated.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 11:12:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12540812#M27388</guid>
      <dc:creator>plausa.us</dc:creator>
      <dc:date>2024-02-05T11:12:27Z</dc:date>
    </item>
    <item>
      <title>Betreff: File exists in vault tab not in model tab</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12540838#M27389</link>
      <description>&lt;P&gt;The parameters of the assembly.&amp;nbsp; This is a huge assembly, it has many parameters associated to constraints.&amp;nbsp; I did purge the 3 parameters associated to nothing, which didn't make the ghost file, appear in the model tab to delete.&amp;nbsp; If the file could be seen in the model tab then I could see if any constraint parameters were associated.&amp;nbsp; If I could see it in the model tab, I could delete it, this is the desire.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried opening it with the ghost file not existing locally.&amp;nbsp; It asks to get it from vault.&amp;nbsp; No.&amp;nbsp; I don't want to leave an assembly with and 'unresolved' issue. which is the only way to dis associated the ghost file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried making some other file with very visible parts inside, saving it as the ghost part.&amp;nbsp; Then trying to resolve the ghost file with this other assembly and it will not let me.&amp;nbsp; Even if the same name or a completely different file.&amp;nbsp; I get this message. (this w/different assembly name).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="plausaus_0-1707132134914.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1322253iB4FFFE59DE30B07B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="plausaus_0-1707132134914.png" alt="plausaus_0-1707132134914.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And it will just not allow it.&amp;nbsp; It will keep asking to resolve this file, only if it is the original file, will assembly be resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 11:27:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/file-exists-in-vault-tab-not-in-model-tab/m-p/12540838#M27389</guid>
      <dc:creator>plausa.us</dc:creator>
      <dc:date>2024-02-05T11:27:20Z</dc:date>
    </item>
  </channel>
</rss>

