A space to discuss FME Flow
Recently active
We have a Standard FME Cloud Instance. After it starts running (scheduled) we get a Disk Usage Alert saying the Disk is 100% full. But the Instance Summary shows only 56% of Primary Disk are used (7.7 of 14 GB). The Monitor shows the Primary Disk usage never was more than 56%.Why do we get an Alert? What is a possibly the reason of the inconsistency? Is there a possibility to see what is using which disk space and get the size of each directory?
Hi! I've made a FME Server Workspace app that makes backup files from databases and files on servers. When I run it in FME Desktop on my computer I can access my computer's file system and save the backup files on a USB stick for example. When I run it as an FME Server app I can't access my computer's file system to point out the destination for the backup files. Is there a way to do that?
Hello, I am trying to collect and maintain some metadata for FME Workbench, which includes the database connections attributes that each of our workbenches (.fmw files) use. We are currently using FME Desktop 2021.2 on Windows. So far, I have extracted the Database Connection information from the fme_connections.data file using a SQLite transformer. However, many of the values including User_Name are encrypted (fme_enc2). I realize I am stepping into the realm of security and cryptography - and also realize that if I gain access to the user names, I will be able to apply the same principles to passwords and other sensitive data in the Database Connections - and absolutely respect the principle of protecting secrets. That said, I am an FME administrator for my organization, and have access to both the fme_publicKey and fme_privateKey files - and am really only interested in the User Names associated with the connections. If there is a better way to collect that information than b
Hello! So my company has traditionally relied on Topics, Subscriptions, and Notifications (which I'll call the 'old way' for short) to send an email when a job fails on the server. It is now wanting to move into Automations, as the perception is that they fully replace the functionality of the old way (and that the old way will be deprecated at some point). I'm looking at the available Trigger protocols and see that, at a glance, the only relevant one appears to be "FME Server Topic Notified". Is this correct? Because if so, it would seem that our perception that Automations fully replace the old functionality isn't accurate, as we'd still have to rely on some of it to trigger the new one in the first place. Can anyone confirm if this indeed the case? Will there be a way to do this through Automations alone eventually?
Hi, has anyone ever tried the QGISPrinter extension (https://vstore.veremes.net/vstore/dashboard/documents/58) in a FME server treatment? thanks Fanny
I have an automation that starts with a JMS Message that reads ActiveMQ. I have a workspace that processes JSONs from ActiveMQ. How do I configure the automation to pass the JSON message from ActiveMQ to the workspace so that the workspace will use the JSON as the input to process?
Hello everyone,I'm hoping to get some guidance on how to use live wind data with base imagery. I'm trying to create a map that shows real-time wind direction and speed, but I'm having trouble finding a reliable source of live wind data and a method to display it on my map.Do any of you have experience with this? I would appreciate any tips or suggestions you may have, such as the best sources of live wind data, how to pre-process the data, how to visualize it on a base imagery, and how to make it user-friendly and easily understandable.I tried using API call from windy.com, but not much success there.Thank you in advance for your help! I'm looking forward to hearing from you.
I am using FME Server 2022.2 and am logged in as Admin but am unable to view the dashboards. I get a message "Please ask your Server Administrator to grant 'Access' and 'List' permissions to the Resource named Dashboards. You will not be able to view any Dashboard reports without this permission." However, when i check the user's permissions for the Admin account everything seems correct. Access is granted in the Dashboards section, and also granted in the Resources section / Dashboards to access and list. Any ideas whats going on, is this a bug, or more likely operator error....
When performing a simple extraction of some objects from the Smallworld base (GIS), such objects are being ignored in the export, as you can see in the attached log. The skipped features can be seen on line 458 of the log. What makes the analysis difficult is that the export does not show any errors. Version:FME Server 2014 SP2 - Build 14339 - win32 Thanks!
I know there is a lot of content covering this topic already, so I'll preface this by saying I have looked through it. I looked at the floating license server troubleshooting article here and the article about serving both ArcGIS and Safe licenses here and I have run the diagnostic .bat file. My issue is this: I can connect to the floating license server without issue, but one colleague can't connect at all, and another one can connect intermittently but always seems to encounter a similar issue to the one who can't connect at all. SETUPec2 instance in AWS behind a network load balancer, with both ArcGIS License Manager 2021.1 and Flexera 11.16.2 installed. The license files for both are stored in the "License" folder for ArcGIS, and each license file specifies a unique port to use (ArcGIS Vendor: 27009, Safe Vendor: 27002). Instance firewall has ports 27000-27009 open and security group settings allowing traffic on those ports from our specific office IP's. T
Hi,We have recently upgraded fme server from 2020 to 2022.1.Now i want to upgrade it to 2022.2. May i know the procedure for it?i mean am i need to reinstall it or can i use any pacth installantion for it
Hello, Are there still no plans for FME2022 to support Ubuntu 22.04 ? In other question it was mentioned that FME2023 will support Ubuntu 22.04. When is the release planned ? Thanks!
I have rows of data with columnsenter/exit time andlicense plateI want to combine the rows so that there are rows of three columns:enter timeexit timelicense plateFor each license plate and enter time, I want it to choose the closest exit time which comes after the enter time. Attached is an image of the input data as well as an image of what we want to create on the output. The small dataset is also attached.Input: Output:How can I achieve this with FME?
Hi,I have this list of substations that has the city, state, zip, county, lat/lon information present already, and I want the name of the substation plotted in the name field. Is there a possibility to do this using ChatGPT?Spatial Regards.
I am trying to use webhook with the FME server, and the service requires the web server must support GET/ to confirm the reachability of the server. How do I enable GET within the FME server's automation to return a success message?
When translate OSGB to Geodabase_file_raster_dateset, it shows:Unable to perform any licensing related tasks. This 64-bit version of FME requires 64-bit Background Geoprocessing, ArcGIS Pro or ArcGIS Server.I have FME 2019.1 x64, ArcGIS Desktop 10.6.1 and ArcGIS_Desktop_BackgroundGP installed.According to Arcgis websitehttps://desktop.arcgis.com/en/quick-start-guides/10.6/arcgis-desktop-quick-start-guide.htm ArcGIS Desktop Background Geoprocessing (64 bit)—Installation for background geoprocessing in 64 bit.The Background Geoprocessing IS 64 bit, isn't it?
Hello,I wrote an ETL where read an microsoft azure sql database spatial (JDBC) table using the feature writer. However, I can't update because when writing the selected format is grey. How to fix this issue? ThanksARmel
Hello! Hopefully someone can answer this! For a bit of context, this pertains to FME Server version 2020.2.2. I am working on developing a script that will be triggered in an outside application and will use HTTP requests to send information to FME Server for processing. I have a webhook set up for this and have verified that it runs successfully and the script is able to submit what it needs via an HTTP GET request. The thing is I also want to be able to automatically extend the token's expiry date through the same script. From what I understand, a PUT request would do the job...but I'm having issues figuring out how this part of the script would be authorized. My first question is: does a PUT request require some sort of special API access? Any attempts at testing are being met with an "insufficient privileges" error message even though I'm the user/owner who generated the webhook. My second question, which sort of ties into the first: since this is going to be
The following files were detected as maleware:C:\ProgramData\Microsoft\Windows\Start Menu\Programs\FlexNet for Safe Software\restartService.batC:\ProgramData\Microsoft\Windows\Start Menu\Programs\FlexNet for Safe Software\Start - Restart FME License Server.lnkC:\Program Files\FlexServer\BatchFiles\restartService.bat
Hello, from an aerial view, is there a solution to extract or identify the geometry of roofs, roads or any other shape.
Dear community, I found this video (https://www.youtube.com/watch?v=-dbRKOj-1zw) and this forum (https://community.safe.com/s/question/0D54Q000080h9MY/drafting-of-gmails-automatically) about the possibility to create Gmail drafts. However, I am not sure if this is still possible? Please let me know how I could achieve this.Thank you!
Is it possible to extract the following information about a workbench being run through an automation (all automations will be triggered by schedule): Workbench NameAll READER dataset namesscheduled run time & periodAll WRITER dataset type, and output filename/location I am interested in writing a workbench which will use an HTTPCaller to read all automations tagged with a specific tag, and then take each of those automations and extract those specific attributes above into a csv.
I want to calculate a buffer around a point using the geometry picker in fme server. Can I use the geometry picker to select/draw a point instead of a polygon or rectangle? :)
I have been trying to get wehook trigger output keys to work, but haven't had any luck. I have an automation with a webhook trigger, and an output key configured:The JSON I am posting to the webhook is:{ "email":"user@example.com", "data":"this is a test"}The Log action is set to log:{webhook.email}{message}The automation log is as follows:1 2023-01-09T19:32:45Z | 410115 : (Automations) Assembling automation "test"...2 2023-01-09T19:32:45Z | 410156 : (Automations) Creating webhook trigger...3 2023-01-09T19:32:45Z | 410109 : (Automations) Creating link from trigger...4 2023-01-09T19:32:45Z | 410136 : (Automations) Updating event keys for component...5 2023-01-09T19:32:45Z | 410150 : (Automations) Logging events for component...6 2023-01-09T19:32:45Z | 410105 : (Automations) Creating project "test"...7 2023-01-09T19:32:45Z | 410116 : (Automations) Finished assembling automation "test"8 2023-01-09T19:32:48Z | 410160 : (Automations) Automation successfully triggered9 2023-01-09T19:3
When running FME Desktop and set the Scripting to Esri Python 3.6+ or other Esri Python version and adding an PythonCaller or PythonCreator the workbench fails and gives an error. This bug seems to be related with Windows removing all Icons form the Start Menu. Reinstalling ArcGIS Pro seems to fix the problem.