Issues with importing IFC files into SYNCHRO Pro 6.3.2.0 that are exported from Civil3D
The client demands a recorded video of the workaround.
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])\)toIFCLABEL\(\'$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.
The client demands a recorded video of the workaround.
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.