cancel
Showing results for 
Search instead for 
Did you mean: 

turn of automatically creation of RH/VDS files

DM-kiko
Explorer
0 Kudos
371

In the file \customize\config\plm_setenv.env are two lines at the bottom.
Edit: it is not the template folder.. but in customize folder..

# Uncomment the line below if you want to globally disable RH/VDS generation
#   PLM_VECONVERT_DISABLED = true

So I removed the comment from last line to disable the creation of RH/VDS in ECTR, but when I restart the ECTR and make some new documents, this .vds files still appear in the orriginals container of the DIR.

Why won't this work? I have searched all documentation but cannot find this setting: PLM_VECONVERT_DISABLED.

Please some advise how to solve this.

Regards,

Danny

View Entire Topic
0 Kudos

Hello,

the file \template-customize\config\plm_setenv.env is just a template, this file is not used by ECTR.

The file you have to edit is \customize\config\plm_setenv.env (without template-)

Probably it is even better to switch off VE-Converter call in the specific DType, there are settings like

<checkin_rules>
...
<scripts>
<script name="@PLM_INSTDIR@\basis\sys\win\bin\VEConverter.bat"

remove this script call, then you don't have to switch off VEConverter globally.

If you don't need VEConverter functionality, then you can skip installing it at all - there must be kind of switch in the installer UI.

With Kind Regards,

Waldemar Tribus