[V8i] Preferences on a network drive?

I understand that a UPF file works best when stored locally. What about all the the XML preference files - Docking, GroupPanels, TaskNavigation?
Can those be stored on a network user drive (with read/write/create permissions, of course)?

MaryB

Parents Reply Children
  • Hi Mary,

    We have given up on trying to back these types of files up. The thought is that people can get them from back up if they go corrupt, but when was it backed up and when did it go corrupt? Easier to just rebuild them from the seed starting point, imho.

    Regarding the follow the user idea. We use OneDrive to do this. So if onedrive is setup we use it else we use c:\. I think there is a way you can do this with Bentley Connection Client but to be honest its just easier to use onedrive for us.

    _PDT_Udata_loc	= C:/
    _PDT_UFolder	= Bentley_UserTools/
    
    %if defined (OneDrive) && defined (OneDriveCommercial) && exists ($(OneDriveCommercial))
       _USTN_HOMEROOT	= $(OneDriveCommercial)/$(_PDT_UFolder)$(_ustn_product_name)/
    %elif defined (_PDT_Udata_loc) && exists ($(_PDT_Udata_loc))
       _USTN_HOMEROOT	= $(_PDT_Udata_loc)$(_PDT_UFolder)$(_USTN_USERNAME)/$(_ustn_product_name)/
    %else
       %error Exiting, No User data folders found. Please contact CADD support, this should never happen!
    %endif

    ~HTH

    John.

    yep