Search the web
Sign In
New User? Sign Up
fme · Feature Manipulation Engine
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12457 - 12486 of 14393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12457
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 ...
grttngg
Offline Send Email
Sep 1, 2006
4:52 pm
12458
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...
paredx4
Offline Send Email
Sep 1, 2006
4:55 pm
12459
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...
mark2atsafe
Offline Send Email
Sep 1, 2006
5:49 pm
12460
Hi Heinz, I would try with a different database users having read rights only.... Greetings, Jeff...
Jeff Konnen
jeff_konnen
Offline Send Email
Sep 1, 2006
7:27 pm
12461
Hi Mark, That was the fix. I was using the GeoGraphics reader. Thanks...
paredx4
Offline Send Email
Sep 1, 2006
8:25 pm
12462
isn't that about the update mode? ... we ... then ... a way ... files ... separate ... setting...
sttav2003
Offline Send Email
Sep 4, 2006
4:48 pm
12463
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...
clambert_aamh
Offline Send Email
Sep 4, 2006
4:56 pm
12464
isn't that about the update mode? ... we ... then ... a way ... files ... separate ... setting...
sttav2003
Offline Send Email
Sep 4, 2006
4:57 pm
12465
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...
nichols2bdarwindpi
nichols2bdar...
Offline Send Email
Sep 5, 2006
2:27 am
12466
normally each sheet appears as a separate dataset ... the ... the...
sttav2003
Offline Send Email
Sep 5, 2006
4:05 pm
12467
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...
mhabarta
Offline Send Email
Sep 5, 2006
4:05 pm
12468
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...
clambert_aamh
Offline Send Email
Sep 5, 2006
4:06 pm
12469
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,...
mark2atsafe
Offline Send Email
Sep 5, 2006
5:01 pm
12470
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 ...
mark2atsafe
Offline Send Email
Sep 5, 2006
5:07 pm
12471
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...
mark2atsafe
Offline Send Email
Sep 5, 2006
5:38 pm
12472
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...
mark2atsafe
Offline Send Email
Sep 5, 2006
6:21 pm
12473
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@...
Send Email
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...
clambert_aamh
Offline Send Email
Sep 6, 2006
5:04 am
12475
Hi Mark Thanks for you prompt and detailed reply! Firstly, regarding creation of a custom coordinate system, only the transformation formula parameters are...
clambert_aamh
Offline Send Email
Sep 6, 2006
5:06 am
12476
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@...
Send Email
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...
mark2atsafe
Offline Send Email
Sep 6, 2006
4:39 pm
12478
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...
mark2atsafe
Offline Send Email
Sep 7, 2006
1:00 am
12479
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...
jusiheap
Offline Send Email
Sep 7, 2006
1:13 am
12480
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...
mark2atsafe
Offline Send Email
Sep 7, 2006
3:09 am
12481
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 ... ...
jusiheap
Offline Send Email
Sep 7, 2006
3:54 pm
12482
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@...
Send Email
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,...
jusiheap
Offline Send Email
Sep 7, 2006
4:16 pm
12484
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,...
Jason Birch
jasoncbirch
Offline Send Email
Sep 7, 2006
4:37 pm
12485
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@...
Send Email
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...
mark2atsafe
Offline Send Email
Sep 7, 2006
4:55 pm
Messages 12457 - 12486 of 14393   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help