I've hit a problem with a translation (reading from Oracle spatial writing to IGDS/DGN). On our test sets of data it's running fine but on the full dataset we've hit the following problem with some features we're trying to write as cells:
2006-07-13 17:14:41|1335.3| 0.0|INFORM|MULTI_WRITER: multi_writer_id `TQ3081SW': Writing feature 0
2006-07-13 17:14:41|1335.3| 0.0|ERROR |IGDS Cell can only have 1 coordinate.
2006-07-13 17:14:42|1335.3| 0.0|ERROR |... Last line repeated 2 times ...
2006-07-13 17:14:42|1335.3| 0.0|STATS |Stored 288521 features to FME feature store file file `C:\Temp\FME_FEATVDb01108'
2006-07-13 17:14:42|1335.6| 0.3|ERROR |IGDS Cell can only have 1 coordinate.
2006-07-13 17:14:42|1335.6| 0.0|INFORM|Suppressed logging of 39 feature(s)
2006-07-13 17:14:42|1335.6| 0.0|INFORM|FME Session Duration: 2106.5 seconds.
Initially we had a problem because some output levels have both line and cell features in them. We resolved this by adding an attribute that directly specified the igds_type (either igds_line or igds_cell). This works fine on the test area of data.
If I filter out features identified as cells prior to writing the translation runs through to completion so it's definately the above errors that are halting progress.
I've tried to identify/exclude the offending features using a CoordinateCounter and AttributeFilter then routing features that don't have 1 coord to the vizualiser. This isn't catching any features and the translation still fails
I'm pretty stumped on this!
Cheers,
Iain
__._,_.___
Join us at the FME Worldwide User Conference Sept. 21-22, 2006 Vancouver BC Canada. For more information, visit www.safe.com/2006uc.
YAHOO! GROUPS LINKS
- Visit your group "fme" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
