Skip to main content

Hi,

 

I am trying to insert feature from DWG format to GDB (with existing schema) .While translating I am getting following error. Kindly let me know how to avoid this error.

 

FileGDB Writer: A feature could not be written
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Feature Type: `RD_Road_Infra/CURBSTONE'
Attribute(string: UTF-8)           : `filegdb_type' has value `geodb_polyline'
Attribute(string: UTF-8)           : `fme_color' has value `1,1,0'
Attribute(string: UTF-8)           : `fme_feature_type' has value `GIS_DROP KERB'
Attribute(string: UTF-8)           : `fme_geometry' has value `fme_line'
Attribute(entangled: string: UTF-8): `fme_type' has value `fme_line'
          entangled to filegdb_type
Attribute(string: UTF-8)           : `multi_writer_id' has value `0'
Coordinate System: `'
Geometry Type: IFMELine
Number of Coordinates: 2 -- Coordinate Dimension: 3
(370808.8449767388,2682910.8213489666,271.036)(370808.4028391096,2682894.483091897,271.015)
===========================================================================
A fatal error has occurred. Check the logfile above for details
FILEGDB writer: A fatal error has occurred. Check the logfile above for details

 

Hi ​@kumarkannan1980 

You may be running into general errors in geometry. You could try using the GeometryValidator to identify, fix and or remove any bad records.
Hope that helps.


Reply