Good morning.
I have a very simple workspace that reads some polygons from a SHAPE file, aggregates them depending on an attribute and dissolves them with a "Group By" using the same attribute.
This is working fine with FME Desktop 2017.1 (32-bits)
Today I wanted to update this workspace to FME Desktop 2018. I have tested it with FME Desktop 2018.0 (32-btis) and FME Desktop 2018.1 (32-bits). It always fails with this error:
"Dissolver(PolygonDissolveFactory_base_factory): INDEX FAILURE - requested predicate not implemented"
2018-10-17 11:47:04| 0.9| 0.0|STATS |Dissolver(PolygonDissolveFactory_base_factory): Dissolving 1523 input polygon(s) across 26 group(s)
2018-10-17 11:47:04| 0.9| 0.0|INFORM|Dissolver(PolygonDissolveFactory_base_factory): If the input dataset is large or complex, the dissolver could run for extended periods of time without logging
2018-10-17 11:47:04| 0.9| 0.0|STATS |Storing feature(s) to FME feature store file `C:\Users\OSCAR~1.DIA\AppData\Local\Temp\SHP_a_DGN_2018_114703\inspector.ffs'
2018-10-17 11:47:04| 1.3| 0.3|ERROR |Dissolver(PolygonDissolveFactory_base_factory): INDEX FAILURE - requested predicate not implemented
2018-10-17 11:47:04| 1.3| 0.0|STATS |Stored 253 feature(s) to FME feature store file `C:\Users\OSCAR~1.DIA\AppData\Local\Temp\SHP_a_DGN_2018_114703\inspector.ffs'
2018-10-17 11:47:04| 1.3| 0.0|INFORM|Saving spatial index into file 'C:\Users\OSCAR~1.DIA\AppData\Local\Temp\SHP_a_DGN_2018_114703\inspector.fsi'
2018-10-17 11:47:04| 1.3| 0.0|INFORM|Finished saving spatial index into file 'C:\Users\OSCAR~1.DIA\AppData\Local\Temp\SHP_a_DGN_2018_114703\inspector.fsi'
2018-10-17 11:47:04| 1.3| 0.0|ERROR |INDEX FAILURE - requested predicate not implemented
2018-10-17 11:47:04| 1.3| 0.0|INFORM|Translation FAILED with 2 error(s) and 0 warning(s) (0 feature(s) output)
I have two different shape files. With one of them, it only works with FME 2017.1. With the other one, the three versions work fine.
I do not undertsand what the error means, so I don't know which differences I should be looking for among the SHAPE files.
Does anyone have a clue about it?
Thanks for any help provided!