A read-only category for lost FME Form topics. We hope to move them shortly.
Recently active
Good morning,I was wondering what the best practice is for transferring attributes, not geometry, from one feature to another? For instance, I want the ID number from one feature to be placed in another feature, to show correlation, but keep the original geometry.Thank you!David
Hi all,I am having a problem when using the data inspector..Often when scrolling through results data will just 'drop out' - never to reappear/refresh.I have to manuall hit the refresh button an often this will not rectify 'lost area'.Please see attached image.Note the rows are blank yet when you look at the window on the right side of the screen you can see the data values actually exist in the table.Thanks for viewing my question.Any ideas on where to trouble shoot this issue would be much appreciated.ThanksLenny in Australia
I have been attempting to export a mosaic into CADRG (.GN), on a set of maps that I stitched together and created one single global GeoTiff. Each time I run the CADRG writer the export completes but automatically projects in Polar Sterographic projection and has had a blank band through the center of the chart. Ideally I would like this export to be in Geo Lat Long WGS84. Does anyone know hoe to solve these issues?
Anyone else having this issue? I open FME 2018.0 18295 32-bit and my stored database connections can't be loaded. When I open the FME Options/Database Connections, I get: "Error Retrieving Connections". The Translation log window is also missing. When I reopen it, I get the below error.-----------The Java Virtual Machine could not be started. CLASSPATH = '-Djava.class.path=C:\\apps\\FME2018\\common-webservices.jar;C:\\apps\\FME2018\\plugins;C:\\apps\\FME2018\\plugins\\activemq-all-5.6.0.jar;C:\\apps\\FME2018\\plugins\\amazon-kinesis-client-1.6.1.jar;C:\\apps\\FME2018\\plugins\\aws-java-sdk-cloudwatch-1.10.77.jar;C:\\apps\\FME2018\\plugins\\aws-java-sdk-core-1.10.77.jar;C:\\apps\\FME2018\\plugins\\aws-java-sdk-dynamodb-1.10.77.jar;C:\\apps\\FME2018\\plugins\\aws-java-sdk-kinesis-1.10.77.jar;C:\\apps\\FME2018\\plugins\\aws-java-sdk-kms-1.10.77.jar;C:\\apps\\FME2018\\plugins\\aws-java-sdk-s3-1.10.77.jar;C:\\apps\\FME2018\\plugins\\aws-java-sdk-sns-1.10.77.jar;C:\\app
I have upgraded to FME 2018 (from 2014) last night and unfortunately it is not starting. Any quick fixes?
? use Windows 10 professional.. I installed FME 2018 ..after installation."workbench stopped working" Error..... no application of FME is playing.. Can you help me?
I have two set of polygons A and B. After passing by dissolver transformer, it doesn't dissolve all the polygons. Instead it only dssolves in a random fashion. This results in missing of the polygons in dissolved polygon shape.Polygon A:Polygon B:After dissolving A, B. I get this output. Clearly it is missing few of the polygons in dissolved shape.Also shown below - Highlighting the dissolved in dotted(with coordinates) and missing the other polys with no dots.Used parameters:Any thoughts please?Tagging in @takashi, @erik_jan, @TiaAtSafe, @Mark2AtSafe, @RylanAtSafe
I'm running out of disk space for the default location of the feature store C:\\Users\\user \\AppData\\Local\\Temp\\. I'd like to change the location of the feature store to a different hard drive. I've change the environmental variable of the TEMP folder but this didn't update the location of the feature store?
Hi FME'ers,In an hour or so we're starting the webinar on Choosing the Right Transformer (24-May, 10am PDT). Several users already submitted scenarios where they are facing a challenge finding the right transformer, and Dale, Iris, and I will try and live-build a workspace to solve their issue.At the same time, we had a few scenarios that we won't have time to cover in full, and wanted to throw them out for your suggestions. So, if you think you know what transformers to use in the following scenarios, or if you have a brief scenario that we can try and demonstrate online, please let us know in the comments below.We'll do our best to work this content into the webinar to make it really live (and quite exciting for us presenters!) - and if you have any comments on the webinar or suggestions for the challenges we are showing, do also let us know.CheersMarkScenario 1: Given this feed of live cycle data from TFL (Transport for London), which transformers would you suggest t
Hi folks,If you lurk around FME accounts on Twitter, you may have seen a recent exchange of poetry between a few of us. I've posted them at the foot of this message.Anyway, it made me think that a good challenge for us would be to create FME-generated poetry. So here we are! I don't really think there are many rules except you must use mostly FME (I can allow a bit of Python etc, but not connecting directly to an API that generates the poem for you).In case it sounds a bit complex, here are some suggestions:Read random messages from Twitter and merge them togetherHave a dataset of poems and select random lines from eachHave a dataset of words and try to construct sentences from themUse an API that (for example) helps determine if words rhymeTake an existing poem and replace words with random attribute valuesIf you don't think your FME skills are up to it, just write us a nice poem about FME!And you will definitely get bonus points for:A workspace that generates a different poem each ti
Hi All , I am looking to make a https api call to one of our application. the application works following way and require multiple json call to the application1) https json request to login the application , below is an example of a working Curl request for the same.e.g $CURL -s -k -c $COOKIE_FILE -H "Content-Type: application/x-www-form-urlencoded" -d "op=login&username;=<username>&password;=<password>&app;=api" -o login.json -X POST https://<application_hostname>/perl-bin/auth2) https json request to perform your query for the data , below is an example of similar curl request.$CURL -s -k -b $COOKIE_FILE -H "Content-Type: application/json" -d @<json_request> -X POST https://<application_hostname>/perl-bin/reportservice3) https json request to logout , below is an example of similar curl request.$CURL -s -k -b $COOKIE_FILE -H "$FORM_HEADER" -d "op=logout&app;=api" -o https://<application
I have a workbench which calls a series of other workbenches. It works fine when running through Desktop mode but when running via Quick Translator it fails (see attached screenshot):
I have a workflow that reads a MS Access file and splits two attributes into two separate values each by means of two AttributeSplitter transformers. I then use the AttributeManager transformer to place the 4 new values into 4 new char attributes. I need to strip the leading zeros from two of these fields and was wondering if this could be done in AttributeManager? If not how could it best be done before the AttributeManager (the next step is to use AttributeManager to concatenate these values.
Hey everyone, I'm getting used to FME and needed some help with a task that I wanted to complete. I have an excel sheet that has the total produced oil, water, and gas for a month at a time per column. Each row represents one year of a well. I tried using the doing the StatisiticsCalculator and Im getting the cumulative sum but I just want one final sum for each well. I have production data going back to the 80s so the running cumulative is way to many rows. Does anyone know how I can get the total sum for each well?
Hello all,I'm converting CAD data and I'm receiving this error code: Postcondition failed at topology.cpp:1089. Expression: remainingLRP != nullptrI'm thinking that it is caused by bad CAD data. Has anyone seen this error before?Also, I'm just looking at Walls (for the moment), but when I translate the data, doors from the door layer come through. Does anyone know what may be causing this?Thanks, David
Hi everybody.I've a data structure like that :IDLENGTHDATA180MyData11120MyData1145MyData10280MyData2377MyData3and I want to aggregate them like that :IDLENGTHDATA1200MyData11120MyData1145MyData10280MyData2377MyData3and I want to aggregate them like thatHow can I do that ?
Hi FME'ers,I am working with the new WorkspaceRunner transformer in FME 2018 (Build 18284 - WIN64). I have come across an issue whereby the first FME process always stalls then crashes. For example, if I run 3 processes with 1 workspace each, the first will stall while the other two run to completion then the first will crash.I am writing to ESRI Geodatabase (ArcSDE Geodb) in transaction mode with 5000 features per transaction. Before running I truncate the tables with arcpy so they are not getting locked. Is this a bug or am I doing something wrong?Thank youDavid
After I've run a workspace with FME 2018, the inspector takes like forever to start. Anything from several minutes to forget-about-it. For compability reasons, I have multiple FME installations at my windows 7 corporate PC (which is a pretty hardcore piece of a machine (32gb ram, ssd, plenty of processing power) - if this machine can't run it, nothing can). No issues so far - except that the 2018 inspector will either give up completely or take minutes to show the data I've piped into it. FME 2017 and older seems to work fine. Unless a lot of other people are complaining, I guess there must be something fishy with my setup. Any ideas welcome.
Hello all,I think this is the right place to get answer to my question..I have a batch of Revit files converted them in to .RVZ using FME Exporter and i need to convert them in to .GDB files by using FME Desktop .I have a knowledge creating them as a single file (RVZ----GDB)But am looking for Batch process to convert .RVZ files to .GDB files.Please help me out ..Thanks in advance ...
Hello,We are planning to buy licenses for FME Desktop Database and SmallWorld editions 2018. Are the MRF2DTransformers default included in these two editions or we'll have to purchase them separatly ? Thank you in advance.
My translations won't run today! They worked fine yesterday. I was using the first release of 2018 (Build #18284). I just upgraded to the latest beta (Build #18445), but that didn't solve it. I'm aware of the issue with ESRI's Geoprocessing patch and ArcGIS Pro, but that has been installed for several months and my models have been working fine during that time. I also checked for the Windows KB patch for the Spectre virus and that has not been installed, so that shouldn't be it either. This is catastrophic for us, and I need help ASAP!
Im trying to double click and start a new FME desktop 2016.0 64 bit version.It takes too much time at a point when there is a message loading transformers. Is there any specific reason for it?How can I overcome it?Thanks
Hi All,i am using HTTP caller and getting wherein i am passing name text and checking certain parameters but getting an error message as "{"status":"ERROR","messageName":"com.tomtom.cpu.coredb.common.dto.ErrorMessage","messagePayload":{"errorCode":"APPLICATION_ERROR","errorInstanceId":"0da931e0-13b8-444f-aa78-534016b68679","errorDetailedMessage":"Illegal unquoted character ((CTRL-CHAR, code 13)): has to be escaped using backslash to be included in string value at [Source: org.apache.catalina.connector.CoyoteInputStream@708a538f; line: 1, column: 111]"}}"Thought this is related to the extra space so i had tried to clean name sting but still it's giving me same error.Can somebody help me with this ?
Hi everyone, I'm in the process of creating a dataset that shows the painted lines for parking spaces in a parking lot. I've been using Bounds Splitter and Geometry Coercer to generate a grid of parking spaces along two rows of parking. However, I'd like the individual parking spaces to reflect the actual painted lines on the pavement. That is, instead of having a closed rectangle correspond to a parking space, I'd like to create a polyline dataset where only the three sides of the rectangle that correspond to the actual location of the paint on the pavement appear.For example, I'm interested in removing the portion of the line that is touching the red arrow in the attached screenshot. Any ideas how to remove this portion of the line?Thanks!Jenna
I have installed FME desktop 2018. While connecting to license server, its throwing error 'FME floating license failure: Server node is down or not responding(-96). Please note my system already have FME 2017 installed and pointing to same license server.