Skip to main content

I have simple workbench, which pulls data from Oracle Spatial and writes the data into Postgres Dynamic Writer. The workbench when ran, throws the following error,

"Esri Geodatabase Writer: Feature Type Definition 'd_y_n' was requested, but not defined. Please visit https://www.safe.com/support

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

FeatureReader (QueryFactory): A fatal error has occurred. Check the logfile above for details"

WorkbenchThe attribute manager is used to match the name of the fme_feature_type_name and the dynamic writer featureclass name ,

Attribute ManagerThe dynamic writer has the following parameters as shown in the image,

Dynamic Writer 

I couldn't figure out what mistake am I making here. Could any one please help ?

 

Thanks in advance.

 

 

Not sure if this will fix your issue, but I believe fme_feature_type_name  in the schema corresponds with fme_feature_type in the features so you should update both streams?


Not sure if this will fix your issue, but I believe fme_feature_type_name  in the schema corresponds with fme_feature_type in the features so you should update both streams?

Hi @nielsgerrits​  Thanks for the reply. May I please know what does it mean to update both streams ? could you please explain ?


Hi @nielsgerrits​  Thanks for the reply. May I please know what does it mean to update both streams ? could you please explain ?

I think you need to replicate what you did in the schema feature, replacing fme_feature_type_name to $(TARGET_TABLE), in the data features coming from the Generic outputport. AttributeExposer, expose fme_feature_type, AttributeManager, replace fme_feature_type with $(TARGET_TABLE).


Reply