Question

Using Buffer in FME Server but getting error

  • 23 March 2021
  • 4 replies
  • 7 views

Hi all,

I am attempting to use FME Server apps first time with buffer.

I have now setup a very simple workbench just to perform buffer tasks but I am struggling to get this to work with FME Server.

 

I get following error, i have set it up as data download. Does anyone know what i am doing wrong with parameters maybe?

 

2021-3-23 20:22:05 | Bufferer_2DBuffering (PolygonDissolveFactory): The clause 'Yes USE_AZMED_NEIGHBORHOOD Yes' within 'FACTORY_DEF {*} PolygonDissolveFactory FACTORY_NAME { Bufferer_2DBuffering } INPUT FEATURE_TYPE __TOPOLYGONDISSOLVEFACTORY__ FLUSH_WHEN_GROUPS_CHANGE { No } REJECT_INVALID_GEOM Yes USE_AZMED_NEIGHBORHOOD Yes PRE_BUFFER { @EvaluateExpression(FDIV,FLOAT,5,Bufferer) @EvaluateExpression(FDIV,FLOAT,22.5,Bufferer) CAP_ARC JOIN_ARC 0 FULL OFFSET_UNITS METERS PRECISION APPROX } DISSOLVE_MODE GEOS CLEANING_TOLERANCE { AUTO } LIST_ATTRS_TO_INCLUDE { <Unused> } LIST_ATTRS_TO_INCLUDE_MODE { <Unused> } OUTPUT { REJECTED FEATURE_TYPE Bufferer_<REJECTED> }' is incorrect. The clause must look like: REJECT_INVALID_GEOM [(yes|no)]

 

602021-3-23 20:22:05 | The clause 'Yes USE_AZMED_NEIGHBORHOOD Yes' within 'FACTORY_DEF {*} PolygonDissolveFactory FACTORY_NAME { Bufferer_2DBuffering } INPUT FEATURE_TYPE __TOPOLYGONDISSOLVEFACTORY__ FLUSH_WHEN_GROUPS_CHANGE { No } REJECT_INVALID_GEOM Yes USE_AZMED_NEIGHBORHOOD Yes PRE_BUFFER { @EvaluateExpression(FDIV,FLOAT,5,Bufferer) @EvaluateExpression(FDIV,FLOAT,22.5,Bufferer) CAP_ARC JOIN_ARC 0 FULL OFFSET_UNITS METERS PRECISION APPROX } DISSOLVE_MODE GEOS CLEANING_TOLERANCE { AUTO } LIST_ATTRS_TO_INCLUDE { <Unused> } LIST_ATTRS_TO_INCLUDE_MODE { <Unused> } OUTPUT { REJECTED FEATURE_TYPE Bufferer_<REJECTED> }' is incorrect. The clause must look like: REJECT_INVALID_GEOM [(yes|no)]


4 replies

Userlevel 1
Badge +11

Hi @cardiofaz​ What values are you using for Buffer Distance, End Cap Style? Can you attach some sample Shape data here?

Hi @cardiofaz​ What values are you using for Buffer Distance, End Cap Style? Can you attach some sample Shape data here?

Hi @danatsafe​  - Buffer distance i add 5, end cap style default is what i leave it as and attached is shape. I have tried this shape on fme desktop and works fine but when trying on fme server, having some issues although I am having same issues with some other shapes also.

Userlevel 1
Badge +11

Hi @danatsafe​  - Buffer distance i add 5, end cap style default is what i leave it as and attached is shape. I have tried this shape on fme desktop and works fine but when trying on fme server, having some issues although I am having same issues with some other shapes also.

Thanks for the Shape data. I'm also unable to see a problem on FME Desktop. Can I convert this to a case?

@danatsafe​  - Yes that would be great.

 

I did do some more testing to see if it was a issue with the version of fme desktop being used. So tried using older versions but this still did not resolve the issue.

Reply