This is an old revision of the document!
The job handler can create log-files. You can enable/disable logging by changing the Reitec.Vault.Tools config-file (Reitec.Vault.Tools.dll.config) in the extension folder.
Search for “DebugLevel” and use one of the following values:
| Value | Description |
|---|---|
| 0 | Disable logging |
| 2 | Only log Errors |
| 8 | Verbose logging |
The log-files are written to “%AppData%\Reitec\Reitec.Vault.Tools”.
The file “JobServerSettings.xml” contains all settings for publishing PDF-files. You can define which CAD-System to use for which file type.
| Value | Description | Note |
|---|---|---|
| CADSystem | Key value to identify the CAD-System within the settings file. | Do not change! |
| StartUpPath | Full file name to the exe-file of the CAD-system. | Check this path if the CAD-system doesn't start automatically. |
| ObjectName | Object name used to connect with a running CAD-system. | Do not change! |
| Assembly | Name of the assembly used to create the PDF. | Do not change! |
| ClassName | Name of the class to instanciate the CAD specific PDF publisher | Do not change! |
| Value | Description | Note |
|---|---|---|
| Extension | File extension of the file. | Do not change! |
| CADSystem | CAD-system used to publish the PDF. | Available values: INVENTOR, ACAD.X86, ACAD.X64 |
| Option | Used options to publish PDF. |
Only used for AutoCAD DWG-files at the moment.
| Name | Values | Description | Note |
|---|---|---|---|
| IncludeModel | True, False | Change the value to include the model in the PDF. | - |
| IncludeLayout | True, False | Change the value to include layouts in the PDF. | - |
| Layouts | ALL {LayoutName1}; {LayoutName2} | ALL to include all layouts in the PDF or semicolon seperated list of layout names. | - |