Using readers and writers to extract and load data.
Recently active
When I try to save a database connection. In Tools -> FME Options -> FME Database Connection. The dialog is displayed: Unable to Store Connection.Can anyone tell you why this happens?
Hi allIn a GIS to CAD transformation, I'm trying to make all autocad linear entities with line type generation attribute = true per entity.I added a DWGStyler to my workbench with "linetype generation" property set to "continuos" for lines. However, it's not working so far.Could someone please point out what I'm missing?Many thanksAlan
Hi,I have to read Excel files with FME 2017 but the first column of the table can be at different position in each file.(but there are always the same number of columns)So, I'm searching a way to link the first column position to a published parameter like the screenshot attached (which doesn't work...).I can't believe that with such a powerful soft like FME we can not do this...Thank you for any help !Christian
I am trying to connect to database using Presto JDBC driver. Need to know how to define and set parameters for this driver e.g. SSL = true, SSLTrustStorePath etcjava.sql.SQLException: Authentication using username/password requires SSL to be enabled
i am trying to update xml column in oracle and getting errors which i am not able to resolve . need some help hereif the data exists there and $t/row/c178[@m=82]='USA' then only update the value or do nothing update USER.TABLE t1set t1.xmlrecord=XMLQuery('copy $t := . modify (if fn:exists /row/c2 then replace value of node $t/row/c2 with concat("firstname",$t/row/@id) else(),if fn:exists /row/c3 then replace value of node $t/row/c3 with concat("lastname",$t/row/@id) else(),if fn:exists /row/c178[@m=83] and $t/row/c178[@m=82]='USA' then replace value of node $t/row/c178[@m=83] with ("NEW YORK") else() ,if fn:exists /row/c4 and $t/row/c178[@m=82]='USA' then replace value of node $t/row/c4 with ("Manhattan")else() ,if fn:exists /row/c5 and $t/row/c178[@m=82]='USA' then replace value of node $t/row/c5 with concat ("NY 10036, USA.",$t/row/@id) else(),)return $t'passing t1.xmlrecordreturnin
Hi,I have a job of transforming osm to imdf with a custom osm map feature config file. When I push this job to FME server, it seems to miss that config file and fail to run the job. How do I solve this problem? Any help? Thank you very much.
I am running a following script, set serveroutput on;DECLARE message varchar2(20):= 'Hello, World!'; BEGIN dbms_output.put_line(message); END;Its throwing error for set serveroutput on. If I remove that statement query runs successfully with no results returned from oracle db.
Can we save credentials for an ArcgisOnline writer in the workbench? Our Final Goal is to run this workbench from an automated batch script. This runs fine but after a period of time the connection to ArcGISOnline fails and we need to reconnect manually in the workbench
Hi,I'm trying to create a dynamic workspace to create file geodatabase extracts of data out of ArcSDE. Ideally, I would like to make use of change detection in some form, so that data that hasn't changed doesn't get processed for no reason. Even more ideally, I'd like to query the database system tables to quickly narrow down what objects have experienced any change (I have some ideas on how to satisfy the second part, but haven't gotten to it yet).The SDE extracts in FGDB form will end up on a network share and be replicated out to the users.This article is pretty much what I want to do, I think.https://knowledge.safe.com/articles/1157/dynamic-workflow-tutorial-destination-schema-as-a.htmlI have to presume that I don't know the schema, nor the quality of the data, in an effort to make this flexible for the many SDE databases we're running this for.My workspace looks like this: Where I'm getting stuck, right now anyway, is applying the delete operation t
Is it possible to create a PostGIS database with FME ?
Hi Guys,I've trying to write a LAS file (Creating a TIN surface with TIN Generator) to IFC file. The final purpose is add this TIN surface to a BIM Platform. I've tried, but I dont get it. I appreciate any help. Cheers!
I'm writing information with geometry in Postgis table. It is currently in UTM, (SA-SIR-22S), before I need reproject for EPSG 4674 (SIRGAS 2000 LL). A failure occurs: The bulk copy failed in the 'public.amb_app' table using the ':' delimiter. Error was' ERROR: new line for relation "amb_app" violates verification constraint "enforce_srid_geom"CONTEXT: COPY amb_app, line 1: "8.34: 4: 461: 0400046100001: etn.sao francisco (flavio): 010300002042120000010000008503 ... 'A fatal error has occurred. Check the log file above for details... Last row repeated 2 times ... How to solve this?
Hi All,Hope you are doing good.I have an excel sheet containing a set of data wherein i wish to read only a specific set of rows. Test Excel.xlsxIn my case, i wish to read the data below the string (in mass percent) in row 280 from 281 to 296 with 281 as the column names. The whole table is supposed to be read below the above mentioned string. These row numbers may change with different excel sheets. So i need a generalized solution.Please help. Thanks.
I am returning a variable string from oracle stored plsql function. Function is executed successfully in sql creator without an error. I need to know how/where to see/populate the output returned from stored function.
Hi guys,I have this point cloud that I have filtered and clipped so that only vegetation areas remain. These areas I want to build a mesh of so that I can import this as a 3D-model into another software. I use the pointcloudsurfacebuilder for this purpose. Using construction mode "simple triangulation", everything works fine, a separate mesh is created for eache area of vegetation.This mesh is quite coarse so I want to use constrouction mode "poisson" instead. This creates a much smoother mesh, only problem is that it also creates a rectancular surface around the whole extents of my pointcloud thus making the mesh useless for me.Anyone here who can help me sort this issue? See attached screenshots of both results.
Hi,From a vb.net program, we need to create a MI Table like MITAB. We are having problems with MITAB so we are looking for an alternative.Can you help us? Thank you.Alejandro
There are a plethora of discussions on the "Error running translation" error, but none seem relevant to my simple workflow, as shown in the attached image, that writes a simple point geometry to an ArcSDE layer. The error msg was misleading as the point had been successfully written.I turned on the debug log and found a "BADNEWS" error in the log - - which I was not sure of its relevancy.
Dear Users, I am trying to save a single polygon as a dxf file with a given file name out an array of polygons. My Array is 28 rows by 350 columns, this makes 9800 polygons. Rows are numbered +14 to -14. they are divided by a centre line, north of this line numbers are positive, south of this line numbers are negative. Columns are labelled Alphabetically, i.e.: A, B, C ... Y, Z, AA, AB, AC ... AY, AZ, BA, BB, BC and so on until ML. My goal is to save each polygon in a separate dxf file. the name of the file should correspond with the "coordinate" within the array, i.e. "AA_+01" , "BO_-13" , "ML_+11". I am completely new to the FME environment and I ahve no idea where to start this task. I do believe that this action is relatively straight-forward for an experienced user.I am grateful for any help regarding this task. Kind regards,Till
Hi, we use Infraworks at work to bring OSM/OSNI to create quick contextual design for our sites. As of now, the heights of buildings are adjusted manually and it takes really long time applying height to each building. I was wondering is there anyway FME can extract this out?
Hi FME Experts, I am trying to write a Geodatabase relationship class between feature class and stand-alone table but it could not be created, it gives me a below error :"Unable to create table/feature class/relationship class of type 'geodb_invalid'. Creation of this type is not currently supported by FME, and must be done through Esri toolsGeodatabaseRelationshipFeaturesPipeline::GeodatabaseRelationshipFeatures(SortFactory): A fatal error has occurred. Check the logfile above for detailsA fatal error has occurred. Check the logfile above for detailsSome error has occurred closing the pipeline factory, see previous warningTransaction #1 rolled back. Rerun translation specifying transaction #0 for the keyword 'TRANSACTION'Some error has occurred closing the pipeline factory, see previous warningA fatal error has occurred. Check the logfile above for details" Note :I have followed the steps and recommendation points in the article https://knowledge.safe.com/art
I am trying to simply read a featureservice that I need to make periodic downloads of. This featureservice needs authentication. I can pull a token using part of this example (arcgis-server-feature-service-reader-token-authent) but I cannot seem to figure out how to hold the token as a parameter to feed to "ESRI ArcGIS Server Feature Service" transformer. I have also tried using a FeatureReader (using username/password) but am having issues not seeing the attributes. I do not fully understand using lists (if that is the issue).So, I need some help with either being able to create a token and save as parameter to feed to another transformer or pull attributes from the featureservice using a FeatureReader transformer.If you have any suggestions, I would be very appreciative.
0 I am running a script in FME SQL Creator reader. Script looks like,set serveroutput ondeclare var1 a;BEGIN dbms_output.enable(); dbms_output.put_line ('TEST LINE'); END;Script runs successfully in Oracle SQL Developer. But If I run from FME, it returns nothing.
Hello FME Community!I'm having following issues: my transformation schema generates CityGML Feature Type TIN Relief, and I want to drape ortophoto image over it. Also, i have generated buildings and want to drape roof textures over the roofs from the same ortophoto image. When I try to open draped TIN relief within the transformation schema (with an inspector in the end) it works. However, when i want to open cityGML later, the textures don't show. Also, TIN Relief refuses to import into 3d city database. SRID for the data is 31277.I am uploading my schema, data and generated cityGML that I'm getting from the schema (https://mega.nz/#!hY9QRIyT!0rfDxD5mvrMFr0hoZyUp8PjCrebtuDUYhglsIMH-NAA). I need help with this issue and maybe correct the schema in order to make TIN Relief available to import to database with textures. If anyone has an idea how to add only roof textures to RoofSurface from the ortophoto i'd appreciate help with that too.Thank you in advance,Stevan
Hi,I would like for my workspace to run automatically each time a row is added to a postgis table, but can't figure out how to do this.I took a look at the Directory Watch Publisher and also at this article: https://knowledge.safe.com/articles/806/push-data-out-of-databases-to-fme-server-in-real-t.html but I don't really understand how to proceed.Thank you
Hello I have tried to replicate one demo application from FME Server Playground. I have replaced repository name and workspace name and initialized my FMEServer with my host and token values. As can be seen from the screenshot after modifications, the HTML page opens correctly, and I am receiving works parameters. “Choose File” and “Upload Files” buttons do they work but after hitting “Run Works Space With Data” I getting an error. Can you please help me to fix this issue?