Skip to main content

Hello 

 

I have a simple workbench that should export data from and ArcSDE Geodatabase to a local File Geodatabase. 

I have 2 readers, 1 for a point feature and one for a polyline feature. After the reader I only have a datetime Stamper and an Attribute Manager. These features should be written to a local file geodatabase, so both features in the same file geodatabase. The goal is to run this automated every day, so I used “Fanout Expression” with “Export_@Value(timestamp).gdb” so the exported file geodatabase has the date in the name. 

If I run this script in FME Workbench it works perfectly fine and I have the 2 features in the same local geodatabase. I uploaded this exact script into FME Flow, configured the connection to the ArcSDE Geodatabase and the desitnation file geodatabase. But now if I run in in FME Flow only the point features get written correctly into the file geodata base, the polyline features not. But there is also no error so I have no idea why. 

 

Im a noob so im sure the solution is something stupid but I cant figure it out. Any help is appreciated. 

 

 

 

 

The transaction log will have more about the ERROR…. https://docs.safe.com/fme/html/FME-Form-Documentation/FME-Form/Workbench/Viewing_the_Log.htm Flow > Jobs and open the log. Toggle the ERROR button or do a search for that word and debug from there. 

The writer (file geode) has a dataset. Perhaps the Flow machine doesn’t have access/security to write to that location. Read up about options to use a service account to write to network file servers https://docs.safe.com/fme/html/FME-Flow/AdminGuide/Running_System_Services_Under_Different_Accounts.htm or write data to Shared Resource Data 

Consider using User Parameters to handle reader/writer dataset paths.