A read-only category for lost FME Form topics. We hope to move them shortly.
Recently active
Hello, Is it possible to install FME Server on a linux distribution Rocky 9? For the moment, i found only a version on rocky8. I have a error when i tried to install the version 2022-2.2 on a linux rocky 9.1. Thanks! Yann
What language does the text editor in the AttributeManager Transformer use? is it SQL, Python, both, or ?
The field i would like to convert looks like this:Looking at the same data via the Sharepoint GUI, the visible date is 04.08.2021.How can i convert from the date above to the data in the GUI. I have been told, that the sharepoint date is GMT +00, while the GUI date ist GMT +01I have already tried various datetime functions, but so far without success. Thank you for your ideas!
Hello,I have a set of .csv files that contains values for each hour of the year, ie 8760 values. How can I split this into 365 days (24 value packages)? The filename is the identifier of the "curve". FME seems to have issues with so much columns because it crashes when I try to see the data in AttributeManager. Example file is attached. Workaround is of course to transpose these in Excel and use Excel files instead but it requires manual work since there are quite many files
Wanted to estimate population yearly using fme transformer with existing population data in .csv format
Hello everyone, here is your weekly FME newsletter. User Conference DetailsThe FME User Conference is coming up quickly (August 24-26 in Vancouver) and most of my work now is preparing for the event. We recently published the full agenda so you can see all of the sessions taking place, including user presentations: I have to say that the presentation lineup reads like a Who's Who of FME experts. There is an impressive range of talks by a host of top speakers, and I think we're all going to learn a lot during the week. In particular interest, we have two sessions titled "Special Interest Groups"; one for local government and one for utilities: I think the hope is to improve networking and create a community of like-minded users that lasts beyond the conference, which would be great to see. Outside of the presentations, there is always a lot of activity, and this is no exception. In fact, we published a blog post yesterday about these activities. The news is that the
The account that is used to run FME Server models has access to a network drive (\\\\srv-be-di-xxxx\\fs-data\\). Files can be read from and output can be written to this network drive without issues, using the right paths as parameters to run the model. However, when I try to add this network drive as a new resource in the Resources tab of the FME Server UI, I get the notification: Error. The settings for this Resource Connection are invalid. Do you still want to savePath does not exist: \\\\srv-be-di-xxx\\fs-data\\ Why is FME Server able to use this network drive in the models, but not to actually add it as a new resource?
We are doing surveys of areas using drones. Images are taken directly from above with a very large overlap, which is required to create 3D models and point clouds. This works perfectly in software like Pix4D and DroneDeploy. As an alternative, we are trying to use FME to mosaic the images together, but cannot even get two images to be properly stitched together. As this should be a very simple task, I assume we are missing something very basic. I have tried to go through other tutorials/posted questions regarding this issue, but could not find anything that helped. The test workflow reads two JPG images (there are actually thousands of images, but we are testing with two adjacent images) and sends this to the Raster Mosaicker. The only way that I got the two images to be mosaicked was to set the "Overlapping Values" to Average or Sum, but the end result is an image that looks a bit like a water mark (colour faded) with certain parts of the two images duplicated at the wrong s
I have an obj file file with texture. But i need to split the obj file in to multiple parts of that obj file .
hello , I would like to add ID of each line above the Center of line .but in some cases that the lines are rotating or have curves . .is there method that I can align label probably and avoid overlap the label on lines ?. As info : I do not have license for a Map text labeller.Thanks in advance .FME 2021
Hi,I'm using @ReplaceRegEx and I've tryed to use named capturing group but I think that it isn't possible, could you confirm that ? Here some information about capturing group : https://www.regular-expressions.info/named.html With REGEX, you can use () to capture a group. @ReplaceRegEx allows you to call this group into the result of this function by using the number of order of the group.Here the function that allow me to transform '01/01/2020' to '2020-01-01' :@ReplaceRegEx('01/01/2020', ([0-2][0-9][0-9][0-9])\\/([0-1][0-9])\\/([0-3][0-9]), ",\\3-\\2-\\1) But with REGEX you can name these groups like that (?<name>group) so our function will be like this :@ReplaceRegEx('01/01/2020', (?<year>[0-2][0-9][0-9][0-9])\\/(?<month>[0-1][0-9])\\/(?<day>[0-3][0-9]),",\\<year>-\\<month>-\\<day>) I've tryed different form to call these groups : <name>, ${name}, $+{name}, \\g{name} but none o
https://community.safe.com/s/article/legacy-fme-technical-specifications#FME2016 in this document is not mentioned about support for window 2019 server. Can anyone confirm ?
simply give "Error running translation"tanQ,saravanakumar
Hello Group, I'm experimenting with WorkspaceRunner. I've noticed that when I run a workspace via WorkspaceRunner the workspace itself completes far faster than if I ran the workspace directly. For example I have one workspace that processes around 20 heavy datasets and usually takes around 10-15 minutes to complete. But via WorkspaceRunner it takes just seconds. Or am I just misunderstanding WoprkspaceRunner. Is it actually the case that WorkspaceRunner itself completes quickly but the actual workspace/s it has fired off continues independently and takes just as long as if running directly? Thanks,Stuart
A popup(FME has stopped working. A problem caused the program to stop working correctly. Please close the program) occurs and then after clicking Close. I see "Error running translation." in translation log. No clues about what would have gone wrong. How to debug these kinds of issues.
I will like to automate my weekly ftp download. Mapinfo reader example url (as zip with multiple mapinfo files): ftp:// ftp.data.com/Geodata_202103159999 .zip 'Geodata_' is always there, '20210315' is the data that changes (every monday when data is downloaded) '9999.zip' is always there In my logik the easiest would be ftp://ftp.data.com/Geodata_*.zip But it doesnt work. 'Geodata_' must be there can be multiple zip files on the server. Any suggestions on this problem?
I would like to download all shakemap files. I can download one based on event ID but how do I download all of them. I have specified a folder for them to download to but I have tried a few combinations to get all of the files to download however no success. So the 2022p955929 could change and there are many zip files to http://shakinglayer.geonet.org.nz/api/v1/events/2022p955929/latest.zip I have tried this and the $ sign but they don't workhttp://shakinglayer.geonet.org.nz/api/v1/events/*/latest.zip
Hi, I have two lines. One original one, and a generalised version of it. Is there a way that I can compare the two so I can see if there are any major spatial differences? I want to look for error locations that I need to fix before I smooth again. For example a deviation of over 0.1m between lines Any help would be great Thanks
For example: If one resource is working on Task A, he wants to add comments/updates on work progress, so that the next resource who will picks up that same task is aware that someone is working on Task A and picks up another Task B to work on. (These notes/ comments should be displayed in ESRI Dashboard)
Hi, I'm trying to do two things. Firstly, trying to add GDA 2020 zone 56 Australian Height Datum (AHD) to las files that currently have no projection. Second, trying to add GDA 2020 zone 56 ellipsoid (GRS 1980) height to las files that currently have no projection. I'm able to reproject each las files using the reprojector functions, but this is for the horizontal coordinate systems not vertical height. Is there a way to add AHD and ellipsoid heights to the las files within FME? Thank you for your time
Hi All,I've been having a lot of issues trying to get code execution on FME server via System Callers. Been through every forum post about this without success. I've attached a workspace that I'm using to create BAT files and run them with System Caller. SystemCaller 1 and 2 will run on desktop, but not on the server.The server log shows:Failed to Execute `"C:\\ProgramData\\Safe Software\\FME Server\\resources\\system\\temp\\engineresults\\b80d9262-f6b1-4c81-8f97-a505f68c95b2\\TauDEM_Run01.bat"'Failed to Execute `"C:\\ProgramData\\Safe Software\\FME Server\\resources\\system\\temp\\engineresults\\b80d9262-f6b1-4c81-8f97-a505f68c95b2\\TauDEM_Run01.bat" abc'SystemCaller 3 and 4 will fail on desktop and server. At this point i'd be really keen for a workflow that Bypasses the System Caller. I'm really happy with the BAT file being created, but executing it on the FME server is proving way too hard.Maybe a python script that can Call the BAT?
Is this a known bug? Is the only way to fix this to upgrade FME Server?
We have 14 units of incremental license, but we don't know, how we can use it. Can you tell us if this license requires Flexnet, or should we activate it in another way? Please let me know which solution for this type of license would be appropriate?
Hi, Using a standard browser there is no problem using Mapillary API and navigating to: https://www.mapillary.com/connect?client_id=XXXAfter submitting my credentials there is a redirect that gives a code in the url: https://localhost/?code=XXX Using the httpcaller I get a annoying problem that I only get a http status code 200 and a response body saying that I need to use different browser. I am using a web connection that would deal with authentication. Any ideas? The documentation is here:https://www.mapillary.com/developer/api-documentation?locale=en_US#authentication
Hi I was trying to use ArcGISONLINE Connector transformer to connect my services available within this account and the admin account also.. I was trying to login , after providing the username and password , Fme is reverting back to login page again May i know , what might be the error