Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
OpenPlant | AutoPLANT
  • Product Communities
OpenPlant | AutoPLANT
OpenPlant | AutoPLANT Wiki How to Fix Folder ID Error Upon Performing Follow Page Connector and Update in OpenPlant PID SS10
    • Sign In
    • -OpenPlant | AutoPLANT Wiki
      • -OpenPlant
        • +CONNECT Services - OpenPlant
        • +Example Configuration - CONNECT Edition
        • +Installations - OpenPlant CONNECT Edition Applications
        • +OpenPlant Download Links & Videos
        • OpenPlant Product Compatibility
        • +OpenPlant Modeler CONNECT
        • +OpenPlant PID CONNECT
        • +OpenPlant Isometrics Manager CONNECT
        • +OpenPlant Orthographics Manager CONNECT
        • +OpenPlant Support Engineering CONNECT
        • +OpenPlant Project Administrator CONNECT
        • +OpenPlant CONNECT Edition-PlantSight Integration
        • +OpenPlant Modeler v8i
        • +OpenPlant Isometrics Manager v8i
        • +OpenPlant Project Administrator v8i
        • -OpenPlant PID v8i
          • +Application Solutions - OPPID
          • +Class Editor - OpenPlant PID
          • +Customization - OpenPlant PID
          • -Database - Plant Project
            • How to Create a new SQL Server Project and Synchronize OpenPlant PID Projects to it?
            • How do I turn on Number Auto Incrementation of Components on placement?
            • How to Associate an OpenPlant PID Drawing with Another Project
            • How to Change OPPID and Plant Project's Names
            • How to Configure Particular Project to Work in Offline Mode By Default
            • How to Create Custom Border and Map Custom Property with Database
            • How to Get Related Valve Tag in Instrument List in Data Manager
            • How to Map Custom Properties with Database
            • How to Map Input/Output Signal of Instrument in OpenPlant PID
            • How to Select Field Value from External Database PickList
            • How to Setup a Batch Routine to Sync all Drawings in my Project to the Database at one time
            • How To Show Modified Tag Format in Data Manager
            • Importing Data into the Plant Project Database from an Excel Spreadsheet
            • Mapping Plant Project Extended Data Fields to OpenPlant PowerPID
            • OPPID - How to use the Class Editor Mapping Extension for the Plant Project Database
            • OPPID- How to add custom properties to specific piece of equipment or sub class and link to a database
            • Plant Project Database - Class Mapping
            • Plant Project Database - Operations with Schema Mapping and Mapping Add-in panel
            • Plant Project Database - Oracle Install notes
            • Plant Project Database - Relationship Mapping
            • Plant Project Database Tag Format - Tag Codes
            • Setting OpenPlant PowerPID Project with Plant Database Project
            • To Import Modified Tags from Excel in Data Manager
            • Error: "Connection Test Failed" While Mapping SQL Database to Plant Project
            • Calculated EC Property Shows Failure Value in Data Manager
            • "{SERVICE_IS_RELATED_TO_EQUIPMENT(VG.0000003279)} belongs to the ECSchema {ECSchema: PlantProjectSchema.01.04} which is not supported in this connection" Error on Synchronizing from Database to Drawing
            • "Project ID 'XXXX' not found in AT_PROJ.DB3"
            • How to Fix Folder ID Error Upon Performing Follow Page Connector and Update in OpenPlant PID SS10
            • How to Fix Issue of Missing Tables upon Unpackage SQL Mode Project to Access Mode
            • How to Move a Project Database from One Directory to Another For OPPID
            • How to Work with Follow Page Connector and Update for a ProjectWise Managed Env in OpenPlant PID SS10
            • Troubleshooting Synchronization issues using Component Selection Tool
          • How to Cascade Associated Item's Value from Associated Class to Fitting Class in OpenPlant PID V8i
          • How to cascade Associated Items value from Pipeline to Reducer using Notifier in OpenPlant PID V8i
          • How to Change the Existing Cell Component Graphics in OpenPlant PID V8i
          • How to Fix Modified Tag Value Upon Second Sync in OpenPlant PID V8i
          • How to Hide the Actuator Prompt for Control Valve in OpenPlant PID V8i
          • How to include custom schema in OpenPlant PID under component manager
          • How to Point Custom WorkSpace Location in OpenPlant PID SS10
          • How to set the Fail Mode List for control valve Placement in OpenPlant PID V8i
          • +Properties - OpenPlant PID
          • +Release Notes - OpenPlant PID
          • +Training - OpenPlant PID
          • +White Papers/Guidelines - OPPID
        • +OpenPlant Orthographics Manager v8i
        • +OpenPlant Support Engineering v8i
        • +OpenPlant ModelServer v8i
        • +OpenPlant Reporting v8i
        • How to Connect with Bentley Technical Support Team using Microsoft Teams
        • How to Connect with Bentley Technical Support Team using Microsoft Teams via Browser
        • How to get list of installed applications/programs on Windows Machine using Command Prompt.
        • How to get list of Windows Updates installed on the machine using Command Prompt.
        • How to Package WorkSpace to be Shareable to Users for OpenPlant Projects
        • How to find iModel.dgn file of another domain in PlantSight
      • +Bentley AutoPLANT
      • +Bentley Navigator
      • +Bentley PlantSpace
      • +Plant Project Tools
      • +Bentley Raceway and Cable Management
      • i-model Composition Service for S3D
      • Working from home with OpenPlant
      • Working from home with Bentley Raceway and Cable Management
      • Working from home with AutoPLANT Modeler
      • Your Feedback is important to us!

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

    How to Fix Folder ID Error Upon Performing Follow Page Connector and Update in OpenPlant PID SS10


    Applies To 
    Product(s): OpenPlant PID SS10
    Version(s):

    08.11.12.03

    Environment:  Windows 10 (64-bit)
    Area:  OpenPlant PID-ProjectWise Managed WorkSpace
    Subarea:  Follow Page Connector and Update
    Original Author: Deepak Singh, Bentley Product Advantage Group

    Background

    For old drawing files coming from SS6 or lower version, even both the drawings are synced to the database, the Follow Page Connector and Update doesn’t work and prompt error message. Refer sample image as shown below.

    In order to troubleshoot such issues, we need to explore the database table dbo.doc_reg and columns DCM_ID and PWV_ID. Due to NULL or blank value for these fields in database, application will prompt such message upon using Follow Page Connector and Update.

    Steps to Accomplish

    1. Login to SQL database using SQLMS.
    2. Search for dbo.doc_reg table, right click on the table and pick Select Top 1000 rows as shown below.



    3. Arrange the database columns and inspect records for DCM_ID and PWV_ID. Notice that for both of the drawings, values are blank or NULL for DCM_ID and PWV_ID, refer image as shown below.



    4. In order to make Follow Page Connector and Update working, these fields must have correct value into it.
    5. To enter the correct values, load ProjectWise Client and go to Models file folder.
    6. Right mouse click on the Header and click on Manage Views. Refer image as shown below.



    7. Click on New to define a new Views as shown below.



    8. Enter desired view name, from Basic Columns include Object ID and from Folder Columns include Folder ID. Refer image as shown below.



    9. Click on OK, notice that in ProjectWise Explorer/Client these fields are populating values as shown below.



    10. If we compare it with SQL database of dbo.doc_reg table, we can conclude that

      PWV_ID is Folder ID &
      DCM_ID is Object ID.

    11. In SQL database, for dbo.doc_reg, edit the records w.r.t details in Folder ID and Object ID from ProjectWise Explorer. Refer image as shown below.



    12. Close the database and all open session of ProjectWise and OpenPlant PID.
    13. Load desired document file and perform Follow Page Connector and Update. Notice that it works properly and points to linked drawing file.

    See Also

    How to Work with Follow Page Connector and Update for a ProjectWise Managed Env in OpenPlant PID SS1...
    Applies To Product(s): OpenPlant PID SS10 Version(s): 08.11.12.03 Environment: Windows 10 (64-bit) Area: OpenPlant PID-ProjectWise Managed WorkSpace Subarea…
    Last edited over 1 year ago in OpenPlant | AutoPLANT > OpenPlant | AutoPLANT Wiki

    • Folder ID upon Follow Page Connector and Update
    • OpenPlant PID
    • OpenPlant PID SS10
    • Fix for Folder ID in OpenPlant PID
    • OpenPlant PID SS10 Managed WorkSpace Folder ID issue
    • Follow Page Connector and Update
    • Share
    • History
    • More
    • Cancel
    • Deepak Singh Created by Deepak Singh
    • When: Mon, Jun 28 2021 10:03 AM
    • Revisions: 1
    • 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

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