A read-only category for lost FME Form topics. We hope to move them shortly.
Recently active
How can i get the data from this website via fme https://idpgis.ncep.noaa.gov/arcgis/rest/services/NWS_Forecasts_Guidance_Warnings/NHC_tropical_weather_summary/MapServer/1
I want to write a CSAR raster, metadata (.XML) and an additional layer (.GML) to one zipped file. If I add folder.zip to the path the first files are being overwritten and dataset fanout does seem like a way to split an existing output into multiple file extension to be zipped. Both options are not giving the desired result.
I have created a workflow in FME desktop on my mac and want to run this job on the FME server. As I am using mac, I am running the Docker build of the FME server. When executing the same job on the server I get this error message "Module 'acad/ACAD' is unavailable for use with this FME edition". Looking at similar issues I suspected that the module was not supported for Linux (Docker container), however this was not the case. I have tried running different version of the FME server (22715 and 2263), this does not affect the result, still the same error message. Any idea of what is causing the problem? Could this problem be avoided if using Windows OS and the modules made for Windows?
In the screenshot attached: I want to aggregate all the green polygons (they are within 2 meters of a building) that belongs to one building into a single polygon.
what I want are ArcGIS Layers to maintain old data. if no data is found in the next run, it needs to delete what’s in there and leave it as null until new data becomes available.
Could I read the data from arc Gis with Fme desktop professional?
Hi,I created a custom transformer which includes a PythonCaller to run a little script, worked fine while the transformer was embedded. I exported the custom transformer and added it to another workspace as a linked transformer, and now get the error:"The workspace is set to use `Python 3.9+', but the workspace contains a linked custom transformer with an incompatible Python Compatibility of `Python 2.7'. Please update the Python Compatibility of the workspace or the linked custom transformer" Both the workspace and the custom transformer are set to Python3.9+It works fine if I embed the transformer again. Any idea how I can resolve this?
The workbench connects and runs on FME desktop using same sde connection. Any help resolving this error would be appreciated! Thanks!
I have a table in which some rows have identical values. I would merge the identical rows into one by using aggrator.I want the sum of row values to be written to a new row.the aggragator does not calculate a sum of the values.Attached you will find the pictures that may help you to better understand my description.column Anzahl_Gas_HA must be 2177 after using aggregator.
Hi, I'm using containerised FME Server 2021.0.3 deployed by helm charts to the Kubernetes cluster. UI of FME Server is often slow in performance, for example, "Jobs -> Running, Workspaces or Files & Connections" subpages are loading slow (10s or more). My resources for FME Server components are set like that without limits:resources: core: requests: memory: 4Gi cpu: 2000m web: requests: memory: 1Gi cpu: 500m limits: memory: cpu: queue: requests: memory: 128Mi cpu: 300m websocket: requests: memory: 512Mi cpu: 400m(...) engines:(...) resources: requests: memory: 4Gi cpu: 800mAdditional info:I have an external PostgreSQL 12.9 database with resources: 1CPU, and 4GB RAM for this FME ServerI have an external NFS where I keep all /data/fmeserverdata files mounted to containers as volumes (NFS read/write speed -> 91.8 MB/s) What can I do to increase UI performance? What are recommended
Since upgrading to Desktop 2022, my workspace no longer reads my portal feature service writers. I have ArcPro and ArcDesktop on the same computer as my FME Desktop license. Does anyone know what could be causing the connection loss?
Hello I have 4 different IFC models and wish to merge them into one. Could you please help me ? thanks in advance.
On this picture, i have a circle which contain a polygon.I would like to know how i can obtain this circle when i have the coordinates like in this picture.The circle doen't pass by all the points.Any tips and trick ?Thanks
Hi,I am wanting to upload files to an instance of NextCloud as part of a distribution service for an department; this would consist of uploading a zipped folder/files to nextcloud, before emailing a link with the data (with shared permissions) to the requester.I am running FME Desktop 2020.0.3.0, I am able to figure out how to download via the HTTPCaller (GET with specific URLs), but uploading (PUT or POST) does not work.Has anyone figured out how to utilize HTTPCaller with NextCloud fully?Thanks! https://docs.nextcloud.com/server/20/user_manual/en/files/access_webdav.html
What the differences between XML and AIXM?
Hello, I want to select building polygons that are completely contained by an agglomeration boundary polygon - I have been trying this with SpatialRelator and SpatialFilter, however whatever setting I try the transformers always seems to split the buildings that cross over the agglomeration boundary, separating them into two features. Really, what I am attempting to do is just filter through those building polygons that are completely contained within the agglomeration boundary, and disregard those that are partially within and partially outside of it. Appreciate any advice on how to facilitate this.
Hello community, I have a street dataset with 2139 records, with each one being a line (for those in UK LAs, note that it is the LSG). It includes a field called ‘street or numbered street’. For 2040 of the records the value in the ‘street or numbered street’ field is a named street (e.g.: Acacia Avenue). For 28 of the records the value in the ‘street or numbered street’ field is an A road (e.g.: A312). For 14 of the records the value in the ‘street or numbered street’ field is an B road (e.g.: B204). For 57 of the records the value in the ‘street or numbered street field is an C road (e.g.: C5840044). I want to filter out the three separate road types: A roads, B roads and C roads. I want to ignore the 2040 named street records. What’s the best way to do this? A filter? Query via the Text Editor within the Writer? What would the code be?
I have a series of 2D polygons with attributes for slope and aspect. I want to rotate them about a horizontal plane (using a 3DRotator) so that they become 3D shapes with these properties of slope and aspect. However, I want the spatial extent of the shape to stay the same, i.e. if I were to force it to 2D them again, they would look identical to how they did before. Effectively, this means that all of the vertices need to be elevated/dropped in the vertical plane. This is not so much a rotation as a stretch. As an example, if the polygon has a slope attribute of 80 degrees, by the time the shape has been made into a 3D sloping polygon, the planar extent of the shape would be much smaller and, if it were forced to 2D again, it would be also much smaller. The higher the "slope" value, the more the shape would shrink in its planar extent. Does anyone have any suggestions for how to achieve this? I effectively want the reverse of a 2D forcer.
Anyone know why FME when trying to run a workbench it just hangs? Sometimes I can stop and start the workbench and it runs but it just says it is starting translation and stays like this and doesn't run anything. It was working this morning but now it doesn't want to play ball.
I have read in data from an ArcSDE database and I would like to update data layers on ArcGIS Enterprise with this data. I am coming across two issues: 1 - My workbench FAILS with the following error: ArcGIS Portal Feature Service Writer: 'addResults' error for a feature in 'LAYER NAME'. The error code from the server was '10500' and the message was: 'Database error has occurred.'ArcGIS Portal Feature Service Writer: 0 features successfully written to 'LAYER NAME', but the server rejected the 100 features in the last request due to errors. See warnings above. Aborting translation2 - My workflow successfully completes BUT data is only truncated and no data is written onto the ArcGIS Portal data layer, so the layer is empty. The translation log says 'Total Features Written: 0' with no errors or warnings. I am using 'Writer Mode: INSERT' (also tested with UPDATE but still get errors) and 'TRUNCATE FIRST: YES'. I have tested a
I am attempting to build schema features, with coded value domains, from a schema specification in Excel and to write them out to geodatabase with a dynamic writer. I am almost there, but I am missing something, and I do not understand the structure and requirements for schema features quite deeply enough to solve the problem. I have read through the set of Dynamic Workflow tutorials and other pages, like Deriving Destination Schema from Schema Feature, but none of them quiiite go far enough to address my situation. As I am building and writing out coded value domains, I am specifying the fme_format_short_name (= GEODATABASE_FILE) attribute on the schema features and including the attribute{}.native_data_type on all attributes in the list, with the value in the required "coded_domain( ... )" in the case of attributes with a domain. I also want to include the attribute alias in the attribute{} list. Finally, I have set fme_geometry{0} accordingly for each schema feature.
Hi all, I am trying to log specific messages during a translation, then add these messages to an email (using the Emailer) at the end of the process. I set up a logger with my message, then later down the process run the LogMessageStreamer to try and access the previous logger messages. However, nothing is coming through. Does anyone know what settings I should configure to get this to work? I have ensured that I'm running the logger in the same run as the LogMessageStreamer. Seems like a powerful tool...if it works.
Hi, I want to run a bat file on fme server. It work perfectly on fme workbench, but I get this message when I run it on fme server : SystemCaller_6: Failed to Execute `\\\\"filedirectory"\\"mybatfile".bat' I saw this post and tried the double quotes, but got the same result. https://gis.stackexchange.com/questions/303225/how-to-run-a-batch-file-by-fme-server Is there anything else I can try? Thank you, Ian
Hi, Need to transfer a csv file to the vendor SFTP site.The vendor provided the following specs:Account: xyzftpPassword: xxxxxxxxxServer Name FTPCA1.xyz.comIP Address 22.222.22.222Location Microsoft Canada Azure CloudClient IP Restrictions Not SupportedProtocols SFTP (SSH File Transfer Protocol)FTPS (FTP over SSL), Passive ports 5000-5099Certificate Yes. For FTPS SSL EncryptionAdditional Notes - You must use an FTP client which supports SFTP or FTPS for connection to our servers.- Do not use a web browser. - Do not use the DOS/CMD FTP program. It does not support SSL.- Supported Protocols--SFTP - SSH File Transfer Protocol)--Automated login by public key is supported by request. --FTPS (FTP over SSL)--Both the FTPS Explicit and FTPS Implicit protocols are supported. --F13Passive ports 5000-5099 are randomly used for FTPS encrypted data transfers. Clients must be permitted to connect outbound on these ports. See below my FTPCaller Transformer based on the above:Does it looks correct? No