Skip to main content

Hi everyone,

I have a problem that I can't seem to solve. I have a workspace that writes data from a PostGIS database to a feature layer on our portal using the ArcGIS portal writer. When this workspace is run locally on FME form, it works perfectly fine. When it is uploaded to portal and run there, it seems to work fine (the amount of features written is identical to the amount when run locally), but some important fields are not filled. Flow and Form both use the same web connection with the same authorization parameters. Why is it that a identical workspace that runs locally can fill all fields fine, but when run on portal it seems to not be able to fill these fields??? I have put testfilters and loggers in between to check if the fields actually have values and they do, so it must be a writer quirk. Field names between the features and writer are identical as well (all lowercase) so I am at a loss...

 

I am using fme form/flow 2023.2.2 and ArcGIS portal 11.1

Hard to say without data. No wornings in the logs? I never use this writer but I often read that it is very sensitive for schema differences. Maybe specific field types? Dates?


 

Hard to say without data. No wornings in the logs? I never use this writer but I often read that it is very sensitive for schema differences. Maybe specific field types? Dates?

 

Thanks for your response! The logs give no warnings suggesting something might be wrong. I thought about the vartypes too, but vartypes for the problem variables are identical as well (varchar(20) in fme, string(20) in the portal writer).

 


Reply