Skip to Main Content
Bentley Infrastructure Cloud IDEAS Portal - New
Status Already exists
Product Areas Codes
Created by Guest
Created on Aug 3, 2021

IFC import failure version 6.3.2.0

Issues with importing IFC files into SYNCHRO Pro 6.3.2.0 that are exported from Civil3D

  • Attach files
  • Guest
    Aug 6, 2021

    The client demands a recorded video of the workaround.

  • Admin
    Jacqueline Chen
    Aug 3, 2021

    Fix already available in 6.4.1.2.

    Due to the fact that user can't upgrade soon, workaround is to fix in Notepad++ per dev suggestions (which you can do as well with Notepad++, I did it by following dev suggestions) https://dev.azure.com/bentleycs/Synchro/_workitems/edit/576226

    Workaround/ Fix can be done in text editor like Notepad++ as regexp replacement:

    from:
    IFCINTEGER\(([0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9])\)
    to
    IFCLABEL\(\'$1\'\)


    Or the other option is to replace IFCINTEGER\(([0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9])\)

    to

    IFCINTEGER\(2147483646\)


    Fixed IFC is attached. and import of the fix file is successful in 6.3.2.0.

    You can provide the fixed file and respond to user now.