Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
  • Welcome
  • Products
  • Support
  • About
  • More
  • Cancel
MicroStation
  • Product Communities
  • More
MicroStation
[Archived] AskInga Wiki MicroStation J and V8 workspaces on the same computer
    • Sign in

    • -AskInga
      • +3D MicroStation
      • +AccuDraw Secrets
      • +Animation - Rendering
      • +Behind The Scenes
      • +Cells
      • +Colours
      • +Conversion - Translation
      • +Coordinate Input
      • +Design Settings
      • +Dimensions
      • +DWG
      • +EDG
      • +Element Manipulation
      • +Element Properties
      • +Element Selection
      • +Freeware - Shareware
      • +Interface Look And Feel
      • +Internet - E-Links - Links
      • +Keyins
      • +Levels
      • +Line Styles
      • +Models
      • +MSM Archive
      • +Other
      • +Presentations
      • +Printing - Plotting
      • +Programming - Automation
      • +Rasters - Images
      • +References
      • +Tags - Data Fields - Fields
      • +Text - Fonts - Annotation
      • +Views
      • +Windows - Interacting With
      • -Workspaces - Configuration
        • All about saving DWG files
        • Auto-open a file to a specific model
        • Change the MicroStation Manager workspace options
        • Complete list of MicroStation V8's configuration variables
        • Compress your UPF file
        • Configuration variable operators
        • Configuration variable processing
        • Configure your compress options
        • Control the output location of MicroStation Packages
        • Convert MDF files to DGNLIB
        • Create new UPF every time you start MicroStation
        • Creating a configuration file
        • Current working directory
        • Customized Standards Checker Reports
        • Degeek MS DESIGN HISTORY REVISION NUMBER FORMAT
        • Deleting your UPF while retaining most settings
        • Digging into your workspace
        • Disable stuff MicroStation can or can't do
        • Do you really need to restart MicroStation when editing variables?
        • Edit Project variables via workspace configuration
        • Get rid of MicroStation Text Window
        • Have only one UPF regardless of the workspace you are using
        • How to figure out what the command line switches are
        • How to set WORKDIR DGNDIR after starting MicroStation
        • Learning about workspaces
        • List the configuration variables
        • Lock down your variables
        • Managing MicroStation backup directories
        • MicroStation J and V8 workspaces on the same computer
        • MicroStation J enhanced workspace functionality
        • MicroStation J Workspaces
        • Monitor your UPF file
        • Move your custom interface from one machine to another
        • MS_RFDIR limitations
        • Open V7 files without reconfiguring V8
        • Open Windows Explorer to location of workspace files
        • Preprocessor directives for processing configuration files
        • Quickly restore the defaults with a command line switch
        • Referencing other configuration variables
        • Regarding the last line in a configuration file
        • Report your variables with Expand Echo keyin
        • Return to the MicroStation Manager
        • Run Debug from a modified icon
        • Run debug from the command prompt DOS window
        • Set temporary variables with the Expand Set keyin
        • Set up a seed file for your UPF file
        • Setting the MS_OPENV7 variable
        • Sharing your workspace
        • Shawn Foster's BE 2005 presentations
        • Show all configuration variables not just some
        • Show full path of active file in title bar
        • Specify sub-folders when making a new project
        • Specify the folder for msdebug.txt
        • Temporary files
        • The types of configuration variables
        • The User Preference File [UPF]
        • Total length of file paths
        • Transcending the workspace and time continuum
        • Understanding configuration variables
        • Understanding MicroStation BASIC configuration variables
        • Use a library legend to help manage your library definitions
        • User interface hierarchy
        • Viewing and determining the configuration variables
        • What happens when you launch MicroStation?
        • What is a workspace?
        • Working with V7 files in V8
        • Workspace root
        • You're the CAD Manager, now what?
    • graffiti

     
     Questions about this article, topic, or product? Click here. 

    MicroStation J and V8 workspaces on the same computer

    AskInga logo

    Original Article Date: Jan 30, 2006

    With many thanks to David Allen for contributing this article that discusses how to establish networked workspaces when running both MicroStation J and MicroStation V8 on the same machine.

    For years I have utilized System Environmental Variables to define the “paths” to the networked MicroStation J workspace files located on the local file server. I defined these paths as system variables as opposed to user variables so they will work for any/all users that log onto that computer. Using local administrator rights, here is how to set these variables:

    Right-click on My Computer and select Properties
    Select the Advanced tab and choose Environment Variables
    The User Variables are in the top pane while System Variables are in the bottom pane.

    In the System Variables pane, select New and add the following three (3) variables. Note, these variables must be entered one at a time:

    _USTN_PROJECT : G:/WRKSPACE/CONFIG/PROJECT/
    _USTN_SITE : G:/WRKSPACE/CONFIG/SITE/
    _USTN_USERINT : G:/WRKSPACE/WSUI/

    Note: G:\WRKSPACE would be replaced with the drive/directory on your local file server where your networked MicroStation J workspace files are located.

    As you may or may not know, most of the workspace files used for MicroStation V8 are very different than the workspace files used for MicroStation J and therefore cannot be “shared” between the different versions of MicroStation. I wanted to use the same, relatively simple method of setting Environmental Variables for establishing the paths to the networked MicroStation V8 workspaces on the local file server and still have networked MicroStation J workspaces on the local file server remain functional.

    After researching the MicroStation V8 Administrator’s Training Guide, documentation included with MicroStation V8, Bentley’s website, Bentley’s Help Desk support, the discussion groups and and AskInga, I concluded that MicroStation V8 uses the exact same variables as MicroStation J for defining the path(s) to workspace files. This realization was important step in finding a solution to this issue.

    The initial part of the solution was to remove the paths to the MicroStation J workspaces from the System Variables. If this is not done, both MicroStation J and MicroStation V8 would point to the same MicroStation J workspace files on the local file server and ultimately MicroStation V8 would convert/corrupt the MicroStation J workspace files thus making them unusable with MicroStation J.

    The next step was to create a new (different) location on the local file server to store all of the MicroStation V8 workspace files. Some CADD System folks even recommend storing the MicroStation V8 workspace files on a different server or at least a different share to avoid any accidental confusion between the different MicroStation workspace files.

    The next step is to edit the MicroStation mslocal.cfg file to set the MicroStation workspace variables for MicroStation J and MicroStation V8. (Remember to always make a backup copy of any of these configuration files before editing.) There is a separate mslocal.cfg file for each version of MicroStation. The default location of each MicroStation configuration file is as follows:

    MicroStation J: C:\Bentley\Program\MicroStation\config\mslocal.cfg
    MicroStation V8: C:\Program Files\Bentley\Program\MicroStation\config\mslocal.cfg

    Essentially all I did was add the same workspace path information that was previously set in the System Variables to this mslocal.cfg file – once for MicroStation J and once for MicroStation V8.

    Here is an example on how the modified mslocal.cfg file would look for MicroStation J.

    Note: As with the System Variables, G:\WORKSPACE should be replaced with the drive/directory on your local file server where your networked MicroStation J workspace files are located.

    Here is an example on how the modified mslocal.cfg file would look for MicroStation V8:

    Note: As with the System Variables,“G:\MSV8-WORKSPACE sould be replaced with the drive/directory on your local file server where your networked MicroStation V8 workspace files are located.

    Notice the same drive/different directory for the location of the MicroStation J workspace files and MicroStation V8 workspace files on the local file server.

    I am certain there are numerous other ways to “set” MicroStation configuration data for networked MicroStation workspaces. The method I described is what worked for us in our office based on how MicroStation J workspaces were previously defined.

    AskInga Article #278

    • Askinga
    • Article
    • WorkSpacesConfiguration
    • Share
    • History
    • More
    • Cancel
    • Danielle Schutz Created by Bentley Colleague Danielle Schutz
    • When: Thu, May 22 2008 11:43 AM
    • Inga Morozoff Last revision by Bentley Colleague Inga Morozoff
    • When: Tue, Jun 8 2010 2:54 PM
    • Revisions: 4
    • Comments: 0
    Recommended
    Related
    Communities
    • Home
    • Getting Started
    • Community Central
    • Products
    • Support
    • Secure File Upload
    • Feedback
    Support and Services
    • Home
    • Product Support
    • Downloads
    • Subscription Services Portal
    Training and Learning
    • Home
    • About Bentley Institute
    • My Learning History
    • Reference Books
    Social Media
    •    LinkedIn
    •    Facebook
    •    Twitter
    •    YouTube
    •    RSS Feed
    •    Email

    © 2021 Bentley Systems, Incorporated  |  Contact Us  |  Privacy |  Terms of Use  |  Cookies