A space to discuss FME Flow
Recently active
Hi,I have just installed an FME Server 2018.0.0.2 and I had problems to detect the engines. I did some researchs and I suspect that the queue hostname is the responsible. During the installation, I set it to "mypcname".I saw in https://docs.safe.com/fme/2018.0/html/FME_Server_Documentation/Content/AdminGuide/Install-the-FME-Servers-Failover.htmthat we should mention "localhost".Is there a way to change this parameter after installing? I didn't find the file(s) where it is recorded...Do you know where they are?Thank you!
Good morning, When creating the publication, I select the smtp protocol and type in my email username. Then validate. for some reason, this is not working on my server. It confirmed the DNS. Any thoughts? It keeps telling me that it cant find the publisher. @LauraAtSafe , @RyanAtSafe.
Hi,our FME Server (2016.1.3.2 - Build 16717 - win64) fails when I click on Resources.A lot of time is spent waiting, and in the end I get the message that there are no files or folders.Also, top left corner says "Error communicating with server".I also tried the REST API (this endpoint: /resources/connections), which just hangs.Any suggestions will be much appreciated.ThanksMichael NeidhardtSDFE
Hi,we are trying to setup a readonly user in FME Server, which can see all repositories, resources and job status and corresponding job log information. But without any abilities to execute, delete or change something.I know FME has Guest user, but guest user can not see all jobs statuses and job log information.Are there any instructions that can help to setup such user?Thanks in AdvanceAlexander
Hi,I'm fairly new to FME so please bear with me.I have setup a workbench that that creates a simple HTML report (few stats from a MapInfo Tab) for a colleague. I am using "@DateTimeFormat(@DateTimeNow(),%B %d %Y" as my fanout parameter to name the html file by the date it was created each time the work bench is run. My emailer is setup with the body text as "Click <a href="$(DestDataset_HTML)">here</a>". Before I added the fanout option to name each output my hyperlink would link directly to the output file but since adding this it just links to the output folder. Can anyone tell me why that is and how I might be able to get around it?Cheers!Phil
Hi friends~,I have an Emailer transformer to send email as part of the processing.The parameter setup is as followss;- Email Service: Generic SMTP- Encryption: NoneNow it gives warning message as follows;Emailer: <class 'smtplib.SMTPDataError'>: (554, '5.5.2 No valid recipients').My understanding is that the relay server of the SMTP is in place.Any experience or suggestion would be appreciated.Thanks ~David
We are exploring real-time messaging capabilities of Apache Kafka on Heroku and came across the Amazon Kinesis Sender / Receiver. Does anyone have use cases for city data that they have used this service on? Work or asset management, or AVL / fleet?
Hi Folks,I am trying to connect with emailer with a very simple workbench basically, to test the emailer for now. I have filled in all the attributes and move ahead to Gmail Connection. When I allow access FME to read, write emails, it pops-up with a window "Web Service Connection" and asks to copy the code and switch the application and paste it there. I can't understand what exactly is 'switching the application' and what is the next step. I have shared the attachment.
I have a workspace that runs on FME server and watches a directory to process the incoming files.So far this works fine.With the help of FMEServerLogfileRetrievers I collect the log output of the conversion jobs, condense them and now have to send them via email. I have tested this with a (clarification: a different) workspace that runs as a job submitter, but it (clarification: the email sending through the workspace running as a notfication service) seems not to run as a notification service.While when uploading it as Job Submitter, I can select email [TEXTLINE] as Post Data,this is not possible with the Notifier:The __send_email Topic is tested and works.<a id="17351" href="/storage/attachments/17351-wkt-import-submitter.fmw">wkt-import-submitter.fmw</a>Have I omitted something obvious?
The mail address I want to send mails to is in de format [name]@[subdomain].[domain].com. The emailer shows the following error. Is this a known bug? Emailer: <class 'smtplib.SMTPDataError'>: (503, '5.5.2 Need rcpt command') Thanks in advance
Upgraded from 2017 to 2017.1Everything is on the same machine, Windows server. Error pop up on the Active Directory Page.Error in the log files:ERROR main SQLException: ERROR: column "last_sync" does not exist Position: 75ERROR main 404186 : Unable to start directory manager; exception was"org.postgresql.util.PSQLException: ERROR: column "last_sync"does not exist Position: 75"
I have a workspace that runs correctly on FME Desktop, but when I run it on FME Server it fails. I am new to FME Server, but feel like I have set things up correctly after viewing the tutorials several times.Attached is a log file for the failed workspace run. Any help would be greatly appreciated.Thanks
I am trying to load a kml as layer and I am thinking I need to wait for a response before adding the layer, here is the code.var workspace = "https://production-tgs.fmecloud.com/fmedatastreaming/DataProcessing/Field_Data_ETL_v4_TEST.fmw?_csvfile=%24(FME_SHAREDRESOURCE_SYSTEM)%2Ftemp%2Fupload%2FDataProcessing%2F1802007-020818-JS(TGS_Export_v2).csv&_afe=1234567&_srid=12345&_client=Anadarko&_projectname=test&_date_range=032818&_company_ownership=test&_pl_system=&_pl_subsystem=&_ab_status=y&_dest_coordinate_system=LL-83&_src_coordinate_system=TX83-CF&DestDataset;_OGCKML=C%3A%5CUsers%5CChris%5CDesktop%5CTemp%5Ctest.kml"; parser.parse(); // Create the ArcGIS Layer and display on the map //showLoading(); layer = new KMLLayer( workspace ); map.addLayer( layer, 1000 ); layer.on( "load", function() { hideLoading(); }); I get the error "File not found. Wrong url or out of memory." in console. If I run the
Hello,I have some confusion about the two versions of Minecraft- the one you access from Windows Store and the one you get from Mojang.@dmitribagh maybe you can help- I can't seem to find any info on using the Minecraft Reader/Writer with the Windows 10 version of Minecraft, v1.2.13. None of my output seems to accessible through the Minecraft software to use as a seed to create a new world. The storage locations for the created worlds are different for the Windows and Mojang editions.Can FME create output for this version of Minecraft or do I need to have the Mojang Java version installed instead?Thanks for any help!
I'm struggling to get Publications to work on an AWS RedHat instance. I have opened up port 7125 and the server does not care if I send it emails - these eventually come back with this smtp error: Diagnostic-Code: smtp; The recipient server did not accept our requests to connect. I am looking at email.properties in a FME 2016 installation where email publication works and it has this in it: #Remote Manager Connection InfoEMAILRM_HOST=localhost EMAILRM_PORT=4555 EMAILRM_USER=root EMAILRM_PASSWORD= **********I am wondering if this is related. So far I have tried on ports 7125 (default) and also on 25 (hail mary). Both are open in AWS, but running with either config leaves me sitting sadly watching topic monitoring and eventually getting notifications when my sending email server finally gives up.If anhy of this sounds familiar to you, please chime in as I am not sure what to do next.Thanks, Fuad.
We have been running FME Server 2017.1 on Docker for a while, its great! I am trying to build a new FME Server 2018.0 on Docker and everything builds and I can bring up the log in page but after entering my credentials the page just clears out my info and nothing happens, I can hit the healthcheck rest endpoint and it says everything is "OK" but if I try and hit an endpoint that requires credentials I get the error:"message": "Authentication failed: org.postgresql.util.PSQLException: ERROR: column l.last_updated does not exist\\n Position: 16"I see that I am getting an error from the FME DB container log saying: ERROR: column "guiline" of relation "fme_parameter" does not exist at character 117I am using the FME Server 2018.0 as is, the only change is the EXTERNALHOSTNAME variable. Any help would be appreciated.
Hello,Any example of synchronizing the data between Oracle non GIS and GIS systems using FME server.I have found an example but in my case the workflow is little different (link below). I just want to setup a trigger on Non GIS oracle database to create/update/delete the features in Oracle GIS database using FME server (SOA). https://knowledge.safe.com/articles/1098/single-edits-oracle-push-data-from-the-database-to.htmlAppreciate if you could throw some pointers.Thanks in Advance!
I have a workspace that removes specific vertices using a point feature class. Hopefully if anyone is looking for such a tool they will find this help topic. It is located on Geonet:https://community.esri.com/thread/95310Here is the problem:This workspace works wonderfully except that many features fail to output. After troubleshooting the workspace, I think I have determined the problem is with the incoming data. If I go back to the original data in ArcGIS and use the "Replace Geometry Tool" in the advanced editing toolbar. The features will then output in the workspace. However, I don't want to manually fix all of the failed features--though it's certainly better than manually deleting all of the vertices.Does anyone have any idea what might be causing this, and what can be done to fix it automatically?I have tried Repair Geometry (Arc) and Geometry Validator (FME) with everything passed . I have also tried loading copy/paste, and appending the features to a new geo
Is it be possible to setup fme scheduler this way that it is executed on given interval but only if previous job submitted by that scheduler has already finished? For example lets’s say that we have scheduler setup to run once every hour. And for some reason job took more then 1 hour. I would like to execute next job once the previous one is finished and probably shift next submissions times.
Hi, I am trying to retrieve FME Cloud Instance ID to be utilized on the FMECloudInstanceController transformer, but it seems that it is not available through the Server UI.How am I able to retrieve them? Server API?Thanks!John
FME 2015.1.3 Desktop Workbench does not run on Linux Mint 18.3 Cinnamon 64-bit (Cinnamon-Version 3.6.7).When I do /opt/fme-desktop-2015/fmeworkbench -v, the little FME Desktop startup popup appears, but the startup fails when opening the application window, and the terminal says:/opt/fme-desktop-2015/fmeworkbench OpenGL Warning: glXChooseVisual: bad attrib=0x186a0, ignoring OpenGL Warning: glXChooseVisual: bad attrib=0x186a1, ignoring OpenGL Warning: glXChooseVisual: bad attrib=0x186a0, ignoring OpenGL Warning: glXChooseVisual: bad attrib=0x186a1, ignoring OpenGL Warning: vboxCall failed with VBox status code VERR_BUFFER_OVERFLOW Segmentation faultThe syslog says:kernel: [ 2859.882088] traps: fmeworkbench[3913] general protection ip:7fb2885ce2f0 sp:fa59ed490f772252 error:0 in libc-2.23.so[7fb288599000+1c0000]FME 2017.1 Desktop Workbench however runs perfectly on the very same machine.Can somebody reproduce this, or can somebody give any hints?
The company I work for has a floating license server, there are a few of us that have our own licenses. We want to use our own licenses so that others can use the floating ones. How do we stop FME automatically using one of our floating licenses? The only way we've found we can use our own licenses is when all the floating ones are being used.
When trying to connect to FME Server through workbench, I get Unable to update access token for 'connection name'. I generated a new token, that is valid until 2020, but I don't know how to tell the client to use the token.
Fmeserver uses longer time for the first request. If a workspace is run several times it takes less than a second, but the first request is slow. It can take more than 5 secods to creating the reader:2018-4-8 16:07:39 | MULTI_READER(MULTI_READER): Adding MSSQL_SPATIAL Reader with keyword MSSQL_SPATIAL_12018-4-8 16:07:39 | Using Multi Reader with keyword `MULTI_READER' to read multiple datasets2018-4-8 16:07:44 | Creating reader for format: Microsoft SQL Server Spatial
I can't seem to activate the floating license, any help would be appreciated.