A space to discuss FME Flow
Recently active
Hello everyone! My company is looking into utilizing SAFE's Augmented Reality tools! We are currently testing the application and are working on becoming familiar with the process at hand. I am attempting to create a "mock" workflow using Mr. Dmitri Bagh's 'City of Coaquitlam' model as my basis. I created a small google document that will show a single buried cable that I generated in ArcMap. However, I keep failing at the end of the workflow. Making it to the 'bufferer' tool before the 3D forcer and extruder. We will want to look at larger datasets in the future, and I figured this workflow may be the best to accommodate. I have generated smaller AR models with using the methods found in the '3D Buffered Pipeline' examples. But struggle to generate large scale systems. In that workflow, I am also unable to anchor the gas pipe sample, and scale to an appropriate size/show at ground level. I will attach my workspaces. Would anyone have any tips
Hello, I would like to run a workbench via Python. The workflow within the script is always the same. Only the input and output directories change.For this purpose I have written a function and call it accordingly.def fme_workbench(workbench, argument): FME_command = '"C:\Program Files\\FME\\fme.exe" ' + workbench + ' ' + argument result = subprocess.Popen(FME_command) result.wait()argument = '--Name_Veg4m_umhuellend "' + str(kachelnummer) + '_veg4m_hull" --Name_Veg4m_Loecher "' + str(kachelnummer) + '_veg4m_holes" --SourceDataset_ESRISHAPE_5 "' + os.path.join(output_dir, str(Mission), 'Lidar_RAW', str(kachelnummer), 'Output\\*.shp') + '" --FEATURE_TYPES "" DestDataset_ESRISHAPE "' + os.path.join(output_dir, str(Mission), 'Lidar_RAW', str(kachelnummer), 'Output') + '"' fme_workbench(os.path.join(script_dir, 'EB_0_Aufbereitung_klassierte_Vegetation.fmw'), argument)the following variables are dynamic and can change:kachelnummerMission calling the Workbench f
I've just been thinking about required permissions for a project I've been working on. The initial workspace is triggered via REST call (jobSubmitter). Depending on success or failure a topic gets triggered which may fire a subsequent workspace. In one of these workspaces it needs to access the FME job history data via a rest call. I've set up a web connection. My question is, does the initial token I use for the JobSubmitter need to have access to the job table (and web connection)? or are permissions used based on the owner of the subscription workspace or the subscription itself? Any best practices here?
Hello,FME Server 2019.2 build 19801 running with FME CloudI think that these two settings for a Trigger in an Automation configuration should be equivalent, but the left setting - Schedule Type "Basic" didn't trigger any action actually, whereas the right setting - "Repeat On Interval" is working as expected.Am I missing something? Or it was a defect on the "Basic" type and has been fixed already in a newer version?
Hello, I created a workspace to stream data to my PowerBI client through a webhook. This works fine in 1 project but in my new it doesn't work. The workspace comes in jobs > running and when it's done the job just restarts. Thus no data is being streamed to my Power BI client. Server version: FME Server 2019.2.3 Build 19822 - win64 Am I missing something here? Edit: The webhook works just fine :)
Hi! I’m Holly, one of the FME Server Technology Experts at Safe Software. I’ve been a member of the Customer Success team since June 2018 (Wow I can’t believe it’s been 2 years already!). Prior to this I briefly worked for one of our UK Partners where I was first exposed to the magic that is FME. My role consists of providing technical support, primarily for our FME Server product, through a variety of platforms including Cases, Live Chat and the Community. You’ll find my name behind some of the Knowledge Base content and if you tune into our live training or webinars you may catch me here as well. Essentially I exist to help you get the most out of FME! Away from my desk (now dining table) you'll find me out exploring the beautiful areas surrounding Vancouver that I’m lucky enough to call home.
We cannot access an FME Desktop floating license from a remote computer. The remote computer locates the license server and requests a license, but the license server returns the error message, "FME floating license system failure: no SERVER lines in license file(-13)". Accessing FME Desktop on the license server itself is successful, however, and the license file appears to be correct (safe.lic in the C:\\FlexServer folder). Unfortunately, the FlexNET documentation does not provide a solution or troubleshooting options to the error message.
Hi There, I am using FME Cloud to translate data into DWG. In the writer settings I provide a folder for the AutoCAD Shape File Folder, which is used in the translation.However the log file also states:No AutoCAD font folder specified. All Text and Multi-Text entities will use the default font file 'default.shx'I expect the writer to use the shx file specified in the AutoCAD Shape File Folder, why is this not happening?
I have been building a server app that writes out an HTML that I was planning on streaming back to users. I was also planning on using an Emailer after this so was going to use a FeatureWriter with HTML output. However, I am finding that when I use a FeatureWriter for the HTML output, FME Server uses the data download service, not data streaming. But when I write the HTML out to a normal writer, the data streaming service works fine and the HTML page opens on it's own. Everything else is the same in the workspace and during publishing (with the exception of the included writers in stream, as it should be different).Has anyone else come across this? Is this a bug?I'm running 2020.0.2.1 Build 20238.
Hi list.Is there a best-practice in how to monitor the health of the FME Server engines?I know that if a workspace runs, the engine used must work, but is that a guarantee that it'll work with any workspace?E.g., has there been built some comprehensive testing workspace, that'll test most aspects of an engine?And how can one log that an engine won't start?I've been asked about this in connection with our upcoming launch of our FME Server for production.Cheers.
When I try to create a Data Streaming Service for a workbench creating a XLSX file, the resulting file originating from FME Server is recognized as a XLS file instead of XLSX. Thus, the downloaded file is test.xlsx.xls. How can I guarantee that the file is recognized as XLSX? The content-type returned by FME Server is application/vnd.ms-excel. As far as I can see, this is wrong. It should be application/vnd.openxmlformats-officedocument.spreadsheetml.sheet?
I'm unable to use SSL with the S3Connector on a FME Server that has valid certs to our AWS. The certs are valid because we have successfully added a resource to the same S3 bucket. If I turn off SSL verification in the transformer, it works successfully. What is different with how the S3Connector works? Has anyone ran into this issue and resolved it?FME Server 2019.1Thank-you!Kathy
Hello, I'm trying to run a worspace on FME Server ...locally it works well, but on FME Server this error is shown every time it is run... Error opening dataset '' for writing, ensure that file path and permissions allow for writingThe XML Module halted on error, see the logfile for detailsMULTI_READER(R_10): Skipping to next Reader Does anyone know how to solve this?
Hi, I have troubles setting up an Emailer in FME Desktop 2019. For testing purposes I set up a simple workspace with just a creator linked to an Emailer to send a test mail from my email account to my other email account. I tried different settings for the Encryption and the port number, as documented on my mail providers site but the workspace always produces a fatal error. I'm guessing it is because I'm running the ws inside my companies VPN which would be a problem as my floating FME license only works inside the VPN. In my logfile I get following error messages: The below feature caused the translation to be terminatedEmailer_<Rejected> (TeeFactory): Emailer_<Rejected>: Termination Message: 'Emailer output a <Rejected> feature. To continue translation when features are rejected, change 'Workspace Parameters' > Translation > 'Rejected Feature Handling' to 'Continue Translation''Emailer_<Rejected>: Termination Mes
Hi Everyone, I have a Json file that i want to join to a shapefile. The json file has one row of data and i want this to be added to every row in the shapefile (the shapefile has other fields that will be updated by another shapefile). The fields I want from the JSON file are already in this shapefile. Thanks in advance and hope that makes sense to you all
Hello, I am trying to find some resources on creating hyperlinks, but I've yet to find anything helpful. I have an input csv with URLs to a corporate sharepoint site that I'd like to convert into clickable text, then write out to File Geodatabase. Can you provide me with some guidance please?
Hi all,I am wondering can FME find a way to list all feature classes used in my ArcGIS Pro map file? If not can it do it with ArcGIS Desktop files i.e. .mxd? I am struggling to find a way to do this without possibly Python
My local Esri reseller in The Netherlands makes available specific basemaps for its dutch users. Their extent, content and coordinate system have been customized as such. But, more importantly, they are supplied from a different URL than the world basemaps by Esri Inc.The latter are hosted from services.arcgis.com, but the ones I would like to use as a background map are hosted from services.arcgis.nl.The Background Map dialog allows me to either configure a standard web map service, like ArcGIS Online (in this case: arcgis.com). The best choice here, I should think, is "Others".But then the dialog acts like a Reader configuration and I can only choose an ArcGIS feature service, which is not the right one for the basemaps.So, I tried the option "Esri ArcGIS Online (AGOL) Map Service" for the source, and filling in the URL in the "Map List" textbox:https://services.arcgisonline.nl/arcgis/rest/services/BasiskaartenBut then I get stuck because credentials ar
We have a FME 2020 workspace using python 3.7+ running successfully on Desktop.When running on FME Server 2020 (FME Server for Docker 2020.1.3.0 build 20632 linux x64) the workspace failed due to the python version loaded by the FME Server engine (python 3.6. coming with the image). It looks like python 3.6 is the most current for Ubuntu 18.04 The question is: Is there any recommended way (by safe) to enable python 3.7 in the environment we have? thanksKlaus
We have to access .jxl files from trimble connect, Till now we are using FTPCaller in the reader dataset where .jxl were stored in the FTP site now we have to access these files direcly from trible connect cloud. Could somebody provide your views to resolve this issue.
I'm new to FME. And I have a shapefile. The *.shp is footprint of a building. I want to give an extrusion value to it manually. And then write it as a CityGML file(*.gml). So, briefly, I want to make a very simple prism with an extruded shapefile. Could you please give me an information about this?
We get the following errors: 2020-10-29 17:09:30 | Python Exception <ImportError>: No module named fmeobjects2020-10-29 17:09:30 | Failed to import `fmesite' During installation i did not choose to install python2.7 because arcgis desktop 10.4.1 is already installed on the server. Also i encountered never issues with python before during previous upgrades (2018,2019). I already tried to run a repair but i can't select the option to install python2.7 during this process.I found this:FME Server 2018.1 and later<FMEServerDir>Server/fme/fme.exe APPLY_SETTINGS SYSTEM "Python/Use Custom Python <32|64>" true<FMEServerDir>Server/fme/fme.exe APPLY_SETTINGS SYSTEM "Python/Python Interpreter <32|64>" c:/<path_to_dll>/python27.dll<FMEServerDir>Server/fme/fme.exe APPLY_SETTINGS SYSTEM "Python/Custom Python Home <32|64>" c:/<path_to_python_home> In this case can i point to C:\\apps\\FMEServer\\Server\\fme\\fm
Hi,I have a problem to trigger a command via System Caller on the FME Server. In the log appears the following: It triggers an .exe with Parameters, which are reference to FME-Server Resource Directory. If we start the process local via FME Workbench, it works without troubles and do the job. If we trigger the same directly on the Server via cmd.exe or batch-file it works as well without problems. For any kind of help I would be grateful
I am using the Directory and File Pathnames reader and I receive the warning. No files found in folder '____' using glob pattern '**/*' with glob filter 'ANY'. No features will be read.However, there are clearly folders in this location To ensure it wasn't security issues, I tested the Adobe Geospatial PDF reader to read a PDF within the folder and it can read the contents perfectly. Does anyone have any idea why I can't read any directories or pathnames?
What are the versions for the third party components used in FME Server? Database Server? Application Server?