A space to discuss FME Flow
Recently active
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.
Dear FME users,Already for days we're trying to get an automation to work with a HTTPCaller using certificates.The HTTPcaller works when we put in the HTTPCaller the option 'Verify HTTPS Certificates' to 'No’, see printscreen below.However when we publish the workbench to FME Flow and run it from an automation we are getting the following two errors:Aanroep_gateway_lijst_ftp (HTTPFactory): [1]: HTTP transfer error: Problem with the local SSL certificateAanroep_gateway_lijst_ftp (HTTPFactory): An error occurred while accessing the URL 'https://tst….We configured different things to get it work, first of all we added the server certificate (of the server to which we are trying to connect with the HTTPCaller) to the Java keystore, as described in: SSL Certificate Handling for FME Transformers – FME Support Centerkeytool -import -trustcacerts -keystore "G:\FMEServer\Utilities\jre\lib\security\cacerts" -storepass changeit -noprompt -alias aseqltst100Root -file "<location file>"And:key
For one of the first versions of Data Virtualization, it is required to create a work-around for IIS. Unfortunately it is not possible to react on the knowledge article directly anymore.I just updated to build 25835 and after a quick test I see the work-around is still required. From which version onwards is this not necessary any more?
Dear All starting using FME Flow - MCP Server,I have an existing FME workspace performing semantic search using Microsoft Copilot Retrieval API searching against SharePoint Document Library, which was used with a FME Flow App (Semantic Document Search Engine). It will return HTML based search results with generative AI vibe-coded UI. It has been working quite well for our end users.Now, since we are all very excited about potentials of FME Flow - MCP Server. I have made a copy of my workspace and convert the out to JSON writer or TEXT writer to streaming JSON of the semantic search results.However, Claude AI seems to only be able to get returns of job submission log from the MCP tool: { "id": 182, "featureOutputCount": 2, "requesterHost": "X.X.X.X", "requesterResultPort": 57366, "resultDatasetDownloadUrl": null, "status": "SUCCESS", "statusMessage": "Translation Successful", "timeFinished": 1774908390000, "timeQueued": 1774908385000, "timeStarted": 1774908385000, "outputLoca
Hi,I am using FME 2026.1, trying to create a map using AttributeCreator+ PDFStyler.However, when I set my label height to for example, Arial,5, my text comes out bold. When I select Arial,5,BOLD, my text comes back looking regular. Is that a bug just for me? I was stuck on it for ages trying to figure it out. Yes, it is also the case when i set a font size like 5 (not from an attribute).I am wondering if anyone else has this issue.
Testing after upgrading preprod to FME 2025.2.1 and it appears that an issue that would previously (FME Flow 2024.1) be reported back from the database, i.e. incorrect user/incorrect syntax do not appear in the log filee.g. running a workspace with an SQLExecutor with a query with incorrect syntax in FME Form 2025.2.1 results in an error, e.g.“java.sql.SQLException: Line 1: Incorrect syntax near '}'.”No such message appears when running the workspace in FME Flow. The workspace fails but no SQLException is returnedThis appears to be the same whether you connect with using JDBC or Microsoft SQL Server (JDBC).
The Black line starting from left should align(shown in yellow) with red line.how to accomplish this in fme.Polygon 1 and 2 belongs to one layer and polygon 3 is from another layer.
If you have an existing automation and need to make a change, you make your changes and publish \\ overwrite in FME Forms. Once you go to the automation and stop it, all parameters are reset to defaults. This happens even to workspaces that were not updated. This has happened the last 2 or 3 releases, currently we are onFME Flow 2023.1Build 23619 - win64
I’ve tried reviewing results from /schedules. This doesn’t seem to include our schedule triggers in automations.Neither /automations or /automations/{id} return the required information.Can anyone point me in the right direction?Thanks!AW
Hi all!In our 2025.2 Flow installation we have AD synchronization and authentication for quite sometime, with some 100+ users and a number of groups. Now we are about to deploy SAML - I am able to get it to work for a new user/role, but if there is an existing user/role there is a collision, and the process fails.Am I understanding it correctly that I actually have to delete (or at least rename) all users and roles before we can start using SAML fully?What we see in the logs:417551 : An error occurred during SAML login: Specified user role already exists.417551 : An error occurred during SAML login: Non SAML user account "nordpil" already exists. Please contact system administrator for support.
Hello,I have a workspace with a custom transformer that does lot’s of things but we can consider this :Get a list of feature type to read Read data with a feature writer Make a bunch of tests with spatial relators, feature merge and plenty of transformers If some error are found : those objects are outputed If no error are found, nothing is outputed.In local, with FME Form, no problem, it works, nothing is returned :REGLE_TOPOLOGIE KO_PONCTUEL_TOUCHES_LINEAIRE Output Renamer/Nuker (TeeFactory): Cloned 0 input feature(s) into 0 output feature(s)REGLE_TOPOLOGIE KO_PONCTUEL_INTERSECTS_PONCTUEL Output Renamer/Nuker (TeeFactory): Cloned 0 input feature(s) into 0 output feature(s)REGLE_TOPOLOGIE KO_LINEAIRE_INTERSECTS_LINEAIRE Output Renamer/Nuker (TeeFactory): Cloned 0 input feature(s) into 0 output feature(s)REGLE_TOPOLOGIE KO_LINEAIRE_CROSSES_LINEAIRE Output Renamer/Nuker (TeeFactory): Cloned 0 input feature(s) into 0 output feature(s)REGLE_TOPOLOGIE KO_SURFACIQUE_OVERLAPS_SURFACIQUE Outp
Has anyone ever encountered this system event message previously?Event Description: Triggered whenever an error message is logged to fmeserver.log.Event Title: Error Message LoggedMessage: Parameter macro error for job requestThis is occurring when a workspace in an automation completes successfully and should be triggering a downstream workspace but instead this message appears in the system events and no workspace is triggered. The parameters in the workspace that is failing to be triggered are not dynamic and have not changed recently. Since the automation has been switched on it has run successfully 139 times but we’ve now seen these messages in 5 of the past 6 runs. FME Flow 2024.1
HelloWe have just updated FME Flow to 2025.2.4. As we also need the qfieldcloud-sdk module, I installed it with pip-install "C:\Program Files\FMEFlow\Server\fme\fmepython313\python.exe" -m pip install qfieldcloud-sdkSomehow this installation got mixed up and the module was installed in python 3.12"C:\Program Files\FMEFlow\Server\fme\fmepython313\python.exe" -m pip show qfieldcloud-sdkName: qfieldcloud-sdkVersion: 0.13.0Summary: The official QFieldCloud SDK and CLI.Home-page: https://github.com/opengisch/qfieldcloud-sdk-pythonAuthor:Author-email: Ivan Ivanov <ivan@opengis.ch>License:Location: C:\Program Files\FMEFlow\Server\fme\fmepython312\Lib\site-packagesRequires: certifi, charset-normalizer, click, idna, pathvalidate, requests, requests-toolbelt, tqdm, urllib3Required-by:(» Location: C:\Program Files\FMEFlow\Server\fme\fmepython312\Lib\site-packages)Previously, we used FME Flow 2024.1.2.1, which used python 3.12, FME Flow now uses python 3.13 and as the module is installed in
Hello,I am trying to run a workspace using FMEFlowJobSubmitter to our FME Flow server, but the job submission fails.The log shows the following error:This workflow was working with our previous installation using FME Flow 2023, but since our new installation the job submission fails.Does anyone know what could cause this error?Thank you.
Hi FME community,I am trying to fanout to a GDB using FME 2025.1.2 in windows. I keep getting this error :Esri Geodatabase Writer: Feature Type Definition 'd_y_n' was requested, but not defined. Please visit https://www.safe.com/supportGEODATABASE_FILE writer: An error has occurred. Check the logfile above for details When i just simply export without fanout it works fine. I have tried removing fme_template_feature_type using attributemanager (even though it is not an attribute in my database) also tried AttributeKeeper. Nothing seems to work. Thank you
Hello Forum, In FME Flow's App builder I would like the word in the OK button to be 'Run' instead of 'OK'. This is because OK, is often thought of as also meaning close (yes, I know the users could just close the browser tab). But of course, in the case of FME Flow Apps OK most definitely means 'run it'. So, it would be better if the word OK was replaced by Run. I've looked in Flow Apps>Manage Workspace Apps>(click the App in question)>Customise, but there doesn't seem to be an option to change the wording of the OK button. Any ideas? Thanks,Stuart
Hi have a flow which takes in data from a secure file transfer protocol, processes the data and produces two CSV files. Currently these files are written to a local drive. How can they be saved to the FME server so that they can be used in other workflows during a particular session and then deleted afterward? Im guessing a flow parameter needs to be created and then pointed to by the writer but I really cant figure this out exactly
I have an automation that trigger an HTTP Request to get informations on a job :host.com/fmeapiv4/jobs/{user.id} The HTTP request is send and I get my response : {"id":122,"engineHost":"localhost","engineName":"localhost_Engine1",... ,"elapsedTime":29176,"cpuTime":7687,"cpuPercent":26.346997532218264,"peakMemoryUsage":186314752,"lineCount":2439,"warningCount":27,"errorCount":0,"remoteEngineName":"","remoteEngineJobLogUrl":""}I would like to send an other http request based on the content of the body response :host.com/fmeapiv4/accounts/{runtimeUserID} The runtimeUserID key is a key in the http.body attribute which is a JSON value.I cannot extract some portions of this JSONI have try to get other keygs but it always failed :{http.body}.{runtimeUserID} {http.body.runtimeUserID} {runtimeUserID}and lots of combinations…Is it possible and if so, how to achieve this ?Thank you
I am logging in FME FLOW on our local FME Server (v25.2.1) using my AD Credentials that I manually enter. When I get logged in, I try to open several workbenches that I had previously uploaded and to which I had full access. However, I get a popup message “Unauthorized request by user (myaccountname) due to lack of proper permissions or the object does not exist.”I contacted the local FME administrator who advised that my account had full permissions to the workbenches I was trying to access. He advised I log off and back in several times, the implication that he was reviewing or changing something on his end. And always the same resulting error message.The administrator is adamant that I should be able to access the workbenches, however, I cannot.I had asked that the issue be escalated but the administrator was unsure where to escalate the issue.I am looking for any advice on the issue.Thanks in advance
As I understand things, currently one can only use the Esri enterprise geodatabase formats on a Windows host. When moving to kubernetes it is then needed to use queue control to direct those jobs to Windows VMs, which is not ideal.When can we expect those drivers to also work on Linux? And is the problem on the Esri side or the Safe Software side?
I create a simple FME Flow App - the user enters a word to search content. The FME workspace put the results into a html file under Resources/Data. I want put a link to this html file on the Flow App page to allow the user to click the link and open the html file in the browser to see the content. Can this be done?
Hi Community,I tried to use a DB Connection as Deployment Parameter and set it as Default value in the User Parameters in Workbench as shown in Screenshot below. However when I publish this workspace to Flow the User Parameter with DB Connection is empty and I need to select again the DB Connection manually (2nd Screenshot).Is this an expected behaviour? In my logic the User Parameter should be set automatically (works like this e.g. for Text Deployment Parameters as User Parameter). A workaround I found was to delete the User Parameter before deployment then the Job in Flow uses directly the correct DB Connection.Thanks for your response in advance - BR Kai. Deployment / User Parameter Settings in WorkbenchUser Parameter Settings in Flow
Is there any way to cancel a system restore, it appears to be hung at Unzipping migration package stage for 1.5 hours now. I think the file system/network glitched during the process. There is no cancel in the UI, no jobs running.
Hello!After an update from FME-flow 2024 to 2025 and after the update some roles are not able to open the repositories under workspaces. They get the message ‘Unauthorized request by user <user> due to lack of proper permissions or the object does not exist’. I'm a superuser and able to open the repositories. Is there a new option under User Management I'm not aware of? Or does someone know a solution?
We recently upgraded our FME Flow from version 2019 to FME 2025.2.1. Although we encountered several issues during the upgrade, the system is now running. However, we are facing a new error when executing an existing workbench. The workbench reads data from an Oracle table and generates GML and GeoJSON files. The files are generated successfully, but at the end of the process, the following error appears: 190 2026-1-20 14:33:00 | Router and Unexpected Input Remover (RoutingFactory): No geometry mapping entry found for 'fme_line' in metafile 'E:\Server\fme\metafile\ORACLE_SPATIAL.fmf'. Please visit http://www.safe.com/support Has anyone encountered this issue before? Any guidance would be appreciated.