Connect update 4 does not recognise worksets

Updated to update 4 and now I cannot get connect to recognise my worksets. 

Workspaces are defined and recognised, but on selecting a workspace the only option I have is to create a new workset(defaulting to C drive) as none exist?? 

I have tried directly defining worksetsroot in the workspace cfg, and also in the workspacesetup.cfg but no luck. 

Parents Reply
  • Duncan,

    Can you please try the following procedure on the next install you attempt?

    Immediately after doing the installation, open up the ConfigurationSetUp.cfg file (default location: c:\ProgramData\Bentley\MicroStation CONNECT Edition\Configuration) with notepad.  You should notice the following text toward the bottom:

    [SetConfiguration]
    %if defined (_USTN_CUSTOM_CONFIGURATION) && ($(_USTN_CUSTOM_CONFIGURATION) != "") && exists ($(_USTN_CUSTOM_CONFIGURATION))
    _USTN_CONFIGURATION : $(_USTN_CUSTOM_CONFIGURATION)
    %endif

    Please change the colon to an equals character:

    [SetConfiguration]
    %if defined (_USTN_CUSTOM_CONFIGURATION) && ($(_USTN_CUSTOM_CONFIGURATION) != "") && exists ($(_USTN_CUSTOM_CONFIGURATION))
    _USTN_CONFIGURATION = $(_USTN_CUSTOM_CONFIGURATION)
    %endif

    Save the file and see if you get the same issue as you had before with Worksets not showing inside of the workspaces.

Children
No Data