Hi Experts,
I would like to ask for some help. Where will we saved supportconfiguration.xml for common folder for all users?
Current local location:
C:\Program Files (x86)\AVEVA\Everything3D2.10\SupportConfiguration.xml
Cheers,
Hi Experts,
I would like to ask for some help. Where will we saved supportconfiguration.xml for common folder for all users?
Current local location:
C:\Program Files (x86)\AVEVA\Everything3D2.10\SupportConfiguration.xml
Cheers,
Well, save it on your project dflts ? Or I don't understand the question ? ...
C:\Program Files (x86)\AVEVA\Everything3D2.10\SupportConfiguration.xml is the file where all mds support type to be called in mds support.
I tried to copy this pdmsdflts and removed from local folder C:\Program Files (x86)\AVEVA\Everything3D2.10\
but there is an error.. It dont want to instruct all the designeres to copy supportconfiguration where there is modification to their local folder.
For that, you need to create your own customized mds-aba. Then, after modified the pml form and function, you can change the directory.
I don't what is your aim, maybe if you describe more, I might help you.
thanks yann. This is a xml file. My conecrn where it should be saved in common folder. I saved it on pdmsdflts but it did not work.
You should save the "SupportConfiguration.xml" in the Project DFLTS folder and set the MDS_SUPPORT_CONFIG_LOCATION in your project evars.bat for example:
set MDS_SUPPORT_CONFIG_LOCATION=%PRJDFLTS%;%MDS_SUPPORT_CONFIG_LOCATION%
Thank you Aurelio.
when i q evar 'MDS_SUPPORT_CONFIG_LOCATION', it show different project supportconfiguration.xml path. do u know why?, eg. ( i set individually MDS_SUPPORT_CONFIG_LOCATION on each project folder A B C, but if i open project C, it read MDS_SUPPORT_CONFIG_LOCATION of project A)? why. currently i need to rem B C project if i want to open A project.
It maybe that the other project Evars has been loaded also when you open the PDMS / E3D that's why whichever is that last set Evar will be read as default in the project.
You need to create a separate Launch.bat for each of your project and edit the Evars path to specify your project Evars.
thx, will try it that way. #cheers