Why the error? Data is coming from SDE so geometry is fine, and I'm not altering it in my script.
This always seem to occur with the same polygon. Any ideas or suggestions?
thanks
Why the error? Data is coming from SDE so geometry is fine, and I'm not altering it in my script.
This always seem to occur with the same polygon. Any ideas or suggestions?
thanks
you could check all your geometry with the GeometryFilter and GeometryValidator (in FME 2013) first. Just to make sure, that there are no geometry issues.
This is my first idea... maybe it helps...
Best regards,
Stefan
I tried the GeometryFilter before but had the same problem. Unfortunately I was asked to write the script in FME 2012 so the GeometryValidator is out of question.
I will check feature mergers, to make sure the geodb_type is not causing any trouble. Thank you both for the suggestions.
I used a GeometryCoercer after the above transformer and set it to fme_polygon and it works.
Thank you for the feedback.