A read-only category for lost FME Form topics. We hope to move them shortly.
Recently active
I have a workspace that I am running locally on my computer. This workspace is connected to an sde database on Amazon EC2 instance. This workpace is very simple translation just a reader and a writer, the purpose of the workspace is to completely delete all features from the sde database. However when I publish this workspace to FME Server the translations fail due to this error. 2020-10-18 05:39:39 | An error occurred while attempting to open the table,[...]. The error number from ArcObjects is: '-2147216057'. The error message from ArcObjects is: {Invalid parameter value passed to function}2020-10-18 05:39:39 | It could have failed to open because it contains ArcGIS Pro-only features, for example Arcade expressions. If this is the case, please install ArcGIS Pro or Pro-compatible ArcGIS Server and 64-bit FME Has anyone had an error like this before? I just don't know why desktop workspace works fine but once it is published to FME Server the workspace no longer functions,
I just install the Server and its asking user name and password please any one can tell me how can i get userna me and password ?
Hello,this was supposed to be an easy one, but I can't figure out how to detect overlapping polygons. Why is there no "Requestor Overlaps Supplier" in SpatialRelator according to this spatial predicates. How am I suppose to detect overlaps?
Hi, I have an address_point base table that I would like to join with 10+ other tables. They all have a shared column called UPRN.Is there a better way than stringing together a series of 10+ FeatureJoiners?
I try to convert the binary value01000000 10001010 10111011 10001100to the value 4.33.Also see the example:Reproducable on this site:http://binaryconvert.com/result_float.html?hexadecimal=408ABB8CIs this doable in FME? And how?Thanks!
I am making a call to a SOAP web service to retrieve a token and FME Desktop will timeout, but I am able to successfully retrieve the token in Postman and in Python using the requests module. Any idea as to what would be causing the issue?2020.2.0.0 (20201027 - Build 20787 - WIN64) FME Error: HTTPCaller (HTTPFactory): HTTP/FTP transfer error: 'Timeout was reached'HTTPCaller (HTTPFactory): Please ensure that your network connection is properly set upHTTPCaller (HTTPFactory): No proxy settings have been entered. If you require a proxy to access external URLs, please ensure the appropriate information has been enteredHere is the code in python that runs successfully:import requestsurl="https://ext.youraspire.com/AIS/WorkTickets.svc" headers = {'content-type': 'text/xml;charset=UTF-8', 'SOAPAction': 'http://ext.youraspire.com/AIS/WorkTickets/GetToken', 'Host': 'ext.youraspire.com', 'Content-Length': '404'}body = """ <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/en
Hi, I made a super simple 3 pages "Lorem ipsum" file with docx and saved as pdf, I'm new to PDF in FME and wanted to test just to add a simple rotated text using point creator, text adder, pdf formatter, but how about the next step?? How do I write the result to a pdf? Tried connecting my reader and my created text to a new pdf but the content is white except for my creted text, but I want to keep the existing text and just add for example a transparent text and an image, but its it more complicated than I thought. Do I need spatial reader or non spatial? Im only interested in adding extra stuff to every page to an existing pdf with the PDFStyler, then writing it as an addition to an existing PDF. Most happy answer would be a template workspace with:-PDF READER-PDF WRITER-PDFStyler that you can connect to the writer or multiple even to add to existing pdf (since I could not even make a simple read write pdf copy in FME) pdf:text: (no idea where the yellow stuff is or ca
I have a CSV export from ORACLE with geometry in a format like POINT (-81.00893 33.9717480555556), POLYGON ((-84.1769359565167 34.0427328929524, -84.1767072908479 34.0427328929618, -84.1767072908479 34.0430401524308, -84.1769359565167 34.0430401524308) etc. I cannot figure out how to extract the geometry and create layers in a geodatabase. I tried a few ideas with GeometryExtractor, GeometryReplacer, etc but I haven't had any luck. I attached the CSV for reference.
I have GIS point features that are on or along GIS line features. I need to get a count of how many point features are on any given line feature and attach that count as an attribute to the line. I also have separate inspection data as an access database that captures the equivalent of the point feature as a code. I need to get a count of the point codes associated with the given inspection to compare to the count of the GIS points and in turn determine if the inspection data needs to be reviewed.
Another learning FME question: I have a postGIS table with 1.6million records. I have 264 features from a lot of post process from another dataset. Each 264 features have been split to 4 extent coordinates. I need to understand the nearest neighbouring shape from the 1.6 million record PostGIS database (single table) for each 4 coordinates. This means that FME Desktop attempts to cache the 1.6 million PostGIS records so it can then complete the nearest neighbour checks. I get 25% of the way through before I run out of memory and to be perfectly honest, I am slightly impressed my dinky laptop got this far. How would I go about changing this flow to increase performance? Many thanks
I have a point feature containing different entries per point (multiple measurements on different heights), and i want to aggregate my attribute table in a way that only one entry per X,Y-point exist. The final entry should thereby only contain the maximum values of all measurements per points. I tried using the Aggregator tool, however, I was unable to keep the maximum values, since the only implemented functions seem to be average and sum. I think of using my own python script withih a PythonCaller, but it did not work either (I know it must work , but I am pretty new to both FME and Python and just did not succeed). Any help much appreciated!
Welcome to What’s Up Wednesday and the 4th Challenge of our Twelve Days of FME 2020 Contest. Twelve Days of FME 2020Have you been working through the challenges? Some of them are pretty tough. Today we are on the 4th challenge, you have until tomorrow night to get your art submissions in. Do you have no idea what I am talking about? Now until January 8th, we are having an FME contest that gives you twelve chances to win a prize! Throughout the month of December, various challenges and puzzles of varying difficulty will be released to the community. Complete the challenge or puzzle within the limited time frame to be entered to win. See the Contest Terms and Conditions for the full schedule or the launch page for links to all the challenges. FME Hub In November we had lots of great submissions to the FME Hub, some of the highlights include:Augmented Reality Portable Hole Examples: This is a template for created AR files that show underneath surfaces. ColorPercentile: A custom transfo
I used S3Connector to upload a file to a S3 bucket which has versioning enabled. I uploaded three files to the same bucket, and I can see the three version IDs in the AWS console. Can I retrieve the version ID of the latest upload? Can I download the file of a specific version?
Hello, it is possible to disable a public parameter linked to a disabled reader or transformer when we start running a workspace ? Thanks for answering this very beginner question :)
Hello everyone, I made my database connections public for all users in my organisation using the guidelines described in this post. Although I succeeded in making the connections public, every user still individually needs to adjust his or her Connection storage parameters in the FME Options. Just like any other change to the default options. I was wondering if there is a way to already configure all FME options upon installation of the software , some sort of 'my company's FME configuration' file which overwrites the default settings. So the user does not need to configure anything themselves. All information is greatly appreciated,
What is the difference between Esri Shapefile short name SHAPEFILE andEsri Shapefile (Replace by SHAPEFILE) short name ESRISHAPE?
Hi!I would like to duplicate my template (excel) to create multiple sheets based on an attribute on my datas. For example, when my attribute = sheetA, all the datas concerned go to named ranges on the sheetA. At the end I have one file with multiple sheets. But I saw this sentence :https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/xlsx/XLSX_writer.htm"Named ranges that exist on the template sheet are not duplicated." So I thought to use feature writer to write each sheet independantly with the same name sheet and then use feature reader + writer to group all the files in one and rename the sheet with the good value.This solution is a problem for me because I would like to delete the intermediates files automatically but FME can't do that. I'm not used to write on excel so it became a little complicated for me. Can you help me? Thanks!
I would like to use DEM to clip lines. Despice it seems simple, I still haven't gotten it. Any suggestions? Please see attached fmw and readers zip file.
my data citygml data is stored in a database. what transformers do I need to be able to call the data from the database into the workbench and convert to 3d tiles?
Hi! I´m having problems getting a scheduled task to run with a service account. I get the following error: 2020-12-04 10:33:51| 0.7| 0.0|INFORM|Microsoft SQL Server Spatial Reader: Opening `omnia_' for read operation 2020-12-04 10:33:51| 0.7| 0.0|INFORM|Microsoft SQL Server Spatial Reader: Trying to connect using Microsoft OLE DB Driver for SQL Server... 2020-12-04 10:33:52| 1.0| 0.3|WARN |Microsoft SQL Server Spatial Reader: Failed to connect using Microsoft OLE DB Driver for SQL Server. Provider error '(-2146824582) Det gick inte att hitta den angivna providern. Den kanske inte är ordentligt installerad.'. Connection string 'Provider=MSOLEDBSQL;DataTypeCompatibility=80;Data Source=;Initial Catalog=omnia_;User ID=;Password=********' 2020-12-04 10:33:52| 1.0| 0.0|INFORM|Microsoft SQL Server Spatial Reader: Trying to connect using SQL Server 2012 Native Client... 2020-12-04 10:33:52| 1.0| 0.0|WARN |Microsoft SQL Server Spatial Reader: Failed to connect using SQL Server 2012 Native
FeatureJoiner_2_<Rejected> (TeeFactory): FeatureJoiner_2_<Rejected>: Termination Message: 'FeatureJoiner_2 output a <Rejected> feature. To continue translation when features are rejected, change 'Workspace Parameters' > Translation > 'Rejected Feature
I have FME DesktopFME(R) 2019.2.3.2 (20200320 - Build 19825 - WIN64)and when I look for 12 amongst the Writers it is not there.What version of FME introduced the 12D writer?https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/12dxml/12dxml.htm
Hi Community,Is it possible to read a csv file as a _list already from CSV Reader or is there another list (element) reader that can be used? Reason is that i have a very large CSV file containing 24 million rows, and i'm generating a list after it's been read in through the CSV reader. Would be great if it were possible to read a txt/csv file as a list from start to avoid the additional time spent on generating the list. Cheersandre
I have upgraded my Mac to the latest OS (Big Sur 11.0.1) and at the same time moved to a SSD system disk. As a result FME Workbench will not run at all. I am running version 2020.2 but older versions will not load either. I've tried reinstalling FME but the same problem occurs. I do not see any error message displayed. Is FME compatible with Big Sur?
It would be awsom if there would be a sync function to uppdate Database connections and get DB connections stored on FME server to lokal env.