I've got a table setup with traditional versioning + archiving and I'm planning to move it to branch versioning. Other than compressing everything out of the delta tables I'm not too sure how to proceed. Can you just disable versioning and then enable it again through a branch connection? Will that handle the "_H" archive table or will I need to transform that into the branch format? I'm willing to work with SQL Server directly for whatever's required, just wanted to see if anyone has tried this before.
Solved! Go to Solution.
I'll leave some notes here for anybody who stumbles into this from a web search.
With this info the transitional workflow appears to be:
I can't guarantee anything so talk to your ESRI rep if you're migrating a critical dataset and keep a working backup on hand.
I'll leave some notes here for anybody who stumbles into this from a web search.
With this info the transitional workflow appears to be:
I can't guarantee anything so talk to your ESRI rep if you're migrating a critical dataset and keep a working backup on hand.
Hi @DavidSolari ,
I am also working on similar requirement to migrate data from traditional version to branch version with Archive History of insert, update, deleted features.
Existing Geodatabase (SQLServer) Traditional Versioning are managed in FeatureClass_H, now we want to migrate existing feature classes to newly created branch enabled versioned dataset.
Our requirement to migrate the archive history of feature class from traditional version to branch version without any relation breaks.
We are doing below steps :
1. ArcGIS Pro, export the existing traditional version feature class archive data into GDB.
2. Create a new enterprise geodatabase, enable branch version.
3. Import the exported data into branch enabled feature dataset.
4. After importing, mange geodatabase functionality throwing the error.
Request @DavidSolari @JFarmer to help me in migration from traditionally enabled versioned archive data into branch enabled versioned feature class without any data loss.
#BranchVersiong #GeoDatabse #Migration