Selectable "Roles" on the Work Page

How do we configure MicroStation so that we can use Selectable "Roles" on the Work Page with MicroStation or OpenRoad/Rail Designer?

It was shown in the MicroStation SIG All About the DGNWS.

Parents
  • I have a new development to report on this...

    After installing the Ohio DOT configuration through their installer program, it edited my C:\ProgramData\Bentley\MicroStation CONNECT Edition\Configuration\ConfigurationSetup.cfg. I edited the file to undo the change. The next time I opened MicroStation the Role drop-down appeared on the WorkPage.

    I still had my Roles folder set up from my previous attempts:

    _USTN_ROLESDIR      : System         = C:\ProgramData\Bentley\MicroStation CONNECT Edition\Configuration\WorkSpaces\Roles\ 

    Now, all of a sudden, it's working.

    Go figure.

    FYI... 

    The location of USTN_ROLESDIR is defined as follows _USTN_ROLESDIR=$(_USTN_WORKSPACEROOT)Roles\

    In our EnvisionCAD Traning Workspace we redefine _USTN_WORKSPACEROOT to go to C:\EnvisionCAD\Training\ Creating a Roles folder there with the two .cfg files, the WorkPage Role drop-down has no problems picking them up.

    Edit: attached my ConfigurationSetup.cfg file to show that there is nothing special set in this file.

    4135.ConfigurationSetup.cfg

    Rod Wing
    Senior Systems Analyst

  • what version of MicroStation are you using ?

    and did you create role 1 and role 2 ?

    I am not finding anything on ODOT that mentions roles or it being defined by anything in ODOT.

    Timothy Hickman

    CADD Manager | CADD Department

    timothy.hickman@colliersengineering.com

    Main: 877 627 3772| 

    1000 Waterview Drive Suite 201 | Hamilton, New Jersey 08691

  • The ODOT install didn't do anything to install the roles. It was just that I noticed their install set a variable I didn't want set.

    The only thing that makes sense to me is that when I cleared out the ConfigurationSetup.cfg file, that must have changed something. It's possible there was something set in there prior to the ODOT install I didn't know was set that was messing things up. I don't typically monitor/edit the file unless I see the _USTN_CUSTOM_CONFIGURATION is updated, which is what the ODOT install does.

    I created the Role 1 and Role 2 cfg files as I was testing things out.

    I am using version 10.15.02.11

    Rod Wing
    Senior Systems Analyst

  • are you sure you didn't update the version of MS Connect ? I have an earlier version of update 15 and the pick list is not available.

    I am going to update to the version you state and see what happens.

    Timothy Hickman

    CADD Manager | CADD Department

    timothy.hickman@colliersengineering.com

    Main: 877 627 3772| 

    1000 Waterview Drive Suite 201 | Hamilton, New Jersey 08691

  • I updated a few weeks ago, but the Roles drop-down did not appear until I cleaned out the ConfigurationSetup.cfg file.

    It could be a combination of the two things.

    Rod Wing
    Senior Systems Analyst

  • updated to 10.15.02.11

    I've been testing this and the ONLY way I can get this to work is if I put the "roles" folder under the "workspace".

    can anyone else get this to work any other way ?

    Timothy Hickman

    CADD Manager | CADD Department

    timothy.hickman@colliersengineering.com

    Main: 877 627 3772| 

    1000 Waterview Drive Suite 201 | Hamilton, New Jersey 08691

  • I got it to work only after updating to 10.15.02.11.

    I defined the "roles" directory in my Workspace cfg to point to my /Workspaces/ClientX/Roles/.

    _USTN_ROLESDIR=$(_USTN_WORKSPACEROOT)Roles/

    I placed Role1.cfg & Role2.cfg in the Roles directory.

    The only issue is this:

    It worked when I picked Role1. Loading only Role1 standards.

    When I exited Connect and reopened, I picked Role2. It loaded both Role1 and Role2 standards.

    I exited and reopened again, leaving it on Role2. This time it worked only loading Role2 standards. 

    It appears that the software must go through a cycle to correctly set the personal.ucf file when switching roles.

Reply
  • I got it to work only after updating to 10.15.02.11.

    I defined the "roles" directory in my Workspace cfg to point to my /Workspaces/ClientX/Roles/.

    _USTN_ROLESDIR=$(_USTN_WORKSPACEROOT)Roles/

    I placed Role1.cfg & Role2.cfg in the Roles directory.

    The only issue is this:

    It worked when I picked Role1. Loading only Role1 standards.

    When I exited Connect and reopened, I picked Role2. It loaded both Role1 and Role2 standards.

    I exited and reopened again, leaving it on Role2. This time it worked only loading Role2 standards. 

    It appears that the software must go through a cycle to correctly set the personal.ucf file when switching roles.

Children