Skip to main content

I have the following that works

SDE DATA => Test Filter (Name = Point) > XMLFramenter > Rest works as expected 1 feature coming through

I want to remove the Test Filter and and put an SQL Where clause at the SDE Data level ( Name = Point ) the SQL is valid and 1 feature comes through however the XMLFramenter fails.

Looking at the data in both cases for the field that contains the XML data is identical yet it fails in one case and not the other, any ideas?

If you keep the test filter in even though it's now redundant, does it fail or pass?


If you keep the test filter in even though it's now redundant, does it fail or pass?

Still fails


Still fails

What is the fme rejection code?


What is the fme rejection code?

There is not one, the data goes to the "rejected side" of the XMLFragmeter. If i look at this rejected data I can see the attribute with the XML data in it and as mention before is the same as when it works


There is not one, the data goes to the "rejected side" of the XMLFragmeter. If i look at this rejected data I can see the attribute with the XML data in it and as mention before is the same as when it works

Hmm, I've always had a rejection code attached to the rejected record(s), e.g.


Hmm, I've always had a rejection code attached to the rejected record(s), e.g.

I've edited the post to include the error log see attached above


I was able to fix the issue by putting an AttributeEncoder set to UTF-8 in front of the XMLFragmeter


Reply