on 2021 Aug 23 7:41 PM
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
Request clarification before answering.
Hi Waldemar,
Thanks for your answer, I typed the wrong path, it is actually in the customize folder.
I can change it that way, but if this statement is meant for this purpose why should it be there? If it won't work.
Regards,
Danny
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Danny,
please take a look into ECTR logfiles. ECTR traces all setenv files which are used. May be you are using the backendConfig but editing the file inside the ECTR installation - in the case of backendConfig the configuration files are located in another place after download from SAP Backend.
Example of the output by processing a setenv file:
[09:17:05.751] launcher Run script files:
[09:17:05.751] launcher C:\Users\<...>\AppData\Local\SAP\ECTR\conf\ectr52-clean\<...>\customize\config\plm_setenv.env
Please use ECTR try icon - "System" - "Open configuration Directory" to locate ECTR configuration which is used by ECTR.
Another possibility is that you may have another file plm_setenv.js/plm_setenv.bat - in this case the file plm_setenv.env is not used anyway, there is an "extension" priority: .bat wins over .js wins over .env
So if you have a file plm_setenv.bat, then plm_setenv.js/env will not be used, if you have file plm_setenv.js, then plm_setenv.env will not be used.
With kind regards,
Waldemar Tribus
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.