Unable to Load Document with MicroStation using Managed WorkSpace of OpenPlant Modeler CONNECT



Applies To 
Product(s):OpenPlant Modeler CONNECT Edition Update 9
Version(s):

10.09.00.74

Environment: Windows 10 (64-bit)
Area: ProjectWise
Subarea: File Open
Original Author:Deepak Singh, Bentley Product Advantage Group

Overview

Using OpenPlant Modeler managed workspace upon opening a document with MicroStation, it struck at Gathering data for configuration files. Refer image as shown below.

Background

In this wiki article, we will explore about the recommended changes that are required to allow OpenPlant Modeler managed workspace to load a document using MicroStation application.

Steps to Accomplish

  1. Load ProjectWise Explorer and login to datasource
  2. Changes are required at workspace and workset level for standard.cfg file.
  3. Login to datasource and expand workspace. Select Standards.cfg and open it in notepad or notepad++.



  4. Modify the variable as shown below.

    %if defined (_USTN_PRODUCT_DIR_NAME)
    %if exists ($(_USTN_WORKSPACESTANDARDS)$(_USTN_PRODUCT_DIR_NAME)/*.cfg)
    %include $(_USTN_WORKSPACESTANDARDS)$(_USTN_PRODUCT_DIR_NAME)/*.cfg level Workspace
    %endif
    %endif


  5. Save the changes and check-in the document file.
  6. Similarly, navigate to Standards.cfg from workset level, refer image as shown below.



  7. Select Standards.cfg and open it in notepad or notepad++.
  8. Modify the variable as shown below.

    %if defined (_USTN_PRODUCT_DIR_NAME)
    %if exists ($(_USTN_WORKSETSTANDARDS)$(_USTN_PRODUCT_DIR_NAME)/*.cfg)
    %include $(_USTN_WORKSETSTANDARDS)$(_USTN_PRODUCT_DIR_NAME)/*.cfg level Workset
    %endif
    %endif


  9. Save the changes and check-in the document file. Try loading document with MicroStation CONNECT.
  10. Notice that it load the document successfully.

See Also

communities.bentley.com/.../openplant-modeler-connect

Still a Problem?

If above problem still persists, then please create a Service Request and contact the Bentley Product Advantage group.  Please include a list of all relevant details to get in depth analysis for a solution or workaround.