Deploying FME Flow in the cloud
Recently active
We need a FME Flow data stream which generates an HTML page showing an index of all available FME Flow Workspace Apps on our FME Flow instance.In FME Server 2022 REST API V3 we used [FME_Server_instance]/fmerest/v3/apps?.In FME Flow 2025 REST API V4, when we use the analogue [FME_Flow_instance]/fmeapiv4/flow-apps?, we do not obtain a result.Which is the appropriate call to obtain the information on all Workspace Apps available on an FME Flow instance in REST API V4 (as e.g. is [FME_Flow_instance]/fmeapiv4/repositories? to obtain all Repositories)?
Hello everyone,We are encountering an issue with FME Flow 2025.2.1 where jobs stop unexpectedly without any error message.Scope / Versions✅ Issue occurs in: FME Flow 2025.2.1 ❌ Issue does NOT occur in: FME Flow 2024.1.2.1 FME Form 2025.2.1 This suggests the problem is specific to FME Flow 2025.2.1 and not related to the workspace or FME Form itself.Observed behaviorThe job stops abruptly without any error reported in the FME Flow UI or job log. Enabling Debug logging in FME does not provide any additional insights. The same workspace runs successfully in: FME Form 2025.2.1 FME Flow 2024.1.2.1 FME Flow loggingWe reviewed additional server-side logs.In fmeprocessmonitorengine.log, we consistently see that the engine ends unexpectedly.Relevant log snippet:Tue-07-Apr-2026 04:31:29.648 PM INFORM requesthandler 401831 : Accepted new client connection from /127.0.0.1 on port 7500Tue-07-Apr-2026 04:32:14.937 PM INFORM Thread-46 localhost_Engine1 WARNING: sun.reflect.Reflection.
In Flow 2025.1 the message user parameter type would show with an info icon and blue background in a workspace app. In 2026.1 there is no colour behind the message, just the text and the plain white background. I cannot show much here but this is what I’m seeing - the top line should have the blue background and info icon:Interestingly in the workspace app editor the blue background does show for messages there.
Hi,I'm running a bit older version of FME Flow (2023.2.5). I'm trying to upload files to an S3 type storage with the S3 connector. In FME Form it’s working fine, FME Flow fails: FMEException: 933502: S3Connector: There was an error connecting to Amazon S3: 'Connect timeout on endpoint URL: "**"'. Confirm that your credentials and region settings are correct. Some regions are not publicly available - contact AWS for more information.If I use a PythonCaller with the same credentials it's working fine, so I guess it's not a network or proxy problem. I've tried using an older version of the S3 connector, but with the same results.If anybody has an idea how to fix this or where to look I would be very grateful!Cheers,Bram
Hi, I am using an FME Server app in which a theHTTPCaller is used to call on a second FME Server workspace. Here are some of the tags used in the URL (opt_showresult=true&opt_servicemode=sync&opt_responseformat=json)Long translations fail and return a HTTP 504 (HTTP/1.1 504 Gateway Time-out) even with the connection timeout lenght and transfer timeout lenght set to 0 Is there a way to avoid these timeouts? I suspect that it has to do with the FME Cloud settings, anybody can shed some light on the subject? Cheers,Itay
Is it possible to use FME Flow Hosted with a Remote engine located on an internal network. Thinking that this configuration would minimise FME Flow core maintenance, Simplify firewall rules, provide access to internal network resources like file system shares and databases... If it is possible, is there any documentation on how to setup this configuration.Cheers,e.
Hi All,We have FME Flow (and Hosted) 2023.2.I would like to set up a FME Flow Hosted instance. The instance will have engines configured both on Cloud and on-premise. I am not very sure if the FME Flow Hosted instance can connect to the remote on-premise engines through so-called remote engine service. I read a discussion of the topic in this Forum below. It appears to be negative. But the discussion was 9 months ago. Not sure if it is still valid today. As the FME Administrator's Guide states, “Customers of FME Flow Hosted can also connect to Remote Engine Services.” https://docs.safe.com/fme/html/FME-Flow/WebUI/Remote-Engine-Services.htm#:~:text=Customers%20of%20FME%20Flow%20Hosted,Flow%20installation%20behind%20a%20firewall.But it is still not very clear and definite. Therefore. can anyone shed some light on this? Thanks-John
Hello!I need to create an automation that will calculate 3 condition scores based on a series of questions answered via S123 submissions. What transformers would be best to use to calculate the condition scores? I’ve tried using the expressionevaluator, but it seems like the values don’t all get transferred. I’m also having a difficult time writing the calculated scores back to the feature service, what parameters should be set when writing calculated scores back to the feature service?Thanks for any help!
Hi I am running a flow in FME form to send some automatic email and it is working fine. However, when I publish this to FME flow, it throws an error message below:I see in some of previous post to delete safe.emailer under reources and package. I did try that, however issue still persist. Can anyone please help? 69 2025-10-15 19:46:41 | PythonFactory failed to load python symbol `fmepy_emailer.Emailer' 70 2025-10-15 19:46:41 | Factory proxy not initialized 71 2025-10-15 19:46:41 | Emailer_CALLER (PythonFactory): PythonFactory failed to process feature
Does anyone know how to create an app to allow external users to upload ANY TYPE of data to a specific place :) ?Can be on flow or on our computer :)I can only find solutions for data of certain type or to be an input into an pre existing file.
Hi,We want to install FME Flow Hosted and would like to access to our internal network, so users can Read and Write files from the several disks.How can we do that?Thanks!
I have a scheduled automation which runs every hour, it just checks how long the job queue is - the are no user parameters.Once a month or so I get an ERROR in the workspace.The error is (log attached):2025-07-10 09:58:00| 0.0| 0.0|ERROR |'\xA0\xC2y\xDD/Z\x00\x0010 09:58' is not recognized as a valid encoding name.It’s an old workspace written with FME 2020 that’s been migrated a few times in FME Server to in FME 2024.2.2The log indicates that something is getting garbled. I can see part of a timestamp in there - the timestamp is the the start time of the job. I’ve see a similar error in other jobs as well on customer servers as well with different jobs (also intermittent. Has anyone else experienced intermittent errors like this?I have a hunch that making a whole new workspace in FME 2024 will make the error go away - but was curious is anyone else had run into this
We have an FME Flow Hosted instance running and I need to connect to an MS SQL Server. I have seen from the Reader/Writer documentation that MS SQL is not supported from FME Flow Hosted.Does anyone have a suggestion how we could still connect to MS SQL?The question is very relevant to us, since we plan to migrate to an FME Flow that will also run from an Linux-instance, which seems to be the cause why it isn’t possible to connect to MS SQL. N.B. Our current FME version is 2024.0.3.
In my FME Flow app - I have a geometry/location picker option and sometimes the map is not centered right/doesn’t load correctly (notworking.png) but once a user refreshes the app a few times it goes back to working again (working.png). I’m on version 2022.1 of Flow Hosted and have the screenshots of what the different maps look like below.
Hi everybody, Has anyone had success with accessing a file share on a domain-joined server from an FME Flow instance hosted on a VM that is not domain-joined? If so, what mechanism did you use to put this in place? Thanks for any thoughts and ideas!
Hi,I’m attempting to run a workspace on FME Flow Hosted from within another workspace with an HTTPCaller using a webhook URL.The child workspace will eventually return a URL link to a zip file as it uses the DataDownload service.The workspace can take some time to run (> 5mins) as the data can be quite large.My issue is that I want to run the job synchronously so I’m able to retrieve the URL within the parent script to send it within an email, but the HTTPCaller always times out if the child script takes longer than 300s to run even if I set the timeout values to anything over 300s or even 0 (wait indefinitely). It is successful if the child script runs quickly (<300s).This is a problem as most instances will take longer than 300s.I don’t understand why it times out if it goes over 300s even if I tell it to wait longer.Is this a bug? If so, is there a work around or is it on the path to being fixed?Thanks
From FME Script I’m using FMEFlowNotifier and sending one attribute value to a specific topic. Then I have a subscription that listens on that topic. So far so good. The problem is that when email is sent, the email body that I specifified on the server is not included in the mail. Anyone who can think of a reason for this?
Hello, we noticed that with multiple scripts that have the feature portal service writer problems occurred: This is part of the log file when trying to run the workbench script:Loaded Python module `arcgisonlinefeatures' from file `C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\python\fme-plugins-py311.zip\arcgisonlinefeatures\__init__.pyc' Writer `ARCGISPORTALFEATURES_2' of type `ARCGISPORTALFEATURES' using group definition keyword `ARCGISPORTALFEATURES_2_DEF' Loaded Python module `arcgisonlinefeatures' from file `C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\python\fme-plugins-py311.zip\arcgisonlinefeatures\__init__.pyc' Message Type: fme::internal::_v0::py::Exception Python Exception <ValueError>: invalid literal for int() with base 10: '<Unused>' ARCGISPORTALFEATURES writer: An error has occurred. Check the logfile above for details When running the script using a local .gdb as a writer there are no problems and the script runs fine. What c
Hi all, I am wondering if anyone has faced a similar challenge. I created an FME workbench and published it to FME Flow successfully with some user parameters. The challenge is that I would like to send a message to the user after the job has completed running (or if failed). So instead of saying the job is completed or failed, I would like to modify it to give a more meaningful message.I do not want to send emails to users, otherwise I would have tried topics or automations. I just want to send a message (from an attribute) that appears at the end of the job.Thanks for the support in advance! Regards,Maadh
Hello FME community, here’s an outline of what I’m trying to accomplish:The fmw is included as a FME Server Workspace App (Server version 2021.2.5, Build 21816 - Linux). The fmw searches for features within a specified area (drawn by the user in the map) and if features intersect the drawn area, they are bundled into a FeatureWriter and provided to the user via a DataStreaming service. This works great when features are intersected.When features are not intersected, a NoFeaturesTester (stored in the same Repository as the fmw) directs the output to create a HTML file (FeatureWriter_3), created and stored in $(FME_SHAREDRESOURCE_TEMP). This file says something like “No results returned, the are no features of type X.Y,Z in the extent MinX, MaxX, MinY, MaxY...etc).Each time I test the App, the html file is created and populated correctly. Now the bit I don’t know is possible: at the end of the process is a SystemCaller which is attempting to open the HTML file in a new web browser tab (w
I have two questions about hosting on the FME Flow Hosted ServiceThe first is, when the Cloud Flow is offline, is it possible to show another page or change the standard offline page? I am trying to save some costs to run the Cloud instance for only certain hours, and it would be nice to give users feedback, which informs them of the times the service is live.The second is,how can I use my own domain for the Flow Cloud Hosting? I would like to change it for pure simplicity and because it avoids confusion to users who don't know what fme is. Is there simple ways to change these two things, any help would appreciated, or links on how to achieve this. RegardsFred
Hi all,I have a workbench which has a parameter that asks for a .ZIP file for input.Specifying extension filters works in workbench - user can only add/view files with an extension “.ZIP”When i publish this to FME Flow, and create a flow app, the extension filters are ignored and the user can select/view any file of any type.Bug?Using FME 2023.2.0.0.FME Flow 2023.2, Build 23747 - win64thanks
Hi All,I am getting this error when i open FME Workbench and I am not sure what to do at this point this was working for me. I am no longer able to connect to my FME Flow established connection. 2024-05-30 11:14:36| | |WARN |SQL Query UPDATE fme_nc_namedconnections set connectiontype = connectiontype WHERE fme_nc_namedconnections.ncid = ? failed. Error: attempt to write a readonly database
We have two hosts for a fme server application. One is working fine. But, another host app service was stopping frequently. getting above error for one of the host
Hello,In FME flow, when I try to share an “automation” using the corresponding button, I get a blank box with the “OK” button greyed out and no ways to share the automation of other users of the fme flow instance.Did I missed something ? Thanks for your feedback !