A space to discuss FME Flow
Recently active
Hi, it would be good if a Safer with intimate knowledge of the Docker version of FME Server could help out with this question:https://knowledge.safe.com/questions/47377/database-connection-version-control.html
I need to detect if there is a mismatch in the number of polylines that adjoin each other. For example one polyline in the middle, four either side (or it could be any number of mismatches: 3-2-3 for example. Polylines aren't snapped together; it's for a powerline project so it's not a requirement.I can group the lines together and assign them grouped id's together using the attached process. One final point; I only need to calculate the relationship of polylines that have 'neighbours' on either side and not on polylines with only one set of 'neighbours' (see below)
Hi allI've had a read of related topics and still need some clarification. What I'd like to do is kick off a jobsubmitter service via http POST and use the file uploaded (csv or shape file) via the POST as the source data for the reader in the service. I'm testing using Postman and this is what I'm trying to post:This article states that you can't use form-data in the body, only raw data. Does this mean the method I'm using won't work or has someone managed to get it to work? If this is possible, how do you set the FME Cloud location the file upload will be uploaded to?If this method is not possible, I was thinking of using the upload service to upload the file then run the workspace when the upload arrives in the destination folder in FME Cloud (kick off process via notifications).Any other suggestions would be most welcome.ThanksRob
I know that you can route a workspace in a schedule to use a specific engine, and I know that you can append "tm_tag=fast" to the end of a URL to do the same, but how do you specify a tag when the user runs a workspace in the Run dialog page? I can't expect the user to understand that they have to add "tm_tag=fast" to the URL, they just run the workspace.Thanks
I changed the FME Server token MAX_EXPIRATION parameter to 20 years based on the steps outlined in this help page: https://knowledge.safe.com/articles/919/setting-the-maximum-expiration-for-fme-token-servi.htmlHowever, the token that I set a month ago has now changed to a new token. I have two questions:1. Is it valid to set the MAX_EXPIRATION parameter greater than two years as the above article suggests?2. Is changing the token the desired behaviour by FME Server? I would expect that when a token expires it simply becomes invalid, and does not create a new token.I am using FME Server 2016.1.3.1.Thanks
Documentation for SECURITY_LOGIN_TYPE in FME Server 2016 says:"Identifies the authentication (login) method to use: database, activedirectory, or custom"What does "custom" mean? We would like to user Active Directory AND database authentication if possible. This would allow us to create users with passwords that don't expire, unlike with Active Directory account.Thanks
keywords: fme not licensed
Hello all,I am getting an error message stating that the email sent via the Emailer transformer does not contain a header (From).Here is a description of the error:SMTP error from remote mail server after end of data: 550-5.7.1 [2a00:4e40:1:1::9:4 11] Our system has detected that this message 550-5.7.1 is not RFC 5322 compliant: 550-5.7.1 'From' header is missing. 550-5.7.1 To reduce the amount of spam sent to Gmail, this message has been 550-5.7.1 blocked. Please visit 550-5.7.1 https://support.google.com/mail/?p=RfcMessageNonCompliant 550 5.7.1 and review RFC 5322 specifications for more information. o16si20691209edc.165 - gsmtpI am actually specifying a From in the emailer but it seems not to come through:Does anybody know if its a known issue? I am using FME 2017.0.0.0 (20170228 - Build 17259 - WIN64)Thanks in advance.
Fme server 2016I developed ONE fme file which reads from csv file and writes to csv. I Published this fmw to fme server. If I use Fme server’s user web interface it asks me to upload the csv file and loading to temporary folder and fme server knows this path. its working good.I am using my own web page(image attached) and calling fme server’s URL inside my web application.But when I run this fmw, fme cannot locate the source dataset(csv) in the server. How/ Where can I upload/keep my source csv file in the server ?, So that fme server can locate this filepath when called thru fme server’s url. I copied csv to server path and I redirected my source dataset to this uploaded file, it is not locating and gives error.Can you Please tell me how can I achieve this?
Every time I open Esri ArcCatalog, I noticed that it is pulling an FME License from my floating license pool - this is quickly using up all available licenses!
Hello, we are observing a strange behaviour with an FME server (v2015) in production.The publisher watches a main folder with subfolder flag set to yes only for new files.Several subfolder (more or less 20) under the main one.Sometime the watcher stop working without notices.If we reset FME services it start working again for few hours then it stop again.We only upload zip files in the folders.Unfortunately for a month or so we can't upgrade to the new version.Suggestions on how to solve this issue?Too many subfolders?Other suggestions or best practices to follow?TIARoberto
I am running data download service using fme server. As it takes long time I need to send email to the user "your data download is completed and download the data from so and so path and filename". This is the link to download. fme server webpage gives that (some bla bla filename and path) how this is generated. I am using my own webpage , from where i get this download path and filename. or how can i restrict the path and filename to fme server. so that i can use this path and filename to my email content later. Now i can only generate constant email msg that " data download completed" . i dont know what is the filename?Please help.
The issue is when I try to run any workspace through FME server they get this error: “Repository does not exit”.I tried the below steps to solve this issue but it’s still not working:Restart FME services.Restart server.Publish the workbench and create new folder in repository.This issue appeared after windows security patch was updated.Please note that the schedule is working fine but if we try to run the workbench manually it gives the error.In attached file you will find the errors. Please advise.
It is my understanding that only one of the desktop versions can be licensed at a time.So how can I stop the license activation of FME desktop 32bit so I can switch the license to FME desktop 64bit on my PC?
I have a set of workspaces which I need to run in FME Server, a process which needs to be repeated every few weeks. I have set up a workspace which contains a set of FMEServerJobSubmitter transformers, with 'Wait for Server Job to Complete' set to Yes. This works fine for running on my Desktop, and uses up 1 FME Server Engine to run through the jobs.However, I would like to do the whole process in FME Server, not using up an FME Desktop license. When I run the FMEServerJobSubmitter workspace in FME Sever, 2 engines are used up - one for the workspace runner and another for actually running the jobs. Is there a way around this?Thanks
Hi, I'm encountering problems installing FME 2017.1 64bit desktop (version 02 may 2017). Installation runs almost to the end, but fails with error code 2330 and rollbacks itself.I tried downloading it again, same error occurs. Hope someone can help! Thanks.
I am trying to connect to an FTP via the FTPCaller (downloading a file), however I am having huge issues with the message coming back saying "Couldn't connect to server".I know the following:- I can rule out proxy issues as the HTTP caller works perfectly- On the same machine I can use an FTP client eg WinSCP and connect to the same FTP- On the same machine I can paste the FTPCaller URL I am entering into a browser and again connect to the the site.I am puzzled as to what is going on. I.T say there are no firewall restrictions (proven by WinSCP connecting) or proxy issues (HTTP Caller works OK) so I'm not sure what is going on.Any help would be greatly appreciated.Regards,Luke
I have set up an email notification to fire me an email when the workspace has successfuly run. I am curious as to how I get the name of the workbench that has run to be my subject line? Do I need to creat a seperate email notification for everyworkspace I want published? NOTE: I do not want to use python.
I followed this directory-watch-tutorial:https://knowledge.safe.com/articles/31475/tutorial-fme-server-watch-publisher-2016.htmlIn my recent Version of FME-Server ( FME Server 2017.0.0.2 - Build 17280 - linux-x64 ) the directory watch does not work.This is the error message:I think the problem is that in the tutorial there is a step where the setting "Send Notification Data to Reader" is set to "somefile[TEXTLINE]":But in the recent version of FME you cant set this option:Any idea how this problem could be solved?
Good day!The result of my WB is PDF map which should be sent as attached file. But I met the problem. File has been damaged. The size of file is less than original. It looks like FME-server had no time to attach the full file.Have you any ideas about fixing this problem?
austinDownload.fmw sample is producing a data download url, a zip in the engineresults directory and writing featuresmine is writing features (no log error) but no url or zip in the engineresults directoryI'm a newb with FME Desktop and Server and don't know where to start.
What is the process to upgrade FME Server to 2017
If I install with Express Install, everything works. However, I am trying to install with a separate system database and I'm seeing that the Web User Interface is missing a lot of pages and rendering incomplete in others.In the past, with the same type of installation, I have had problems with being able to publish to FME Server and register with services.