Skip to main content
Question

ArcSDE Querier Deprecated - what to use in its place

  • August 2, 2023
  • 2 replies
  • 20 views

asmith
Contributor

Hi, we have several workbenches deployed to FME Server that use the ArcSDE Queirier, which is deprecated. It was reading data from an .sde and deleting the data based on a WHERE clause, and the translation was continued on the output ports of the transformer.

 

What is a transformer that I can use in its place that meets the above requirements?

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3700 replies
  • August 3, 2023

It looks like the SQLCreator and SQLExecutor can be used to connect to ArcSDE, so probably one of those.


asmith
Contributor
  • Author
  • Contributor
  • 2 replies
  • August 5, 2023

Thank you for your feedback. I ended up using a FeatureReader as it accomplishes the same task as the ArcSDE Querier (Delete based on a WHERE clause).

 

Thanks again!