I am developing/testing a CE workspace as we are migrating to OSD/ORD from V8i SS2.
It has been my understanding that we should NOT update the standard configs in C:\ProgramData\Bentley\OpenSite Designer CE\Configuration (ie the ConfigurationSetup.cfg and the WorkSpaceSetup.cfg).
Is there good guidance on how to this up with examples? I have read/digested all links here: https://communities.bentley.com/products/microstation/w/microstation__wiki/36416/connect-edition---custom-configuration-guides but it seems they indicate to edit config files i have listed above...
I am essentially trying to point the program to the network for the organization and workspaces
F:\Bentley\Connect Workspace\Configuration\Organization
F:\Bentley\Connect Workspace\Configuration\WorkSpaces
I can easily do this by editing the ConfigurationSetup.cfg on the C drive but just wanted to see if there was a "Better" way.
Thanks Everyone,
Dylan Shannon
The ConfigurationSetup.cfg and the WorkSpaceSetup.cfg files are the files the user WILL update if redirecting configuration.
Configuration.cfg - The main function of this configuration file is to allow user to specify the root Configuration directory to activate.
WorkSpaceSetup.cfg - To redirect the entire configuration folder to a network location, uncomment the MY_CIVIL_ORGANIZATION_ROOT line and replace the network path with the appropriate network path.
Answer Verified By: DshannonNTM
Sounds good! That is what I did so it will just be testing and making sure all variables are set within the new workspace.
Thanks for the help!!