GUI DGNLIB is not editable on the Network

I have a DGNLIB that was ported over from V8i to CE that will not let me edit if located on a Network drive.  If I copy the .DGNLIB back to my Profile and change the name from UM-menu.dgnlib to Personal.dgnlib all of my customized menu items are editable (BOLD).

Once I take this file and copy it back to my network drive (that I have full permissions on) and rename it back to it's original name and delete my Personal.dgnlib all menu items are grayed out and not editable.

Any ideas?  (dgnlib file is attached).

File location Not editable:  P:\CAD\Bentley\UMConnectConfiguration\Organization\Dgnlib\Gui\UM-menu.dgnlib

File location fully editable:  C:\Users\mitil\AppData\Local\Bentley\MicroStation\10.0.0\prefs\Personal.dgnlib

2843.UM-Menu.dgnlib

Off network named UM-menu.dgnlib:

Same file on local C: drive named Personal.dgnlib:

Parents Reply Children
  • Your third image using the UNC path to the Bentley file service is not Editable.  Notice the UM-Menu items are all grayed out.  You can not select them or edit them.  You have just reproduced the issue.

    Mark Itil

    University of Michigan

    CAD Manager and UofM Site administrator

  • The first and third images are definitely not modifiable because the target file was not opened yet. So, the expected results can be found at both second and fourth images.

    Hyung


    This is a test

  • Hyung,

    I'm still not sure we are understanding each other.  If you put the um-menu.dgnlib or personal.dgnlib on a network drive mapped to a drive letter and open it from that location with _USTN_CUSTOM_CONFIGURATION pointing to a UNC path the ribbon menu will be gray and not editable.  It should be editable from the network.  When I change my variables (_USTN_CUSTOM_CONFIGURATION ) to point to a drive letter it will open and be editable.  

    It's not just where the files reside (I have them on my computer on a mapped network drive) but I'm setting the variable to locate them to the unc path. In this setup you can not edit the dgnlib... 

    In our organization different groups may map the file location to different drive letters thus why we want to use UNC path to access Microstation in our installations.

    _USTN_CUSTOM_CONFIGURATION=\\\ae-it-fileprod1\AE-ProgramFiles\CAD\Bentley\UMConnectConfiguration\

    Mark Itil

    University of Michigan

    CAD Manager and UofM Site administrator

  • Complete file (ConfigurationSetup.cfg)

    [General]
    _USTN_CUSTOM_CONFIGURATION=\\\ae-it-fileprod1\AE-ProgramFiles\CAD\Bentley\UMConnectConfiguration\

    [SetConfiguration]
    %if !defined (_USTN_USER_CONFIGURATION)
    %if defined (_USTN_CUSTOM_CONFIGURATION) && ($(_USTN_CUSTOM_CONFIGURATION) != "") && exists ($(_USTN_CUSTOM_CONFIGURATION))
    _USTN_CONFIGURATION = //ae-it-fileprod1/AE-ProgramFiles/CAD/Bentley/UMConnectConfiguration/
    %endif
    %endif

    Mark Itil

    University of Michigan

    CAD Manager and UofM Site administrator

  • Mark,

    Was the cfg file generated by the installer? Or you modified the file? I am curious why you have triple backslash at the beginning of the first path. The installer would not recognize the path if you used Custom Configuration field. I suggest you to uninstall the product and restart the installer using the valid unc path (e.g. use double backslash) which will convert to valid forward slashes in the cfg. Once the installation is complete, select your workspace menu under Custom Configuration in WorkSet screen. Then, open your dgnlib file. Here enclosed an image for reference.

    Hyung


    This is a test