OPENROADS workset relocation

is there a way to move the work set folder into a different directory? I tried to just physically cut and paste into another folder but this message comes up. is there a way to change this path to read the new location? 

 

Parents
  • When creating a new WorkSet, specify the folder you want it to be in - it can be put anywhere.

    If you already have a WorkSet, and you have just physically moved it, the configuration file will not find it (as you have found). If you edit the WorkSet configuration file, you will see a line at the bottom that defines '_USTN_WORKSETROOT' - you should amend this to point to the new folder.

    In this example, I have a WorkSet called 'Mark', which I moved to 'C:\Bentley Training Roads' from the default 'ProgramData\. .  .' folder - I edited the 'Mark.cfg' file to set the variable below as shown (note that the cfg file does say on line 23 'Changes below this line are not necessary or recommended.' - don't amend anything else.)

    _USTN_WORKSETROOT = C:/Bentley Training Roads/$(_USTN_WORKSETNAME)/



Reply
  • When creating a new WorkSet, specify the folder you want it to be in - it can be put anywhere.

    If you already have a WorkSet, and you have just physically moved it, the configuration file will not find it (as you have found). If you edit the WorkSet configuration file, you will see a line at the bottom that defines '_USTN_WORKSETROOT' - you should amend this to point to the new folder.

    In this example, I have a WorkSet called 'Mark', which I moved to 'C:\Bentley Training Roads' from the default 'ProgramData\. .  .' folder - I edited the 'Mark.cfg' file to set the variable below as shown (note that the cfg file does say on line 23 'Changes below this line are not necessary or recommended.' - don't amend anything else.)

    _USTN_WORKSETROOT = C:/Bentley Training Roads/$(_USTN_WORKSETNAME)/



Children