Skip to main content
Question

FME 2020: The “ArcSDEGridSnapper” tool appears not to be available,

  • January 1, 2021
  • 7 replies
  • 39 views

jamal
Forum|alt.badge.img+5

FME 2020: The “ArcSDEGridSnapper” tool appears not to be available,

 

I couldn’t figure out why the “ArcSDEGridSnapper” tool appears not to be available

 

Clip_142

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

7 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3422 replies
  • January 4, 2021

ArcSDEGridSnapper has been deprecated starting FME 2020

 


jamal
Forum|alt.badge.img+5
  • Author
  • 342 replies
  • January 4, 2021

Thank you for the answer.

is there any replacement for this tool?


kailinatsafe
Safer
Forum|alt.badge.img+23
  • Safer
  • 720 replies
  • January 5, 2021

Hello @jamal​ , It really depends on what you are looking to achieve! Perhaps, you could try using the GeometryValidator transformer as a workaround. Another option to try, sometimes writing to a File Geodatabase and then back to the Enterprise Geodatabase can work (as File Geodatabase has a different grid underneath). Hope this helps, Kailin.


nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2937 replies
  • November 16, 2021

Heja @kailinatsafe​, can you tell why the ArcSDEGridSnapper is deprecated? I use this transformer to prepare my geometry before sending it to the SDE writer, to prevent the workspace from failing. This is all in server, where I have less control over the data my users are uploading.

 

My current workaround is to keep an old version of this transformer and copy paste it to a new workspace, but if there is a valid reason not to use it anymore I would like to know :-)


kailinatsafe
Safer
Forum|alt.badge.img+23
  • Safer
  • 720 replies
  • November 16, 2021

Heja @kailinatsafe​, can you tell why the ArcSDEGridSnapper is deprecated? I use this transformer to prepare my geometry before sending it to the SDE writer, to prevent the workspace from failing. This is all in server, where I have less control over the data my users are uploading.

 

My current workaround is to keep an old version of this transformer and copy paste it to a new workspace, but if there is a valid reason not to use it anymore I would like to know :-)

Hello @nielsgerrits​ , the ArcSDEGridSnapper was deprecated with the old SDE format. Since we removed the format support, transformers that prepare data for those formats were also removed as a result. In general, any of our geodatabase formats are the intended replacements, but there is an article that compares FME readers and writers for SDE and Geodatabase. Sorry I don't have better news, Kailin.


nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2937 replies
  • November 17, 2021

Hello @nielsgerrits​ , the ArcSDEGridSnapper was deprecated with the old SDE format. Since we removed the format support, transformers that prepare data for those formats were also removed as a result. In general, any of our geodatabase formats are the intended replacements, but there is an article that compares FME readers and writers for SDE and Geodatabase. Sorry I don't have better news, Kailin.

Thanks for your reply @kailinatsafe​. I understand that the old Legacy SDE format is deprecated, but in my experience the not deprecated SDE format has the same behavior? (Geometry snapping to grid when inserted.) Then deprecating the ArcSDEGridSnapper feels not logical to me? Don't worry too much, I can live with the workaround, I just want to make sure I understand this correctly.


kailinatsafe
Safer
Forum|alt.badge.img+23
  • Safer
  • 720 replies
  • November 18, 2021

Hello @nielsgerrits​ , the ArcSDEGridSnapper was deprecated with the old SDE format. Since we removed the format support, transformers that prepare data for those formats were also removed as a result. In general, any of our geodatabase formats are the intended replacements, but there is an article that compares FME readers and writers for SDE and Geodatabase. Sorry I don't have better news, Kailin.

Hey again @nielsgerrits​ , I think geometry needed to be prepared for the old format before writing (hence why we used the ArcSDEGridSnapper), whereas with ArcSDE Geodb formats, that preparation step shouldn't be neccessary/needed now.