"Insert into CAD" - link is missing in rightclick menu

"Insert into CAD" - link is missing in rightclick menu

ThatWorksForMe
Advocate Advocate
822 Views
16 Replies
Message 1 of 17

"Insert into CAD" - link is missing in rightclick menu

ThatWorksForMe
Advocate
Advocate

Hi,

a colleague of me has a strange problem.

He opens an assembly from Vault and afterwards he wants to place a new part in that assembly, but the link "Insert into CAD" is not available in the rightclick menu.

We have checked that this link is allways missing. It seems the menu is incomplete. Is there a possibility to add this link or do we have to correct some Vault settings?

Regards

PDM/CAD Administrator
Using Inventor/Vault 2024.3
0 Likes
823 Views
16 Replies
Replies (16)
Message 2 of 17

Gabriel_Watson
Mentor
Mentor

This question does not belong in the Vault forum, but rather the Inventor forum.

 

By default the "Place Imported CAD Files" command is not anchored to your right-click (marking) menu, and can be found here:

 

Galaxybane_0-1643290339127.png

 

You can add this and other commands to your marking menu here:

 

Galaxybane_1-1643290490564.png

 

0 Likes
Message 3 of 17

ThatWorksForMe
Advocate
Advocate

Thanks for your response, but the link is missing in Vault and not in Inventor and he doesn't want to import a file, he wants to place a file from Vault into a drawing which is opened in Inventor. 

I will make a screenshot tomorrow.

PDM/CAD Administrator
Using Inventor/Vault 2024.3
0 Likes
Message 4 of 17

ihayesjr
Community Manager
Community Manager

@ThatWorksForMe 

What version and edition of Vault are you using?




Irvin Hayes Jr
Principal Product Manager
Autodesk, Inc.

Vault - Under the Hood Blog
0 Likes
Message 5 of 17

ThatWorksForMe
Advocate
Advocate

Sorry, I forgot that. We are using Inventor and Vault version 2022.2.

PDM/CAD Administrator
Using Inventor/Vault 2024.3
0 Likes
Message 6 of 17

ihayesjr
Community Manager
Community Manager

Vault Basic, Workgroup or Professional?




Irvin Hayes Jr
Principal Product Manager
Autodesk, Inc.

Vault - Under the Hood Blog
0 Likes
Message 7 of 17

ThatWorksForMe
Advocate
Advocate

Professional

PDM/CAD Administrator
Using Inventor/Vault 2024.3
0 Likes
Message 8 of 17

ihayesjr
Community Manager
Community Manager

Have the user close the Vault client.

Navigate to the C:\Users\<username>\AppData\Roaming\Autodesk\Autodesk Vault Professional 2022\Objects folder.

Delete the XML files in this folder and restart the Vault client.

See if the option appears.

If not, a video showing the workflow might help.




Irvin Hayes Jr
Principal Product Manager
Autodesk, Inc.

Vault - Under the Hood Blog
0 Likes
Message 9 of 17

ThatWorksForMe
Advocate
Advocate

Hi,

we checked that, and nothing happens.

The link is still missing, so I have added a screenshot from the "Vault file right click menu".

Under the red line there should appear the link "Insert into CAD".

 

I figured out, that the following file has the right content (on my system)

C:\Users\USER\AppData\Roaming\Autodesk\Autodesk Vault Professional 2022\Objects\Extensions.xml

<ExtensionSettings>
  <Extension Key="dataStandard4Vault">
    <Command Key="Autodesk.Data Standard For Vault.EditFile" Id="75004" />
    <Command Key="Autodesk.Data Standard For Vault.NewFileIP" Id="75008" />
    <Command Key="Autodesk.Data Standard For Vault.NewFileIB" Id="75009" />
    <Command Key="Autodesk.Data Standard For Vault.NewFileIA" Id="75010" />
    <Command Key="Autodesk.Data Standard For Vault.NewFileID" Id="75011" />
    <Command Key="Autodesk.Data Standard For Vault.NewFileIE" Id="75012" />
    <Command Key="Autodesk.Data Standard For Vault.NewFolder" Id="75006" />
    <Command Key="Autodesk.Data Standard For Vault.EditFolder" Id="75007" />
    <Command Key="Autodesk.Data Standard For Vault.ShowLog" Id="75001" />
    <Command Key="Autodesk.Data Standard For Vault.AboutDialog" Id="75002" />
  </Extension>
  <Extension Key="InsertFromVault">
    <Command Key="Autodesk.InsertFromVault.F6C088B5-AAAA-BBBB-CCCC-DDDDDDDDD" Id="75005" />
  </Extension>
