A space to discuss FME Flow
Recently active
Hei, we have some older FME server (2017+2018) which we would like to upgrade to newest version.What OS
Hello,By default, the location of FME temporary files in the system temporary directory is on some Windows versions defaults to C:\\temp or under the user local temp directory (i.e. C:\\Users\\mark\\AppData\\Local\\Temp). There is a way to change the location of temp files using these methods : https://community.safe.com/s/article/fme-temp-environment-variableThe problem is we need administrator rights to make these manipulations. FME users doesn't have always the administration rights. In my case, setting the location right directly from the WorkBench (in the FME options menu for exemple) would be very helpful : Do you think it can be a good idea? Is there any project to ease the setting of FME Temp files in a future version of FME?Thank a lotRonan Jarno
I am trying to set up Topic Monitoring on FME Server and the service fails to connect, the FME Server is running on Amazon EC2 instance. I have opened port 7078.
Hi all, Is there any possibility to create a photo application where a user can take a picture out on the field? We are looking to see if there alternative options outside ESRI due to the licence cost.
So imap is not available on the company email.SMTP is also not allowed.I thought an FME Server app would work, but the company phone does not have VPN.So what can I do to kick off the workflow? Because it expects some values which needs to be provided by the user.Would appreciate any ideas.
Hi all.I installed version 2020.0 originally, and when 2020.1 was released, I opted to upgrade the engines only. This worked out fine.But the web interface GUI is still 2020.0, and so any improvements here are not available. This is probably not an issue now, but will be when 2021.0 is released.Are there any concerns when upgrading FME Server fully ? Will all setup be kept in place ? Are there any post-install tasks needed ?Cheers.
This has me stumped. I have a Workflow that has a Parameter --SourceDataset_FFS, which has got 3 Filename Path strings in it corresponding to 3 input FFS files. The Parameter itself is of a Type: "Filename (Multiple)" with a Default value: "C:\\ArcGIS\\Water Script Working\\DEMFFS\\ELEV_DEM_1.ffs","C:\\ArcGIS\\Water Script Working\\DEMFFS\\ELEV_DEM_2.ffs","C:\\ArcGIS\\Water Script Working\\DEMFFS\\ELEV_DEM_3.ffs" Now, running the FMW in WorkBench runs fine, and it passes to FME.exe the Parameter properly formatted by splitting the file names up at the comma delimiter by adding enclosing "" and adding spaces as such:--SourceDataset_FFS """"""C:\\ArcGIS\\Water Script Working\\DEMFFS\\ELEV_DEM_1.ffs"" ""C:\\ArcGIS\\Water Script Working\\DEMFFS\\ELEV_DEM_2.ffs"" ""C:\\ArcGIS\\Water Script Working\\DEMFFS\\ELEV_DEM_3.ffs"""""" However, when I
I'm running FME 2020.1 (desktop and server). In my workspace, I have a published parameter with a range clause (set to greater than 0). In desktop, I cannot start a translation when I enter a 0 for this published parameter. However, it is possible to submit a job on FME server with the value 0 passed for this parameter. The job on FME server runs succesfully, whereas I'd expect an error because of the invalid parameter value. The output of the job is not correct, however. Am I missing something here? It seems like parameter checking is not consistent between desktop and server...
try { fmeSession = FMEObjects.CreateSession(); fmeSession.Init(null); } catch (FMEOException ex) { return ex.FmeErrorMessage; }Hi,I am trying to create fme session in my application. But, I am getting 'Session could not be created. Path to specified FME core DLL is invalid.' error.FME2015Visual Studio 2010This issue comes after installing FME2020 in my system. I uninstalled 2020 and reinstalled 2015. Still, I am getting the same error.Any idea how to fix this issue?
We use a development gmail account to send automatic emails through the emailer. We have a number of processes that will run, then send a notification to a user via gmail. Our development gmail account normally just sends emails, so we don't check it very often. I checked it today and saw this message: Can someone from FME confirm that we can still use FME to access our gmail account and send emails after the 8th of July? Are there extra security settings that we need to enable on our gmail account to continue sending emails through the emailer? Has anyone else received this email? We have received this email from Google on another dev gmail account, so it is not unique to just the one account. Thanks :)
Is it possible to get all the items in all repositories with a single URL using the FME Server REST API? I understand how to get a list of repositories or the items in a single repository but not all items at once. The only option I can think of is to get the repositories and then loop through them one at a time to get the items. Hoping I'm missing a simpler solution. Aaron
If any one can teach me through On-line ( But for a fee ) You can send me message through by My E-mail : ah98.bh@gmail.com
Hi,I am trying to figure out why a translation that works fine on desktop is not working properly in FME Cloud.I know that writing DWG groups is not possible directly from within FME and therefore I have defined the layer groups in the template file. The job on FME Cloud fails (no errors in log) and even with log debug turned on no meaningful information is returned. Last logfile line:2020-10-16 16:06:28 | Processing AutoCAD File... Does this have to do with FME Cloud instance? Does anybody have any good/bad experiences writing into DWG groups on FME Cloud? @markatsafe @daleatsafe @daveatsafe
I was wondering if anyone tried/experimented with running FME Server on Raspberry Pi 3. I would greatly appreciate any feedback on this question.Thank you,Alexander
HiI'm looking at ways to monitor FME Server using the REST API and would like to perhaps query for all failed jobs in the last n days/hours/minutes. I can see it's possible with the V3 API to query for failed jobs - e.g. https://myfmeserver/fmerest/v3/transformations/jobs/completed?completedState=failed However, this will return all failed jobs. If we are monitoring for recent failures, we would want to query using dates or a timeframe. Is this currently possible? Thanks John
I would like to know how to properly set an Emailer to a workspace from FME Workbench to notify that is finished.
I have a workspace that I have created in Workbench, and it runs well.Now, when I go into the FME Server to schedule an automation job, the Workspace fails with message: "This FME edition does not recognize the `AttributeKeeperFactory' factory. Please ensure that the current platform supports this factory, the factory name is spelled correctly, and that you have installed all required plug-ins" What I have in the workspace is a SQLCreator that queries an Oracle DB pass thru a geocoder and updates back Oracle DB. What am I doing wrong/missing when trying to automate this workspace in the FME Server? thx, Markus.
Trying to connect a Smallworld db for the first time. When I hit on the ... next to "Table List" then it keeps loading.Are there settings I should check and can I find some logging somewhere?
I have an environment with a FME Server 2018.1.2 Build 18590 and ArcGIS Server 10.6.1.It has been running 2 pretty similar workspaces with no problem.The ArcGIS server was upgraded to 10.7.1. After that the following behavior is observed:Workspace A Fails with this log:Creating reader for format: Esri Geodatabase (ArcSDE Geodb) Trying to find a DYNAMIC plugin for reader named `GEODATABASE_SDE' Loaded module 'GEODATABASE_SDE' from file 'C:\Program Files\FMEServer\Server\fme\GEODATABASE9.dll' FME API version of module 'GEODATABASE_SDE' matches current internal version (3.8 20180604) Performing query against GEODATABASE_SDE dataset `<Unused>' Opening the Geodatabase reader Here the log stops. Then, Workspace B is triggered, and shows the following in the same part as the Workspace ACreating reader for format: Esri Geodatabase (ArcSDE Geodb) Trying to find a DYNAMIC plugin for reader named `GEODATABASE_SDE' Loaded module 'GEODATABASE_SDE' from file 'C:\Program Files\FM
This morning the security's certificate for FME Server Javascript Api v3 seems to be invalid :https://api.fmeserver.com/js/v3/FMEServer.js That cause a lots of problems over here, all our FME Server web apps our down! We had to switch urgently some apps in http. It's working but the interface is a little bit different. Maybe in the future we'll consider hosting our self the Javascript file.
Hı all,I just started learning the fme server. We create wep api using django rest freamework. Is it possible to do web api with fme server? Is Fme server enough in speed and security. Is there a documentation I can examine as an example? Thank you
Hi guys, I have put together a FME list which generated I have 1000 feature classes after I located 100 geodatabases. These 100 geodatabases are all in one folder. I am just wondering if there is a easy way to clip this data to one standard. So clipper is one file which i want all 1000 feature classes to clip to. Is there a quick and easy way to clip all 1000 feature classes and then output to exactly same featureclass and geodatabase name? I can do this by selecting schema and then clipping it but struggling to ensure the output is the same as the input in terms of geodatabase name/featureclass name and fields..
I am facing this below error in fme server 2019 "Encountered a connection error (status code 0). Retrying after 100 ms" and the error is not always.In my case I have parent script , which will call child scripts(i used fme server job submitter)So for example, if there are 10 Childs to be ran, and after 5 child scripts are ran, I am getting above connection error. and then other 5 scripts will be in a queue or sometimes parent script will not get response from child. totally parent child relation will be broken.parent will be waiting for the child to complete and child will be in hanging state. So my question iswhat was causing this error?andshould I wait, so that parent fme will get connected to child again?or is there any ways to tell the server to, try Now(manually) I waited 1.5 days , but no result. then i restarted.... and same issue occurred. what to do? pls help
Hi, I am new to FME ..but now at least I know how to use different transformers in FME and to create a workbench and export the related outcome into a CSV or other file formats I want to use for further analysis. Now, I am keen to learn the automation process...i.e. instead of using the similar transformation for so many times... I am looking for the Python code for the same...which I can convert to make process automated when I have new data set to work with. Any help on this will be really appreciated.
I have a workspace published on FMECloud which is triggered by http requests from an api. The request contains a geojson geometry defining an area of interest. With larger geometries I receive an error from FME saying the request payload is too large. Can someone tell me the size limit on request payloads and is it possible to configure it to a larger value?