Y’all.
I have a workspace, that exports a number of database tables to a File GeoDatabase.
The workspace uses a FeatureReader and a Writer with three dynamic featuretypes (for point, line and polygon features). The writer is “Esri Geodatabase (File Geodb Open API)”.
When I run it in Desktop(Form) 2020.2, it works perfectly.
When I run it as a job on Server(Flow) 2022.2, all features issues a warning, e.g.
FileGDB Writer: A feature with feature type `HOERSHOLM_Afløbskomponent_point' could not be written
I’ve tried running it in Desktop 2022.2, and this apparently doesn’t work either.
I’ve tried to upload the workspace from here, but this still fails the same way.
The output path is a UNC path to a ZIP file.
Does the FileGDB writer have an issue with 2022.2 or any of the above details ?