A space to discuss FME Flow
Recently active
Hello FME Community,I’m encountering a puzzling issue with a Jinja2 template that I’m running through the PythonCaller in FME Flow. The template works perfectly fine on my local machine, but when I deploy the same script on FME Flow, I receive the following error:Python Exception <TemplateSyntaxError>: expected token 'end of print statement', got 'X'Context:The Jinja2 template is used to generate a Contract document with placeholders that are populated at runtime. Below is a simplified version of the template:Contract1. A Person with these Details2. Name: {{ tag1 }} Postcode: {{ tag2 }} Date of Birth: {{ tag3 }} E-mailadres: {{ tag4 }}{% for compensation in compensation%}located at the* / the*: {{ fee.tag70 }} section: {{ fee.tag4 }} number(s): {{ fee.tag5 }}{% endfor %}Steps Taken:Local Testing: The template renders correctly when I run it locally using Python (same Jinja2 template) on my machine. FME Flow Execution: When running the same script on FME Flow, it fails
Hi, I am trying to connect transmission lines to POIs using the PointonLineOverlayer but before that i wanted to dissolve all the transmission lines into a singular line/polyline. The issue I am having is that regardless of what I try I am getting breaks in the lines where there isn’t supposed to be any like in the image below. I am trying to use a combination of the generalizer, snapper, intersector, and linecombiner transformers but these breaks still persist. I even tried to buffer the lines, dissolve and then use centerline replacer and they persisted. Would appreciate any advice on this manner.
I have a Web Connection configured that I use in my HTTPCallers as Authentication. This works fine on FME Desktop and also works for some time after uploading to FME Server. But after an hour or so (the expiry time of the token) all workflows on FME Server fail. So my guess is that the Web Connection does not refresh the TOKEN. Do you have any recommendations?My Web Service Settings:Acces Token Request: Request URL: configured Request Data: configured Access Token Response: Token Object Key: serviceResponse.access_token Expiry Time Object Key: serviceResponse.expires_in Expiry Time Format: Duration (Seconds) API Call Parameters: Placement: Header Header Format: Authorization: Bearer [TOKEN] This is the error log I get:`_error' has value `HTTP/1.1 401 Unauthorized' `_http_status_code' has value `401' `_response_body' has value `{ "statusCode": 401, "message": "GW-Unauthorized. Access token is missing or invalid." }'
Hello everyone, I need to create a loop in FME 2021, this loop would allow me to be able to browse several tables of several schemas of my database to retrieve a specific column "last_update" and then sort this column to retrieve the "last update date". So I would like to retrieve the "last update date" of all my tables but I don't know how to create a loop in FME 2021! Thank you for your help!
Hi All, I get the following error when trying to export a project where there is an issue with a dependency:This project contains items that don't exist or are inaccessible by you. My user is a superuser and I can see the file however when I click the link to take me to the file, I can see that the link is different. Is there a problem with the link?Link returned by project:/fmeserver/resources/lookup?path=FME_SHAREDRESOURCE_DATA%5CEDM_CSVexpected link:/fmeserver/resources/browse?path=FME_SHAREDRESOURCE_DATA%2FEDM_CSV&name=DataI noticed that @kate-safe mentioned in a recent ticket that this was a known bug ()Is there anyway to fix this without upgrading FME flow? It’s put a halt on all of our deployments.Flow installation details:FME Flow 2023.1Build 23619 - win64 Many thanks! Sam
Hey everyone,ich have a nice use case in our city: we want to offer a service where families can look which school is the nearest. My Idea was an app Server to create with only one field in order to type one Address. The System should calculate all the routes to the schools in the city (these addresses are known) and visualize them as a list or/and in a map as a result of the server app. Do you think this is possible? I need first of all a FME workbench with an address and a file with the school addresses and calculate the routes and I have problems to get it. If this task is done, do you think is it possible to show as output the list with the distances and the routes in a map? many thanks in advance!
Hi,I’ve a FME FLOW in 2023.2.1. Which version of FME FORM 2023.X.X we need to use ?2023.2.1 or 2023.2.4 (the last in 2023.X.X)Thank for your feedback
On FME Flow, can I use the same SharePoint Online Connector Webservice for the SharePoint Online Connector and the SharePoint List Reader/Writer?
I’m trying to learn how to use loops, so I’m creating a basic dissolve loop. However, no matter how many iterations I set it to run for. It seems to go on infinitely. Also, although the loop is set to ‘loop’ back to the ‘Looped’ input, it seems to keep looping back to the ‘input’ transformer?I’ve attached both the workbench and the shapefile I have been using for this test, any help would be much appreciated.ThanksB
Hi all, I need some advice for 2 issues in FME server, which are possibly related:1. Memory Issue (Insufficient memory available -- error code was 2 - please read the FME Help section 'Adjusting Memory Resources' for workarounds.):I have an issue with a workbench I’ve made in FME desktop which behaves differently when run on FME server. Both environments have the same memory constraints.The issue occurs when I try to load a handful (<5) of files into my workspace, which generally can handle upwards of 400 regular files. The files themselves aren’t much different (no odd characters that might trip the process up), but FME seems to get stuck on a subset of them, and keeps churning until all memory is used up. As mentioned, this only happens in FME Server.On failing a Job due to no memory, it tries again: (Failed to free sufficient memory to reach the process usage limit. To improve stability and performance please increase the memory available to FME. Available memory can be increased
Running 2023.2 (both Flow and Form) and I have SAML setup, configured, and working on Flow. However, in Form, when I add a FME Flow Connection - the SAML drop down under Authentication is missing even though the documentation says it should be there.What am I missing?? Missing SAML option in Authentication drop down FME Flow:Our FME Flow site with SAML enabled Documentation:Documentation
Hello,So the following issue that was suppose to be fixed with version 2018.1 and onwards is not completely dealt with The issue seems to point to an error related to UNC paths using international characters when adding Network Resources as pointed out by this article:https://support.safe.com/hc/en-us/articles/25407651730573-No-FME-Engines-Available-After-Adding-Network-Based-Resource According to the article this error was fixed from 2018.1 onwards. However I found out that using a space in the UNC path will cause a similar error (if not the same) and the only way to fix it is to remove the Network Resource with the space in their UNC Path. I’ve tried with different versions and so far the error shows up even on 2024.1. This UNC path generates the error:\\seerver\Customers\Data InWhen the above UNC path is added to the Network Resources, the system is able to recognize the path and creates the respective folder in the Resources (granted you need to have the right permissions for the
Hi !I installed FME flow and now I’m trying to lauch it. But I cannot succeded.I go to Windows => FME flow => FME Flow Web interface. A message appair saying that it’s impossible to access to this page.I tried to stop the firewall, to allow connections on the web application server port, to lauch manually FME service, to start, restart, stop FME flow, etc. I looked these pages : FME Flow Troubleshooting: Web Interface Login – FME Support Center (safe.com)FME Server starts, but I can't access the web interface from a different machine – FME Support Center (safe.com)Can't Login to FME Flow Web UI | Error "Exception loading sessions from persistent storage" – FME Support Center (safe.com)I don’t understand what is wrong. I just reinstall windows few weeks ago and so my computer is clean. And I made a standard installation of FME form and FME flow.Do you have any idea?Thanks !
Hi folks!Trying to build am FME Flow/Server Automation where if a backend API table is updated by a user that it triggers running an FME workspace that I’ve already uploaded to FME Server.What would be the appropriate trigger to use to kick off the process? Would I have to create a webhook on the API table URL somehow to trigger based on FeaturesCreated and FeaturesUpdated?So whenever the attributes in the API table on the backend are updated, I’d want FME Flow/Server to kick off firing off that FME workspace.Thank you!
There are Workspace Parameters for Last Save Date, Last Save Build, and History.Can any of these parameters be found through the Flow interface once a workspace has been published?As I am improving a workspace, it will get published to the non-production Flow environment several times. How can I determine which version of an FME Workspace has been published to Flow?~Ray
Hi all, New user here - trying to get a support-only role set up for a few on my team in FME Form. We sometimes have jobs that need to be resubmitted and would like the support role to have the ability to do this but to NOT be able to edit the workspaces or automations at all. I have played around with editing the role permissions and no matter what I try, the users are not able to resubmit jobs. They can get to the job and view logs but get an ‘Unauthorized request by user due to lack of permissions...’ error. Has anyone experienced something like this or have any idea on what permission set would be tied to resubmitting jobs?Thank you!
Hello :) I get this message on FME Server 2022 and I do not know what is wrong.
Hello, I am trying to use the sample AR demos available in FME flow 2023.1 but those AR demos are not working for me. Getting blank screen after I run the tool. I tried in Android and iOS phones as well. Installed FME AR in android and iOS. Can anyone pls refer me to the configuration steps for running the AR demos. Thanks in advance. Thanks,Mudit
Hello FME Community,We are excited to gather your feedback and insights on our FME Flow Command Line Interface (CLI). The CLI is designed to streamline your workflows and provide more flexibility in managing FME Flow deployments.We invite you to share your experiences and enhancement suggestions to help us better understand how you are using the FME Flow CLI and identify areas for improvement. Whether you are an FME user, a Flow user, or someone who uses other CLIs, we want to hear from you. Your input is invaluable to us.Don't know what the FME Flow CLI is? Here are some helpful resources:Getting Started with the FME Flow Command Line Interface (CLI) FME Flow CLI Documentation How to Provide Feedback:Fill out our short survey or send me a direct message if you prefer a more private conversation.Your participation will help shape the future of FME Flow CLI. Thank you for your continued support and contributions to the FME community!The survey will be open for submissions until August
I have an express install of FME Flow (2024.1) on a Azure VM and I am having troubles getting a stable connection to imap.gmail.com. The validation is sporadic. It will validate and be working and recieving notifications and then it will give me an error that the port or security are not correct. Thu-11-Jul-2024 06:04:41.318 AM : com.sun.mail.util.MailConnectException: Couldn't connect to host, port: imap.gmail.com, 993; timeout 15000;I have enabled inbound and outbound rules over port 993 for imap.gmail.com on Azure. I am not sure what else I could be missing. Any help is appreciated.
Using FME Server FME Server 2021.1 (Build 21607 - win64) I have created a Directory Watch automation to send an email if any new file added into the Directory Which is working as expected but can some one please let me know how I can grab information like File name and SIZE and time and send it to by the email.
Hello,At Spatialworld, we are acquiring a Raspberry pi 5 to play with FME Ubuntu ARM as they seem to be a great match for IOT demos. We did some testing in docker and they went well but we wondered if others had already played with them and had projects? We would be very glad to exchange experience on this as it looks promising and fun (especially with FME Flow remote engines for people with subscriptions).Looking forward to reading about this! 🎮
I get this error installing FME Flow 2024.1 on Windows 10. I don’t believe it’s related to the only other forum thread on this error as I have 30 GB of free space on C:.
Dear FME friends, We upgraded our fme 2023.1.1 to 2024.0.3. To test the new version, several test were done on the new environment, among which a performancetest for databases PostgreSQL and Oracle.The workspaces that are run in a automation do 3 things:Download open data en put this data in our own postgresql datase Read the data from the database Delete the data from the databaseWe saw strange things going on in the numbers for both our postgresql and Oracle test. We saw for the postgresql test that the CPU-time was longer than the elapsed time. Furthermore the running time in 2024 was generally longer than in 2021. Please find attached the examples of the runs on fme 2021 and fme 2024. It is clearly seen something is wrong. Can you explain why in the 21 runs the elapsed time seems to be more than the cpu time and in the 24 run it is the other way around. The used dataset is exacly the same in both workspaces publised on fme server/flow.We did the same experiment 5 times for several
A user attempted to run an FME Flow App and encountered an error message saying, "You are Forbidden". The Flow App needs credentials to access, which were provided. The user was able to successfully upload the required file. What can be the cause of this issue and how can I resolve it.