Connecting FME to web services. Use of APIs. Mobile Apps.
Recently active
Hi All. I’m fairly new still to FME - so I hope this isn’t a silly question! Is it possible in FME to set user privileges (full editing rights) on feature classes, tables, etc in an ArcGIS sde? In ArcGIS Pro, typically I’d use the Change Privileges GP tool to do this, however one of the limitations is you can only seem to do it at the dataset level. I have several feature classes, and attachments which sit at the top level (not under a dataset), and I do not want to be assigning access manually. Previously we have used a python script which grants privileges to a SDE user based on a layers listed in a csv file. Just wondering if I could do this in FME? And if so, how? Thanks,Leanne
Does anyone have a solution to this?
Up until 4/12, my workspace was writing to a SP list normally. It reads data from SQL and updates the SP list to match any changes. After someone changed the name of a SP column on the 12th, the workflow errored - but after the change was reverted, it still errored. The first line with the Python Exception was not in the original error when the column name was changed:Python Exception <TypeError>: unhashable type: 'dict'SHAREPOINT writer: A fatal error has occurred. Check the logfile above for detailsFeatureJoiner_2_JOINED_-1_35_Player (RecorderFactory): SHAREPOINT writer: A fatal error has occurred. Check the logfile above for detailsFirst photo is an overview of the workspace - everything runs fine up until the SharePoint Writer labeled "TOPS Project List". No problems with the SharePoint Reader. Second photo is settings for the Writer (which worked fine last week!).
I'm migrating spatial data from AutoCAD (hosted in an Oracle database) to a SQL Server(ESRI geodatabase). I want to automatically extract domain values from Oracle lookup tables and populate them as domains in the SQL Server (EGDB) without using ESRI tools (like ArcGIS or ArcPy). Is there a way to automate this process, and what would be the recommended approach?
Is it possible to downgrade from Revit 2025 to Revit 2024 using FME Revit Writer?
Ok so I have read that the Waze JSON feed is not formed correctly which stops FME from natively reading the GeoJSON with a reader. You have to use a httpcaller with the Accept-Encoding heading parameter. So I got the translation started but I have hit a snag with the line geometry for the JAMS and IRREGULARLITIES feature categories. Here is our waze feed if anyone can get it to work properly with a reader instaed of a http caller.https://www.waze.com/partnerhub-api/waze-feed-access-token/8065da30-c46e-4dee-937a-68b8dac4d2a0?format=1 I have attached a sample json txt file of our feed. The issue im having is I have paired the line features down to {"x":-96.637385,"y":32.846625}{"x":-96.637275,"y":32.846417}{"x":-96.636865,"y":32.846035}{"x":-96.636524,"y":32.845655}{"x":-96.636179,"y":32.845214}{"x":-96.635502,"y":32.843905}{"x":-96.635225,"y":32.
Hallo there,I have a big collection of 3D-lines and a big collection of 3D-Triangles/Surfaces that I need to intersect with each other (I only need to know whether there is an intersection not length, position or number of intersections). Performance is somewhat important due to the size of the dataset.I tried extruding the triangles to a short height to get a solid and this works but is super slow. Surely there must be a better/more efficient way to calculate the intersection between a 3D-line and a 3D-triangle? Many thanks in advance.
Hello everyone, I hope you are well, I am new to FME, I have a .dae file (Collada) that refers to a 3D model of a tree. I also have a layer of points with coordinates in shapefile format of an inventory of trees. Is it possible to integrate the 3D geometry of the .dae file in each of the points of my inventory?. to finally export it in a 3D viewable Kml file.
Hi,When launching a workbench using mostly SQLExecutors, with long sql statements, I can only see the first few lines for those statements on the Log file, for each SQLExecutor, but not the full SQL statement.Is this something that cannot be modified?I’d like to have all SQL lines that have been through the process.log fileworkbenchThanks,Juanma
Hello there, I’m currently working on a workflow for which I need a python package that is not preinstalled with FME.I tried installing the package according to this help page:https://docs.safe.com/fme/html/FME-Form-Documentation/FME-Form/Workbench/Installing-Python-Packages.htm Unfortunately I got a dependency collision with other packages that are already installed.So I tried setting up a virtual environment but FME doesn't seem to support custom venvs.https://community.safe.com/transformers-9/how-to-integrate-a-custom-python-environment-27779 My question is:Without uninstalling or up-/downgrading the already installed python packages,what is the official way to avoid such dependency issues? Many thanks in advance.
Any way to write to different zoom levels on the same MBTile? If I change the mbtiles_zoom_level and send 2 rasters to the writer - it still writes 2 different tiles, and not within a single MBTile and different layers/overview. Is this not possible?
Hello all, I’m interested in seeing if FME can connect to ArcGIS Server Manager.I’d like to see that status of services (Started not started, instances running..), log messages to review issues, and possibly view the statistics reports (graphs of activity, views, response times etc)..Is this possible?
Hello everyone, I’m not sure, but I think I encountered a bug in FME 2025.0? Some days ago I had to change the web connections because I had to change the Google Authorisation accounts. I had to replace the Web Connections with the new IDs and the configuration looks fine. But when I try to add any web connection (be it in user parameters or in a transformer itself) it just doesn’t appear on the dropdown menu. Is this problem known? Has anyone experienced something similar?
Hello all, We have previously showcased the FME-QGIS Connector Plugin. We have just released the QGIS-FME Connector Algorithm Plugin. What is the difference between the two? The first being a tool can just be opened and used to process some layers on the fly and load the results into QGIS back as a temporary or physical GeoJSON file, whereas the second is used a a QGIS provider or an algorithm; in QGIS terms it is a tool that processes the data. Think of it as having the WorkspaceRunner inside QGIS. Yes, you can select a layer in QGIS, rotate the data using the QGIS Model Designer, run the data in FME Form to save it in DGN format then proceed with some process inside FME get back you data create convex hull then end back the data to FME to process it via the HTTPCaller in FME Flow then get back the results and load it back as a layer in QGIS. The user’s imagination is really the limit. Once the model created, it can be saved and loaded as a tool in QGIS Toolbox, Other things you c
Hello all,We have developed a QGIS Plug in to allow QGIS users to select a specific layer in their project, process it in FME then get it back as a temporary layer or a normal layer in QGIS. Trust me, we usually say that the sky is the limit, but really there is no limit in what you can process. The plugin is still marked as experimental and wish to get some feedback through our support channel. You need to use our FME Workspace template (not an fmwt file, just a sample) and try experimenting. The workspace was developed using FME2024.2.0 .Some would say that QGIS already has a great number of tools which I agree, however FME has a lot more to offer in other areas.Before downloading the plugin, make sure you allow viewing the experimental plugins in the plugin manager on QGIS: The FME example looks something like this: The official plugin page is available here: https://plugins.qgis.org/plugins/qgisfmeformconnector/I hope this will bring ease in your data transfer and data integration
I’d like to use FME to query ArcGIS Enterprise map services (content) and, if a new service has been published that day, post a link to the new map service in Slack. Has anyone ever done this?
Unable to connect to IBM DB2 in FME form 2024.2. I’ve checked with other members of my organizations’ logins and those work fine on my machine; it’s just this particular user that is having issues. Please see attached screenshots
Hello Forum,I need to pull in a live Microsoft Dataverse data table using FME. The table contains coordinate pairs. I want to pull this out to create one useable polygon geojson file.Here’s a screenshot of the Dataverse table... Can I create a connection into Dataverse in FME Form? What kind of values do I need to present to FME Form (from Dataverse) to make it work? Do I need any particular permissions opened up on the Dataverse, or FME side? Thanks,Stuart
We just a installed a new ArcGIS Enterprise (11.4) environment and want to connect to it with FME 2024.2I successfully configured a Web Connection to the ArcGIS Portal using this guide.When I try retrieve Features Services from Portal this takes very long (4min) and eventually I get the an "Error Retrieving Selections” as below I tried connecting to https://mydomain/portal/sharing/rest/portals/self directly with an HttpCaller and the same Web Connection and that gives a good response✅. So my web connection is able to connect to ArcGIS Portal successfully.Just not with the FeatureReader. And also not with a traditional reader. Any ideas on how to solve this?
Hi everybody I have FME Flow 2024.2.3 installed on a virtual machine in Azure.I'm trying to publish a workspace from my computer using FME Form (FME Workbench 2024.2.3), and the WAF blocks it. I get the following error:requestUri_s /fmeapiv4/repositories/Samples/items/upload?overwrite=trueMessage: Illegal Content-Type headerdetails_message_s Pattern match ^[\w\d/\.\-\+]+(?:\s?;\s?(?boundary|charset)\s?=\s?[‘”\w\d\,\-]+)details_data_s {found within [REQUEST_HEADERS:]}How can I view the header content to determine what is illegal? Thank you for the help!Gerard
Hello everyone,I recently got my computer running FME Form replaced and made some observations regarding performance that I wanted to lay out since I am not sure that everything runs as it should.I am testing with a big workspace with close to 1000 transformers.Coming from an aging Intel i5 6th Gen with 32 gigs of RAM and now sporting an Intel i7 14700-K with 128GB of RAM I was expecting some substantial performance uplifts.The observation I made is this:Yes, when I only read and write locally I am seeing a good boost in performance (a little over 2 times faster). However, in production this workspace is meant to write to a PostgreSQL database over the network. In this scenario my new computer is very close in performance to the old machine, even getting beaten by a few % in overall processing time (writing to the same database over the network). Here is the numbers. New Computer Old Computer Writing around 430.000 Features to database over network 1hr 39m 1hr 29m Writing ar
Hello, I am facing problems with my Bentley V8 Writer : The Writer offsets my text (labels) and I don’t know why. I just upgraded the Writer from 2022 to 2024.In the earlier version (2022) I didnt have this kind of problem.As I am not very familiar to Microstation I ask you to share your idea. :)Thanks in advance !In the attachements you’ll find an image showing the error and a an exemple for tests.
To provide context, I’m trying to read tables from Amazon Redshift DBs, because our IT Dept does not allow direct connections to our Oracle Nonspatial DBs. We’re using Amazon Redshift as a “clone” of our Oracle data, refreshed daily.Problem is that when I access Amazon Redshift via FME Reader, tables in those schemas that are DDL-enabled are not visible to me (I can see the schemas just fine, but when trying to specify the specific tables, this below error appears).Fig. 01 - Tables not accessible in FME Amazon Redshift ReaderThe following image is when I click the “Show Log...” button.Fig. 02 - Logs from “Fetching Feature Types Error” But when using DBeaver (with the same connection details and credentials), i can view the tables and data just fine.Fig. 03 - Dbeaver Database NavigatorI’ve shown this behavior to both the ArcGIS Pro vendor and our IT personnel, and they’re both stumped. What would be the probable problem here, and where should we start looking? See the following for ArcG
Hi, we would like to test if it is possible to use IDS- files to validate propertySet in IFC- files.Any ideas?
Hi I tried to use .fits extension to read the data from FME 2023 and it doesnt work Its not accepting .fit extension I have attached the a file to test.Thank You