|
|
Applies To |
2024 |
|
|
|
Product(s): |
OpenPlant Modeler |
|
|
|
Version(s): |
24.00.02.28 |
|
|
|
Environment: |
Windows 11 (64 bit) |
|
|
|
Area: |
Error, Logs, Messages, Crashes |
|
|
|
Subarea: |
|
|
|
|
Original Author: |
Fer Mykiel Gonzales, Bentley Global Technical Support Group |
|
Overview
The workset is migrated from CONNECT Edition to 2024. However, when a DGN is opened in OPM, the following error appears:
This error is related to the Structural Modeling/ProStructures feature in OPM and could be resolved by following the steps mentioned below.
Steps to Resolve
1. Copy IntegratedStructuralModel.09.03.ecschema.xml and StructuralModelingComponents.09.03.ecschema.xml from the Out-of-the-Box workspace standards (C:\ProgramData\Bentley\OpenPlant 2024\Configuration\WorkSpaces\OpenPlantExample\Standards\OpenPlant\Schemas\) into your workspace-level standards schema folder
*if you wish to use structural modeling or ProStructures in your workset, kindly proceed,
2. Ensure that installation of OPM 2024 includes Structural Modeling and Detailing:
If this was not done during the installation process, kindly go to Programs and Change OpenPlant Modeler such that it would include that feature.
3. Follow the instructions mentioned in ProStructures Related Configuration Changes in OpenPlant Modeler 2024
· In step 1, rather than adding the configuration variable IncludeStructuralDetailing, add the whole section in the Modeler.cfg of the workset:
#----------------------------------------------------------------------
# Include ProStructures Configuration
#----------------------------------------------------------------------
%if defined(IncludeStructuralDetailing)
#-------------------------------------------------------------------
# Set IncludeStructuralDetailing = 1 to enable, 0 to disable
# Structural Modeling And Detailing (ProStructures)
# Default IncludeStructuralDetailing = 1
#-------------------------------------------------------------------
%if IncludeStructuralDetailing == 1
IncludeStructuralDetailing = 1
%endif
%if $(IncludeStructuralDetailing) == 1
%if exists ($(PROSTRUCTURES_WORKSET_STANDARDS)ProStructures.cfg) && exists ($(PROSTRUCTURES_WORKSET_STANDARDS)ProStructures_Common.cfg)
%include $(PROSTRUCTURES_WORKSET_STANDARDS)ProStructures_Common.cfg
%include $(PROSTRUCTURES_WORKSET_STANDARDS)ProStructures.cfg
MS_RIBBONRSCLIST > $(MSDIR)Ribbon\ProStructuresInOpenPlantModelerRibbon.rsc
%else
%endif
%else
%lock IncludeStructuralDetailing
%endif
%endif
Still a Problem?
If above problem persists, then please log a Case and contact the Bentley Global Technical Support group. While logging a Case, please include all relevant information to get in-depth analysis for a solution or workaround.
Comments or Corrections?
Bentley's Global Technical Support group requests that you please confine any comments you have on this Knowledge Base Article entry to Forum section. THANK YOU!