</ExtensionSettings>

 

On the other system the file looks like this

<ExtensionSettings>
  <Extension Key="dataStandard4Vault">
    <Command Key="Autodesk.Data Standard For Vault.EditFile" Id="75004" />
    <Command Key="Autodesk.Data Standard For Vault.NewFileIP" Id="75008" />
    <Command Key="Autodesk.Data Standard For Vault.NewFileIB" Id="75009" />
    <Command Key="Autodesk.Data Standard For Vault.NewFileIA" Id="75010" />
    <Command Key="Autodesk.Data Standard For Vault.NewFileID" Id="75011" />
    <Command Key="Autodesk.Data Standard For Vault.NewFileIE" Id="75012" />
    <Command Key="Autodesk.Data Standard For Vault.NewFolder" Id="75006" />
    <Command Key="Autodesk.Data Standard For Vault.EditFolder" Id="75007" />
    <Command Key="Autodesk.Data Standard For Vault.ShowLog" Id="75001" />
    <Command Key="Autodesk.Data Standard For Vault.AboutDialog" Id="75002" />
  </Extension>
</ExtensionSettings>

 

So in my mind, there is an extension for this shortcut missing, but which extension is it?

Regards

PDM/CAD Administrator
Using Inventor/Vault 2024.3
0 Likes
Message 10 of 17

GunnarNilsson
Collaborator
Collaborator

Check the folder C:\ProgramData\Autodesk\Vault 2022\Extensions. There should be a folder there InsertFromVault. If missing copy it from another machine.

0 Likes
Message 11 of 17

ThatWorksForMe
Advocate
Advocate

Hi,

now I have 2 colleagues with this problem. And all your hints arent working.

I have copied the whole "C:\Users\USER\AppData\Roaming\Autodesk\Autodesk Vault Professional 2022" - folder to the colleagues, but that doesnt have an effect.

 

I have edited the following file also:

C:\Users\USER\AppData\Roaming\Autodesk\Autodesk Vault Professional 2022\Objects\Extensions.xml

And when I close Vault, the entry of the extension gets deleted. So in my mind there has to be more to register the extension then copying files.

Some more ideas?

PDM/CAD Administrator
Using Inventor/Vault 2024.3
0 Likes
Message 12 of 17

ihayesjr
Community Manager
Community Manager

The XML files get updated upon close of the Vault Client. You need to place them while the client is closed, then open the client. The Vault client will read the XML files when it opens.

 

If this doesn't resolve the problem, something else is happening and it may require you to create a support ticket.




Irvin Hayes Jr
Principal Product Manager
Autodesk, Inc.

Vault - Under the Hood Blog
0 Likes
Message 13 of 17

ThatWorksForMe
Advocate
Advocate

Yes, I tried that, but that doesnt work either.

Before I use a support ticket I will try to reinstall Vault. This is faster.

PDM/CAD Administrator
Using Inventor/Vault 2024.3
0 Likes
Message 14 of 17

ihayesjr
Community Manager
Community Manager

Do you have any 3rd party Vault extensions running?




Irvin Hayes Jr
Principal Product Manager
Autodesk, Inc.

Vault - Under the Hood Blog
0 Likes
Message 15 of 17

ThatWorksForMe
Advocate
Advocate

No, the only additional extension we use is data standard. All other is from the standard installation.

PDM/CAD Administrator
Using Inventor/Vault 2024.3
0 Likes
Message 16 of 17

GunnarNilsson
Collaborator
Collaborator

If you did copy the InsertFromVault folder from a working machine to the faulty machines folder C:\ProgramData\Autodesk\Vault 2022\Extensions and it still doesn't load you can have a look at this:

https://justonesandzeros.typepad.com/blog/2012/07/extension-loading-error-logging.html

 

It tells you how to log extensions that doesn't load. Change 2013 to 2022 in the xml file to get the log where you want it.

0 Likes
Message 17 of 17

ThatWorksForMe
Advocate
Advocate

Thanks for the link, but I have no time to investigate this issue anymore.

The colleagues have to work now, so I took the short version and reinstalled the whole software. Now the missing extension is back.

If this issue comes up the next time, I hope, that I will have more time to investigate that. I will keep this thread in my mind.

Thanks guys

PDM/CAD Administrator
Using Inventor/Vault 2024.3
0 Likes