Yvan, What do you mean by 75%? Does your translation work 75% of the time? Or is it completing 75% of the translation before dying? What does your mapping file...
Daniel O'Connor Gelinas
dg@...
May 2, 2001 5:52 am
3206
O.K. When I tried that some month's ago with build 466 it seems that 75% of the features were well ordered. This week I make a new workbench file to translate...
Yvan Gaudreau
yvan.gaudreau@...
May 2, 2001 2:36 pm
3207
Hi , Our requirement is that ArcSDE and Oracle8i must be in seperate boxes. After successfully installing ArcSDE and creating tablespaces when I start the...
maheshramanathan@...
May 2, 2001 6:13 pm
3208
Thanks Yvan -- would it be possible for you to zip up your input data (preferably a small sample) and send it, along with the the workspace and a description...
Dale Lutz
dal@...
May 2, 2001 9:49 pm
3209
Hi, ... Right now in Workbench itself, there is no way to specify the cell library directly. What you have to do is manually edit the .fmw file and uncomment...
Dale Lutz
dal@...
May 2, 2001 9:52 pm
3210
Hi Jacqueline, Attached is a mapping file I had lying around that kind of does this. It breaks the features everytime a field in the input changes, in your ...
Dale Lutz
dal@...
May 2, 2001 9:54 pm
3211
Hello Oliver, It is true that Overlay is not in Desktop. Topologizer is not either (but I don't think it would help you anyway). You can work around it by...
Dale Lutz
dal@...
May 2, 2001 10:00 pm
3212
Hi, I'm trying out the fme beta build 492 and I'm having difficulty getting fme to recognize my ODBC database. The message I got was: Starting Translation ... ...
dominic_chin@...
May 3, 2001 12:46 am
3213
The problem you describe is definitely not an FME issue but rather an SDE on Oracle issue. My understanding is that SDE must be on the same server as the...
Don Murray
dcm@...
May 3, 2001 3:06 pm
3214
Hello, I was wondering what Safe's plans are for supporting SVG? Will there be an SVG reader/writer soon? Is there any chance SpatialDirect's Map Viewer will ...
joeri@...
May 3, 2001 4:41 pm
3215
Hi All! ... It makes me think about what kind of ordering he tries to accomplish. I'd like to bring to your attention the fact that the order in a table view ...
mats.o.elfstrom@...
May 3, 2001 4:41 pm
3216
Dominic: It sounds as if your missing the "feature" table which, as far as we know, is a fundamental part of the MGE format. I can forward to you a small...
mark@...
May 3, 2001 5:59 pm
3217
Mark, Can you please post when the FME MGE Reader updates become available? I need the updates to the WorkBecnh as soon as possible to allow me to control the...
Robert Oblinsky
roblinsky@...
May 3, 2001 6:41 pm
3218
FMEer's I am using the oracle_sql parameter to try and delete and update and Oracle Saptial rows as part of a transactional update. I can get the update sql...
jlevenha@...
May 3, 2001 6:41 pm
3219
... This isn't actually the intended way to use oracle_sql. It is intended to be used when reading/writing a number of rows to the database, where the...
Graeme Hiebert
geh@...
May 3, 2001 7:27 pm
3220
Mark I'm quite familiar with the MGE format. But send me the small example anyway, so I can compare and debug the problem. regards Dominic ... we know, ... ...
dominic_chin@...
May 4, 2001 4:54 am
3221
Hi, here is the problem that I am trying to solve: I have a township/range polygon shape file. What I want to do is to create a new shape file, outputting only...
lyndon_kok@...
May 4, 2001 4:36 pm
3222
To those other users who may be interested in an example MGE dataset, I have placed it on our FTP site at: ftp://ftp.safe.com/pub/MGE_data.zip It's only about...
mark@...
May 4, 2001 5:32 pm
3223
Lyndon: Here's an off the cuff suggestion. Assuming you're township/range polygons form a continuous coverage. Use the PolygonDissolveFactory on all the...
mark@...
May 4, 2001 5:47 pm
3224
Hi Joeri, Unfortunately we do not have any plans for development of SVG reading/writing at the moment but may look at supporting it in the future. Regarding...
Nick Ranicar
nr@...
May 4, 2001 8:16 pm
3225
Hi Mark, That's exactly what I ended up doing. I used the TopologyFactory to create topology for the input polygons, then the PolygonDissolveFactory and ...
Kok, Lyndon (Calgary)
lyndon_kok@...
May 4, 2001 8:16 pm
3226
Hi Dale, hi all thanks for the DonutFactory-hint. I´ve tried it already and the Donut Factory is a good possibility to avoid the missing OverlayFactory of the...
oliver niklas
o.niklas@...
May 5, 2001 12:38 am
3227
While translating polygons from an Oracle dataset to a microstation .dgn file with an associated attribute file, the ID's are automatically created to create a...
james.virgo@...
May 7, 2001 4:49 am
3228
Hi James, I'm assuming you are using the @Count function to generate the IDs. It takes an optional argument that sets the starting point for the numbers it...
Dale Lutz
dal@...
May 7, 2001 4:54 am
3229
RE: [fme] Exterior polygonLyndon: This would take a bit of experimentation. So far we have used PolygonDissolveFactory to find the outer boundary of the ...
mark@...
May 7, 2001 5:46 pm
3230
<gripe> The idea of the CorrelationFactory, as I see it, is to allow one to create a mapping file which does not have any pre-assumptions about what kind of...
Paul Ramsey
pramsey@...
May 7, 2001 6:51 pm
3231
Hi, I would like to use the SupplyAttributes function with a single packed attributes parameter, however, the FME 2000 documentation does not describe the...
Karen Spina
karen@...
May 7, 2001 10:03 pm
3232
Hi, I have a FME script which translates DWG data to SDE3. It runs without problem. Now, i try to store the data into SDE8 with the same script. The log of the...
CHARDONNENS BRUNO
bruno.chardonnens@...
May 7, 2001 10:03 pm
3233
My, I am surly today... <gripe> Unlike 90% of the other factories in the FME, the IntersectionFactory does not support a GROUP_BY clause (according to the...
Paul Ramsey
pramsey@...
May 8, 2001 3:27 am
3234
Hi Oliver, The best I can recommend is what we call "poor man's cleaning". The idea is that you extend all the segments using the extension factory, then do ...