Skip to main content

GEOPACKAGE writer: Creating layer 'roadnetwork_full' with geometry type 'wkb_unknown'

GEOPACKAGE writer: Wrong field type for id

GEOPACKAGE writer: Unable to create attribute 'id' of type 'text(2147483647)' on feature type 'roadnetwork_full'

GEOPACKAGE Writer: In Feature Type 'roadnetwork_full', 'fme_table_handling' has invalid value 'CREATE_IF_MISSING'. Possible values include: 'CREATE_IF_MISSING', 'DROP_CREATE', 'USE_EXISTING'

A fatal error has occurred. Check the logfile above for details

... Last line repeated 2 times ...

GEOPACKAGE writer: Committing transaction of 535 features to feature types 'roadnetwork'...

Try to use a AttributeKeeper and select no attributes before the GeoPackage writer. To see if something gets written. If it works - then there is an error with some of the attributes. Can you supply the inputfiles and the workspace?


It appears that your roadnetowrk_full uses a parameterized (attribute based) fme_table_handling, this contains an error. Or that error gets generated because it can't store your provided id, into the id definition of your writer. By the looks of it it tries to convert your input id number into text, make sure that you use the right datatype and length for the id attribute in your output featuretype.


Reply