Skip to main content

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.

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.


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.


I was able to find it without the link. Thanks

 


The link does not work.

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


Reply