Connecting FME to web services. Use of APIs. Mobile Apps.
Recently active
Some feedback on the FMECommunity and suggestions for improvement. Anyone else with suggestions? Topic Size Advantage Widescreen S Readability when attaching images! Give a notification when someone replies to a post you replied to (not only posts that you have posted to) M More activity! Make it possible to store upload an image (instead of using an online image-service that will remove the image after for instance 14 days) - Use FME to download the image and store in Safes own DB. XL No broken images! Possible to upload workspaces and download them directly L Huge bank with workspaces! Get the number of replies on each post when using the search M See empty questions! You can "only" go 10 pages backwards on the search S Find older posts on a topic Edit-post M Correct errors
Hi, IFMETransformationRequest.SetFMEDirective(s) method of .NET API seems doesn't work. And I try Java API, there is no this problem. Tested on FME Server 2013 Build 13264 x86. ========================== request.SetFMEDirective("x", "xx"); Debug.WriteLine(request.GetFMEDirective("x"); // here return "" request.SetPublishedParameter("y","yy"); Debug.WriteLine(request.GetPublishedParameter("y")); // same object's GetPublishedParameter method return right value.
Can I run a tool from the Marine GIS (ArcGISextension from DHI) tool bar in FME? I want to run "load dfsu to display" for mulitple time steps so I would like ot automate it with FME workbench (which I am not that familiar with using). Any help would be appreciated! Thanks!
Hi, I'm trying to use a pythonCaller in a FME workspace. I have tested different python code, but every time it fails. Any suggestions how to solve this issue? Below you find the error from log. Thanks in advance! Morten ***CLIP FROM LOG *** FME Configuration: Autodetermining optimal maximum number of objects in memory BADNEWS: File C:\\apps\\FME2013\\metafile\\MULTI_WRITER.fmf could not be opened (tabrdr.cpp:985) Trying to find a DYNAMIC plugin for reader named `NULL' Loaded module 'NULL' from file 'C:\\apps\\FME2013\\plugins/NULL.dll' FME API version of module 'NULL' matches current internal version (3.7 20121025) Using MultiWriter $Revision: 59162 $ ( $Date: 2009-04-07 10:04:59 -0700 (Tue, 07 Apr 2009) $ ) with keyword `MULTI_WRITER' to output data (ID_ATTRIBUTE is `multi_writer_id') Writer output will be ordered by value of multi_writer_id BADNEWS: File C:\\apps\\FME2013\\metafile\\MULTI_WRITER.fmf could not be opened (tabr
Hi, FME 2013 may connect to amazon AWS cloud service to update some data like FME Store or something else. And I donn't know if the reason is Chinese network, just like we always cann't browse Youtube, Twitter, etc, and have problems to use any Google services from time to time. I have to spend a few minutes to startup FME 2013 for some times. But if I disable my network or use firewall to block FME to connect WWW, it gets normal. So would this problem be fixed by doing some modified to the stage of connecting web? Thanks.
Hi, has anyone ever tried to build a FME function with C++ and using MinGW (gcc 4.7.2) instead of VS as compiler? This is how far i got with the included CenterOfMass sample: - DevC++ builds the CenterOfMass_func.dll and can link it. I only had to add on additional header file (sdtlib.h) to make size_t available. - FME recognizes the dll and loads it, i see the statement about the correct API version in the log - i can do cout outputs i both the createFunction- and destroyFunction, so FME has loaded the module and does use both. - it does not seem FME enters the execute function at all. I've put a cout in the first line but it does not get printed - I've tried using the function with both FMEFunctionCaller and CenterOfMass transformer I've not succeded to get GDB working correctly and placing break points in the code, so for now i'v just doing printing those debug statements. Any C++ experts out here? And yeah, i know there is a free VS edition and most likely the s
Does anyone have a handy example of programmatically setting a workbench to run at a scheduled time on FME server. The code to submit the workbench to begin with would be nice too. Thanks! Vic
With Arcmap you have the function "select by location" How can i reproduce that function in FME? Thank you Gretings Kees