A space to discuss FME Form
Recently active
Greetings, I keep getting this error:Out of memory. Program terminating. I ran the FME Performance Tuning document. I cannot set the FME Temp to a SSD.I am reading data from an ESRI fgdbMy laptop configuration is: Core(TM) i7-1255U 1.70 GHz16.0 GB (15.7 GB usable)Any suggestions are appreciated. ThanksClive
Hello, I created a script that update a gdb file. The problem is that in a table it update all fields in 10 minutes. In a other table in same database with same quantity of data it update in 3 days . What is the problem ? Do you have any idea or documentation about the gdb/sde update parameters? a capture to the table problem . ELE_MUFFE work perfectly but no ELE_MUFFE
I am attempting to write a raster file to a PostGIS DB held on AWS. There is a schema set up to write to and the PostGIS Raster extension has been enabled in the DB. I've added the connection into FME and can successfully connect to itRunning the writer gives the following error message; "Writer failed to create table 'tif.test' because requested schema '\\\\gis\\GIS\\Qgis\\Data\\Raster\\Open Map Local Raster\\SP56SE' does not exist. Please specify an existing schemaPOSTGIS_RASTER writer: Writer failed in write() call" Can someone advise me why this is failing and how to resolve it.
I have a problem that RasterResampler does not provide good enough quality when scaling down a raster. I have tried all the methods available but it is "far" from the quality I get if I do a rescaling with e.g. Irfanview, Pillow (python library) or Photoshop. Are there any other tricks one can use to get better quality when rescaling with FME? See this image where I scaled from 2308x2212 pixels to 512x512 pixels. The left image is what FME can give me with the best settings I found (Average 16)The right image is downscaled with Pillow (python) Note how "pixelated" FME's result are. Compare for example the road markings.
When the dataset is run first the preview is fine. It is only when I first click View Source Data. The preview searches the connection at C:\\Windows\\System32\\%connectionname% which is wrong. It should just go to the connection defined in the workspace
I need to create a summary slide with multiple sections/placeholder tables on one slide, so I need to have my font size to be 10pt for example. So far it seems that FME hard codes the table font to 18pt. Thanks, Joey
plz Note there is there is thickness of this object so the challenge is to extract the Face coordinates. Highly thankful to all FME Community and Experts for your effort.
Morning. I'm trying to create an upstream trace on a network using a loop. A feature finds the upstream id of it's nearest conduit, then uses a FeatureMerger to join with a shapefile of conduits and find the feature with that ID as it's downstream id, therefore moving one length of conduit upstream. It then loops back to the start to check if that conduit has a particular value and outputs if so, or does another upstream trace if not. FeatureMerger is a blocking transformer and I've followed all the tutorials to create a custom transformer for looping with blocking transformers, but I still get the error "UpstreamTraceDWF_FeatureMerger is blocking and cannot be used in a loop..." and it then crashes. Does anyone know a way around this or is there a better way to upstream trace I could use?
I have two readers reading two shapefiles: a centerline and a AOI of interest. The centerline is in WGS 1972 and the AOI. I need to reproject the centerline to the coordinate system of the AOI. Is there a way to define the "Destination Coordinate System" with that of the AOI?
I found this article about a known issue where the 3D View isn't available in the FME Data Inspector when using Remote Connections but I just wanted to share a solution which worked for me. I would have linked the article on the other link but I couldn't find a way to comment there. this link here outlines some steps you can take: https://knowledge.civilgeo.com/knowledge-base/enabling-gpu-rendering-for-microsoft-remote-desktop/ I didn't follow all the steps (only step 12) and it's working for me.
I have multiple site template polygons, with various dimensions. Let's say I have 2 polygons that are 100' x 100' and 200' x 200'. I then have multiple parcels that I need to see if any of the site templates fit inside the parcel polygons, no matter the orientation of the site. What would be the best method to determine this? The outcome would be finding which site template, if any, would fit and the orientation within the parcel polygon.
Are there plans to add the GetFeatureInfo capability to the OGC WMS Reader?
Hello FME community, Does anyone know how I can convert a label text into a polygone that include the text Thanks
Hello i would like to create new feature class and write into Arcsde .will be automatic add into arccaralog ?how to write it into specific feature dataset ?new feature class includes lines .which parameter should I do for Arcsde writer ?FME 2021
Hello, I would like to ask if it is possible in FME to configure it to always work with the first column or row without knowing its name (to use columns or rows based on their general order). I have many Excel files where columns and rows have different names. This way, I wouldn't have to rewrite everything each time. Thank you very much for your help.
Hey community!I need to transform my OBJ with texture in a solid to trasform that in a IFC with material in a class like building proxy or something like that with a property set from a databse excel existing. Can someone help me?
PostGIS database connection I havent been able to connect to the database for the training session. Im currently using the 2021 version, do I have to use the 2022 version?
I have a workspace projecting 3D airspaces to a KML. I am trying to color each different type of airspace certain colors for each type and opacity value but the writer seems to ignore the kmlstyler and I end up with random colors with no opacity. Anyone run into this before?
Hido you know when FME23 will be available in Arcgis Data INteroperability ? Thx Francesco
Hi I need to download data for difernt municipalities but when I have a name with single quote (like Catsell'Arquato) the tester In failed So how can escape single quote ThxFrancesco
I have a shapefile with many polygons, of which some portions overlap. When I use the AreaGapAndOverlapCleaner, it disconnects the overlapping portion, but makes it an independent feature with data of either polygons, i.e. now I have two polygons with same data. What I want is, the overlapping portion to be merged with any of the polygon feature. How do I do this? Help me Please
Hello, As part of an application I am developping, I am using the FME Flow API to submit a job asynchronously (using the webservice POST /transformations/submit/< repository >/< workspace >). I have also created a specific webservice used in the workspace runned on FME Flow so it can communicate specific information about the result of the workspace to my application. I would like to know if there is a way to use the jobid returned in the response body of webservice POST /transformations/submit/< repository >/< workspace > in my workspace so that it can be passed as a user parameter in the HTTPCaller used to call the webservice I have developped. It would be very usefull for me so that I could create a link between the job sumitted on FME Flow and the information it sends back to my application using the webservice I have developped. I remain at your disposal for any additional information. Best regards,
Hello , i have xml document schema ,that includes subtypes .I have exported it from arc catalog in FME my input is arcsde ,i have used quick translator to convert it from arcsde to file geodatabase ,in configure parameters I have used the schema xmlI have read in article this is the way to get subtypes in file geodatabase to use schema xml .But after checking the file geodatabase by ArcGis pro ,does not include any subtype . How could I get file geodatabase include subtypes ? FME 2021
I have a PowerShell script that copies files from a network drive to a SharePoint site. I can get the script to run manually on the FME Server Server using both my user credentials and the FME Server Service user but when I wrap it into a 'System Caller' it runs but does nothing. The workbench runs in FME Server calling the following in the System Caller C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"D:\\TMR\\SaferSpeeds\\copyToSharePoint.ps1" My guess is it is some sort of permission issue but not sure where to start.Any ideas?
Hello, I need to read all attributes from input shapefiles with different attributes (not to have the attribute number and name defined). I would like to have a workflow with one reader that will read input shp e.g. "Test1" with 3 attributes (in first run) and then input "Test2" with 4 attributes (in second run) Is there a way how to do it? Thanks!