Thursday 14 December 2017

Publishing PDF files from Vault Pro 2018 with the revision appended to the file.

In order for the Vault job processor to automatically create PDF files with the revision number/letter appended to the end of the file, you need to edit a config file on the machine that is running the Job Processor.

First, you need to make a copy of the JobProcessor.exe.config file located in the <install dir>\Vault Professional 2018\Explorer folder.  Use a text editing software, such as Notepad, to open and edit the file.

Add the following line before </appSettings> towards the bottom of the file:

  <add key="DesignRepresentation.Naming" value="\.(dwg)$/&lt;_name_&gt;-&lt;Revision&gt;"/>

This will add a file 1234-A.PDF from a drawing 1234.DWG

Change the (dwg) to (idw) in the line of text if this is for IDW files.

Note: Only 2D PDF files are created from the Job Processor.

Inventor Drawing Custom properties do not appear in Vault Data Standard dialog

Although you may be using only one drawing template file type in Inventor, it is important to ensure that the relevant custom properties are in both the IDW & DWG templates.

You must then map the Vault Property UDP to both file types within Vault Explorer.

The custom properties will not be showing in the VDS dialog.