Select to view content in your preferred language

Create version of sde.default in a workbench then write to the feature classes

89
1
3 weeks ago
MattHowe
Frequent Contributor

I'm working on a workbench in DI to append features and attributes to a new data model in a SQL eGDB, and I'm wondering if it's possible to create a new database version of a user selected sde connection file, and then create writers of all of the feature classes and append the features in the workbench. 

What would be the correct workflow be to write to a user specified database version in a workbench?

0 Kudos
1 Reply
RenatoSalvaleon3
Esri Contributor

Based on your title, I assume you mean a geodatabase version created by a database user, is that correct?

The ESRI ArcSDE format writer supports Version Type... 

RenatoSalvaleon3_1-1733145245898.png

 

If the user schema exists and is configured in your sde connection file then its just a matter of configuring your Geodatabase Connection file properties in the Workbench. I don't have any user schema in my geodatabase but if I had them they will show up on the Choose SDE Version dialog. 

 

You also have an option to configure the version on your SDE connection file within ArcGIS Pro, if you want to. This is the defauly version type on the format in Workbench.

RenatoSalvaleon3_0-1733145074401.png

Let me now if you have further questions.