Shape the future of FME with your ideas
Open ideas have been reviewed by our Product Management and are open for commenting and voting.
I like using the Databse Joiner transformer when I can but my use is limited because it doesn't have a where clause option for the database data being joined.
Hi, If you want to configure HTTPS for your's FME Server with a PFX file.Go to Configuration page and at the Tomcat configuration read and open the server.xml.So you must add this parameter --> keystoreType="PKCS12" and modify this another parameters keystoreFile="<FMEServerDir>Utilities omcatyourfile.pfx" keystorePass="<your_password>"Like This :<Connector protocol="org.apache.coyote.http11.Http11NioProtocol"port="443" minSpareThreads="5" enableLookups="true" disableUploadTimeout="true" acceptCount="100" maxThreads="200" scheme="https" secure="true" SSLEnabled="true" keystoreFile="<FMEServerDir>Utilities omcatmyfile.pfx" keystorePass="PKCS12" keystorePass="<your_password>" clientAuth="false" sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2" sslImplementationName="org.apache.tomcat.util.net.jsse.JSSEImplementation" ciphers="TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_256_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA"URIEncoding="UTF8" />That's enough, continue the tutorial admin and restart FME SERVER and it's doneBye Eric
Latitude and Longitude when given as degrees minutes and seconds frequently include a compass point e.g.Latitude 8° 34' 51.7'' SLongitude 40° 9' 57.7 WIt's necessary to use this information to correctly return the decimal degree value with a negative value. It's fairly trivial to do this afterwards but it would be nice to see it included in the transformer.
For ArcGIS to see the coordinate system
Similar to the 'Ignore Failed Readers' parameters, allow 'Ignore Failed Writers' but allow it to be selectively enabled. In instances where a non-crucial writer (eg. for tracking purposes) fails to write for reasons unrelated to features (eg. if the file written to is opened by another user), this would allow the workspace to continue running.
Hi,Are you also in charge of a multi-version/bit-affinity FME installation ? And is keeping track of which version with which to run a specific workspace getting to be a hazzle. It was for me.So I created a small utility tool named "FME Version Selector.exe", which I tied to the "fmw" extension in Windows Explorer. I'd like to share this with you.The tool gets run whenever I double click on a workspace file in Explorer. It then reads the first 20 lines from the workspace file, looking for a reference to "fme.exe" in the commented section, and uses it to determine the appropriate Workbench to run. It then spawns this particular Workbench with the workspace as argument.It can also be run stand-alone without arguments, in which case it shows a file opening dialog, in which you choose the workspace you want to open.I'm attaching the tool as a freeware ZIP with its C# 2015 source code. Find the EXE itself in the bin/debug sub folder. It's based just on .Net 2.0, so it should be fairly accessable.fme-version-selector.zip
Ability to download FME workspaces from server UI (much like how you can download resources) instead of through desktop.
Hi,The FeatureWriter is powerful, but the button "Apply to..." is missing. Is it possible to add it?Thanks!Rémi
You can start DataDownload with REST using a direct URL, what is really useful for sending or downloading zipfiles of results. The disadvantages that currently no JobID is returned when submitting it. Would be nice to support the return of the JobID of the workflow when using &opt_showresult=true both async and sync.
***Note from Migration:*** Original Title was: Maintain attribute order when using "Apply to..." to copy attributes to another Writer I love "Apply to..." in Writers but it would be great if the order of the attributes was maintained when applied to another Writer. For example, you have a Writer with attributes in this order:DACBIf you use "Apply to..." to copy the attributes to another Writer, they currently appear in the other Writer in alphabetical order i.e.:ABCDI would like the attributes to appear in the same order in the target Writer as the source Writer they were applied from.
I wonder why there is no published parameter called "Attribute Value" in the dropdown list of available parameters when creating a Custom Tranformer.Should be standard, when you use any other transformer you expect the value to be passed when you submit an attribute.I know there are many workarounds, but still it should be there.
The new feature "Dark Mode" in FME Server is so cool! Is it at all possible to apply this for the REST API page? http(s)://my-fmeserver.com/fmerest
The ShortestPathFinder creates a list of traversed edges for each path that is found. It would be useful if the list contained an attribute indicating the accumulated cost at the beginning/end of the traversed edge. This would allow an estimate of elapsed travel time at various stages of the path.
"Shared FME Folders" is a great way to share setups between 32/64 bit instances, between versions, and even between machines and colleagues on a network drive if warranted.It seems that there are much documentation on how to share database connections and coordinate systems using these "shared folders". And I even got the shared "Transformers" repository working.But there are still a number of elements of an FME installation that are not easily shared, e.g. such as custom formats.Wouldn't it be a good feature to expand Shared Folders to include all possible custom developments ?I.e., have FME look for its modules and dependencies in more locations than one.
Fme 2018 allows users to set the connection style. I personally use Curved, but not all workspaces are suitable for this style, especially if I open a workspace created by someone else with Squared or Straight. It gets a mess, so I want to save the connection style as a property of the workspace and the workspace.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.