Hi group, Is it possible to connect to ArcSDE with FME but tell FME thereby that some tables should be importet as 'read only'? The result would be the ...
Hello, I've just installed an evaluation version of FME and am trying to view a DGN in the Universal Viewer. I'm getting an error message that says "Failed to...
Hi Quick answer, it sounds like you are using the MGE or GeoGraphics reader instead of the plain DGN reader. When you open a DGN file FME makes a guess at what...
Hello :) Could someone please advise if second order conformal transformations are possible in FME? I need to transform features to a local grid. Would it be...
Hi All, I have been converting all my excel files to csv's to avoid this problem. When attempting to load an excel file as a new data set the translation...
Hallo Seems since I use FME2006GB I get the following ERROR from SDE Writer at the time I try to write to the table: ERROR |(#246009) Error while retrieving...
Hello Again! Further to the below, this is the equation I would like to apply to features within a MicroStation Design file X = C + E(X - A) + F(Y - B) + H((Y...
Hi Russell, When I do this I use Source Data > Add Dataset and set the source format to "Microsoft Excel File" I don't use the settings button, just click OK,...
To be exact, each sheet appears as a separate Feature Type within the same dataset. You could get a separate dataset per sheet by adding the file multiple ...
Hi Carly, If the local grid has known parameters you could create a custom coordinate system and reproject using that. Apart from that, I think that FME has...
Hi Michael, I wouldn't generally recommend reading and writing the same dataset - it can give unpredictable results. It may be that the SDE writer has changed...
Hi Carly You can do this with tcl, its bit complicatet but possible before you go into tcl you have to split any aggregates and donuts into there parts, so you...
peter laulund
peter_laulund@...
Sep 5, 2006 9:32 pm
12474
Hi Peter Thank you for your reply and assistance :) The process you suggest using TCL appears to be the same as the workbench approach, in that it requires...
Hi Mark Thanks for you prompt and detailed reply! Firstly, regarding creation of a custom coordinate system, only the transformation formula parameters are...
Hi Below is a tcl function doing the convertion proc transformGeom {} { set N [FME_Coordinates numCoords]; for {set i 0} {$i < $N} {incr i} { set x [...
peter laulund
peter_laulund@...
Sep 6, 2006 3:28 pm
12477
... Hi Peter, I think there's no doubt that the TCL looks more simple once you write it down - but it depends on what you know. It would've taken me hours to...
Hi Carly, ... I'm sure it is possible - I just don't know how (and in the time taken to learn could create an alternate method). ... I think I may file a...
Hi all I'm translating from GML file(s) to a text file. Nothing flash, just converting each feature into an id plus a list of coordinate pairs - one entry per...
Hi Simon, Yes it's just a case of duplicating the first point in the feature and sorting everything to get it into the correct order. The CSV Reader 2...
Thanks Mark, that's done the trick. Also managed to include a total count of each feature type in the header, using the StatisticsCounter. Simon ... and ... ...
Hi Mark it took me days ( the first time ) now I can do it in 30 minuts, so the first time is always hard. The workebench is a great improvement too FME, but...
peter laulund
peter_laulund@...
Sep 7, 2006 4:02 pm
12483
OK, my follow up question is a bit more involved. Here goes ... My workspace has a number of different source feature types down the left hand side (e.g. Road,...
It may be because the Counter uses a (terminology unsure) global attribute to store the current count. You may need to expose this parameter of the counter,...
Hello Simon, Jason... Jason is right here, the Counter has traditionally been "global" in scope. If you have one inside a custom transformer, all instances of...
Matt Adam
matt@...
Sep 7, 2006 4:52 pm
12486
Hi Peter, ... Unfortunately I use TCL so little that every time feels like the first time. ... That sounds like a challenge sir! I'll see you at dawn at the...