A space to discuss FME Flow
Recently active
Bonjour j'utilise un paramètre publié pour générer le nom d'un fichier DGN en sortie de traitement.Cela fonctionne correctement en local mais dans FME serveur le paramètre publié n'est pas lu .
Howdy, We're looking to upgrade our instances of FME Server. Our licensing uses the new model (web page portal, not FlexLM). The page has the serial # for the FME Server license but doesn't denote for what versions it will host. How do we determine this? Thank-You, Laramie
I'm setting up a server app that will allow users to download a CAD file (the app will run a process that converts GIS data to CAD and will produce a .dwg). I'd like to be able to have the download go to the users Windows default downloads folder, or have the user specify where they want the file to go and what they want to name the file. Surprisingly I haven't been able to find much help that is applicable to what I'm looking to do.
HiI've got an error:javax.crypto.IllegalBlockSizeException: Data must not be longer than 245 byteswhen trying to change and save Automation (schedule trigger + 3x sequenced workspaces)FME Server win64, b19643Got an error when trying to set on trigger Start Date&Time - error after Save button click.Any suggestion?
Hi,I created my first ever FME Server app yesterday and when I ran it the first few times, everything was fine.However, for an un-related reason, I changed the permissions (I added a new role with 'Can Run' permissions) to the repository that the workspace which is used in the FME Server App, is sitting in, and then following this the app no longer works. When I go to the app URL now I get a message saying ' Repository "XXX" doesn't exist or you do not have permission to Read or Run from it '.I don't understand why I am getting this message as the repository definitely still exists and I actually added more permissions to it rather than removing permissions.Anyone experienced this before?I am using FME Server 2019.1Thanks
Hi,I am trying to understand the behavior of features etc. in 2020 Automations, primarily the processing order. Below is a quick example of a test I made and it appears that when features come out and trigger an external action, they are processed in parallel (btw, I really miss the debugging features of Workbench where I can see the features move across and preview the data!). Is this observation correct? In my example, "a" was supposed to happen and finish before "b", "c", and "d" are performed. If I made the HTTP call within a workspace, this issue would not happen since it's all serial: features are processed in the order they arrive at each transformer (for the most part).I'm not finding a lot of documentation for creating complex automations where you can control what gets processed based on a previous result, limited looping (ex: allow only 20 loops to prevent endless looping) etc. Looping, which can be done within a custom transfo
FME Desktop 2020: How to disable writing (duplicating) the result of workbench at each run? I couldn’t figure out how to disable writing the result of workbench as each run. I observed that the output is duplicated in the esri file geodatabase at each run
We recently added an FME Server engine to run on a machine (#2) separate from our existing FME Server (#1), in order to be able to run some workspaces closer to the data source they read to and write from.After installing FME Server on the new machine (#2) and "registering" that engine with machine #1, I am able to see it listed under "Engines & Licensing" in the admin console on machine #1. So far so good.Next, I created a new queue and a new respository for workspaces I would like to run on the new engine. Next, when I publish a workbench to that repo and try to run it, it will show up as 'Queued' but never execute. It will just stay in "Queued" mode.What am I missing?
I have an automation where dates are created in workspace 1 and passed to workspace 2. I already had published parameters formatted as dates in workspace 2. However, I can't see an option to use the dates from workspace 1 as keys, I only get a calendar selection. It works fine with strings, is there a way to do it with parameters which are dates?
I have defined the corresponding coordinate system in the server (FME \\ Reproject \\ MyCoordSysDefs LocalCoordSysDefs), which is normal in FME Desktop, and the corresponding coordinate system cannot be found in the server.
I have FME Server setup to watch a directory where JPGs are dropped by users. When the watcher detects a JPG it runs a workspace that moves all files found to a different folder (post process). FME Server seems to be trying to run the workspace over and over again even though the files were removed by the first run. All attempts after the first fail and another instance is added to the cue. I'm not sure what the cause is. Any help is greatly appreciated.
Hi FME gurus, My IT department scanned through our FME Server IP and found some (high) vulnerabilities. The security officer asks me to upgrade from current version to the desired versions for several components:component versionApache Tomcat9.0.24 -> 9.0.31Angular.js->1.7.9. or higherjQuery->3.4.1.Yepnope.jsEnd of life -> …Bootstrap3.3.7 -> 4.3.1FYI: I upgraded three weeks ago to FME Server 2020.0.0.1-Build 20202 - win64 with an express installation on the same virtual machine. Is the choice for the current versions substantiated? Is there an easy way on the FME Server Virtual Machine to upgrade these versions with few lines of code through CMD? Kind regards, Jan
Hi,I'm troubleshooting an error I'm getting back from an HTPCaller response and would like to view the transactions in Fiddler. I am having trouble routing the traffic through the Fiddler proxy though. Does anyone see what I'm missing?FME Settings:Fiddler Settings:I also installed and trusted the Fiddler root certificate and added loopback exemptions for the running AppContainers.Results from the reject port of HTTPCaller:(ps1) I should add that the HTTPCaller is using NTLM authentication in case that matters. I think the the FME Proxy settings should be fine with no auth, as none is set on the proxy itself (Fiddler), but have also tried with credentials in case they were passing through to the caller.Thanks!Corey
Hi All,Does anyone know how I might add a vector layer to the Open Layers example for data delivery in the FME Server Playgroundhttps://playground.fmeserver.com/javascript/data-delivery/open-layers-integration/I would like to drop a line feature on top of the Open Layers basemap so users can use it as a reference when they are selecting their area of interest.
Hi all.Our IT department has recently moved our mail system to Office365, and so all the emails sent from FME must now use a new endpoint and credentials.I've tried to run a super simple workspace, and it fails: Emailer_Søgeord: <class 'ssl.SSLError'>: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1076)Our previous setup didn't use SSL, but the new one does. But apparently FME cannot handle it ?The only items changed are: host, port, encryption (from None to SSL), and sender's username and password.Using FME 2020.0 and Python 3.7+, and I have upgraded the Emailer transformer from 2017 to the latest.Please advice. Cheers.
How I can share the resources files same as the fme server app;Despite the fact that I can run fme server app without credentials, I fail to download the result of this app without credentials at lease guest user!Version:2020.0So, there is a way to share the resources files same as the fme server app Best,Lubna
Hi,I am using Automations in FME Server 2019.1 for the first time and I want to add the log file as an attachment to an email.I have tried inputting the following two options into the Emailer but neither worked.Option 1:$(FME_SHAREDRESOURCE_LOG)/engine/current/jobs/*/{job id}.log Option 2:{job.log} Automation Workflow:As a side note, I would also like to know if it is possible to send multiple attachments with the Emailer in Automations? If so, what would the syntax be for that?Thanks in advance!
I just recently upgraded to FME Server 2020.0.1 and noticed the attachments in the emailer transformer wouldn't allow me to specify a file with the direct path of my pdf in the Resources folder. This worked in previous versions of FME Server.$(FME_SHAREDRESOURCE_DATA)/resources/example.pdfIt did work when I created an attribute with the path and used it as the attachment Source File.Is this change by design, or perhaps a bug? Invalid File Path Valid File Path
I have 3 different servers for development, testing, and production. What is the best way to duplicate user accounts across all 3 servers?
I'm a beginner with FME and have only used it for a couple of weeks doing simple tasks in Workbench so my knowledge is not very good. I'm now trying to set up an automatic process for downloading data(zip files) from a Swedish authoritys website: http://extra.lansstyrelsen.se/gis/Sv/lansvisa-geodata/sodermanlands-lan/Pages/default.aspxI have created a FME script for downloading the specific zip (LstD Ädellövinventering) using a HTTPCaller. I only want the script to run when the specific zip file has been updated. Is that possible? And how does that work? I also want to be notified by email if the data failed to download. And maybe let the script run til the download is sucessful if that's a good idea?
Hello,I upgraded FME Server from 2019.2 to 2020.0, and restored the configuration by importing the backup file which has been downloaded before uninstalling the previous version.Some of existing workspaces are run via API (request from a web page) and access a PostgreSQL database to read features with a FeatureReader, execute a SQL query with a SQLExecutor and so on.What I observed is, after upgrading to 2020.0, the workspaces failed to access the PostgreSQL database and logged this error message.FME Server error: `FME Server error: `Unauthorized request by user due to lack of proper permissions.'I was able to resolve the failure by manually adding access permission for the database connection to the API token, but it's a bit troublesome if you need to check and fix permissions of every Token whenever upgrading FME Server.I upgraded the FME Server several times before (FME 2019.0 -> 2019.1 -> 2019.2), but I didn't need to modify permissions of the API token.Is it an i
What the differences between guest and fmeguest usersFor Example, When I share a resources -Temp resources, I see two users related to guest: guest and fmeguest, one of them is under fmeguest role which is the fmeguset, but when I go to user management section I see the guest user but it take the behavior of fmeguest user since it under the fmeguest role!This confuse me when working on permissions and sharing resources!So, What the difference between those two users? Best,Lubna
Hi,How I can display the user name under user settings iconVersion:2020.0 Best,Lubna
Hello Safe Software,Any one else experiencing issue with the FME Licensing tool on the SFDC portal?Please see screenshot below dated 03-April-2020, while accessing the FME Licensing tool on SFDC portalRegardsSRG
Hello, @gulbinI am not able to download fme server 64 or 32 bit . I have tried many times and it is still waiting.My laptop has enough capacity and 64 bit.Could you help me , Many Thanks ,