A space to discuss FME Flow
Recently active
Hi, Is there a way, I can force FME workbench to use a Database Edition license rather than an ESRI Edition license, considering I have both versions?
Hi,basically I can't get any data (even preview) with this reader. I defined utm zones for my region and always get this error:SENTINEL2 reader: Cannot find Query_Options.Band_ListWhat to do? Where to define this query?
Hi everyone. I am new to this transformer "Emailer". Can Anyone give me step by step on how to use this with gmail account. Thanks
I've just installed FME Server 2016. After restarting the server and running a sample job I would then go to the Jobs page to ensure that it ran successfully. After clicking Manage > Jobs I get the whirling cogwheel then eventually a message on the screen that says: There was a problem communicting with the REST APIThe security pages show a message that says:Sorry, Page not FoundHow can I fix this?
I've got a workspace who's job is to create and send emails using FMEServerEmailGenerator and FMEServerNotifier.Can I retrieve any information from Server on failed mail delivery?(some of the email addresses are likely to be invalid)
Why is this happening? What can I do to resolve?
Hi Team,Am just beginning to understand FME Migration. I have a requirement to migrate eCTD (Rosetta) to D2 SSV. Can i get some guidance in this regards.Thanks,Ajosh Gopi.
Can I use IIS as the Web Application Server? I don't know much about Tomcat.
I don't have a GUI to interact with... only command line!
How can I publish a workspace for datadownload without a writer. (I use a featurewriter or a systemcaller to write the final output.)
Dear All , We are using rest services of FME to post jobs , we need to pass a custom message which need to be shown on the subject of the email receive by the user when the job is done , users submit many jobs but not able to relate the job to the task .
HiI'm having trouble using connections to SQL Server since upgrading FME server to 2017. I'd like to use windows authentication, and got this working on 2016.1 by changing the account that one of the FME services ran as (using a service account), and giving that service account access to my database. I've tried this in 2017 and it doesn't seem to work - it stops various parts of FME Server from working properlyAlso I can't seem to find any documentation for FME Server 2017. Is there any?ThanksAdam
Trying to install FME2017 on linux and get this error-message:Dependency not satisfiable: libpng12-0Have tried to google for it to be installed - but this seems to be a very old library - the newest is 16-16. Any workaround for this?
Windows 10 64bit machine running 32bit FME version 2016.1.3.1(20161207 - Build 16716 - WIN32) and I am trying to connect to a DB2 non-spatial database using ODBC. I have installed IBM iAccess Client Solutions version 1.1.0.15 and created a 32bit ODBC connection to the server. When I add an IBM DB2 Non-Spatial reader to the workspace, it fails with the following error: IBM DB2 Non-Spatial Reader: Database version '7.1.15' not supportedI tried using the instructions on this site at https://knowledge.safe.com/articles/675/creating-an-odbc-connection-to-an-ibm-db2-database.html but they will not work on Windows 10.Is this something I can work around or am I beating a dead horse. Thanks in advance.John
The jobs list is empty (running, queued and completed). When a job has finished running (it is possible to see it in the UI) it sits for a few minutes in the interface and then gets automatically deleted. I disabled all cleanups logs for jobs. It seems to be only something related to the interface because if I access C:\\ProgramData\\SafeSoftware\\FME Server\\resources\\logs\\engine\\current\\jobs the actual logs are there but they are simply not showing on the web interface under the "Manage -> Jobs" tab.Has anyone already experienced this issue?
I uploaded a workspace to a FME Server using the Datadownload service.I call this service and workspace from a custom webpage.All is working as designed, but I would like to skip the download link that is returned by the service.I would like the Datadownload service to start downloading the file as soon as the file is generated.I can't find the right option for this.My URL looks like: http://localohost:8080/fmeserver/fmedatadownload/myrepository/myworkspace.fmw?Can anybody help?
Hi, I am trying to run a series of transformations using the FME Rest API. Sometimes it works just fine, however, sometimes I get the message "Authentication failed: Failed to bind to Active Directory". (401). I created a token valid for 10 days and used a HTTPCaller to POST to the URL "http://ourserver:8080/fmerest/v2/notifications/topics/LDR_Trigger/message/raw?token=123456&detail;=low". Sometimes it looks like if I login to the FMEServer UI, it remembers the token and the result is as I expect. Has anyone any experience using FME Server REST service on Active Directory?
I do not use my FME Cloud account anymore, but I still get invoices. How can I close the account?
Hi,I've successfully sent emails using Gmail's smtp settings (SSL/465) using the Emailer within desktop however when setting up a Subscription in FME Server with the same settings I get the "SSL error occurred. Ensure connection security and port are correct" error message.Changing the settings to no connection security appears to work i.e. no error messages however I never receive an email. Topic Monitoring detects the outgoing email topic and "looks" OK. Gmail "enable less secure apps" is good but the activity report on the gmail account is showing IMAP access type when I expected to see SMTP.Any help or insight would be greatly appreciated :)Cheers, Blake
Hi,Perhaps someone has come across this before. I am trying to license ArcMap on our FME Server.FME Server 2015 is installed with the FME Server license Manager on the same server (server1 )using port 27000ArcMap license manager is installed on server2 also using port 27000.Port 27000 is open on each server. Both machines are running Win 2008 Server.We install ArcMap on the FME Server (server1) and try to license it using the license manger on server2 but I get an error that there is no License server running on the ArcMap license manager server.The FME Server and ArcMap license managers are on different servers. Therefore I would expect that I can connect to the ArcMap license manager from the FME server even though they both use port 27000 as they are separate servers. Can anyone confirm this?Thanks,Annette
Is there a mechanism to set the priority of a job in FME Server that is triggered through the notification service via a message to a topic. For example the jobsubmitter service allows the passing of a tm_priority tag as a querystring parameter and I'm wondering if this is also possible via the message content on a topic to trigger jobs invoked via the notification service to run with variable priorities.