Appreciate your help.
Thanks for your help in advance.
Zubair
Appreciate your help.
Thanks for your help in advance.
Zubair
Described here:
http://fmepedia.safe.com/articles/Samples_and_Demos/Mapping-Schemas-using-SchemaMapper
I am not sure why FME is changing the value to space rather then inserting fileGDB default unless I am missing something.
I tried with static schema, even without the schema mapper, but the result is the same.
Any clue?
I have seen this behaviour when importing shapfiles with empty attributes into geodatabases with ArcMap (ie using ArcObjects).
/Tim
Reader error:
Geodatabase Error (-2147024809): Invalid function arguments.
Could not open File Geodatabase table `GeneralCategory/MiscellaneousFeatureArea'.
Writer error:
FileGDB Writer: A feature with feature type `LANDMARK' could not be written.
There is nothing more that I can understand from the log. I am using ArcGIS 10 and the feature is 3D.
Thanks
Zubair
I would send the error to FME support.
/Tim
Try inserting an AttributeTrimmer followed by a NullAttributeRemover (from the FME Store) before your Writer. I would be surprised if that doesn't work.
Also, try both the ArcObjects and the API Writer, as mentioned below.
David
@Tim - FileGDB API as you mentioned does work(inserts the defaults correctly) but only when a static schema is used, where there is one to one feature mapping. But it gives error (as stated earliar) when a dynamic schema is used.
@David - The attributes that I am talking about are not coming from reader nor they are created in the workbench, so attribute trimmer and nullreplace wont help as I wont be able to select them.
Thanks
Zubair