Skip to main content
Solved

Determine if a Writer which is an SDE layer is versioned?

  • April 17, 2019
  • 4 replies
  • 24 views

mmestrov
Contributor
Forum|alt.badge.img+3

I need to figure out a way of testing if a writer which is an SDE layer is verisioned or not. If it is versioned I do not want to truncate and fill if from the reader but if it is not versioned then I would want to truncate and fill.

Best answer by erik_jan

Depending on what underlying database you are using.

This article explains how to determine this:

http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/determining-which-data-is-versioned.htm

You can use the SQLExecutor transformer to perform the query.

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.

4 replies

erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • Best Answer
  • April 17, 2019

Depending on what underlying database you are using.

This article explains how to determine this:

http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/determining-which-data-is-versioned.htm

You can use the SQLExecutor transformer to perform the query.


mmestrov
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • April 17, 2019

Depending on what underlying database you are using.

This article explains how to determine this:

http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/determining-which-data-is-versioned.htm

You can use the SQLExecutor transformer to perform the query.

The link does not work.


mmestrov
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • April 17, 2019

I was able to find it without the link. Thanks

 


erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • April 17, 2019

The link does not work.

Fixed it. Hope it works now. Not sure what happened.