Hello everyone,
How do you copy FCs with attachments from one geodatabase to another? ArcCatalog works fine but can it be done in ModelBuilder or Python?
With ArcCatalog when the feature has a related table with attachments it copies everything together. But in Python or ModelBuilder what command do I use?
Thanks,
You can try to export to an XML workspace document and then import that in the other gdb?
Export XML Workspace Document—Help | ArcGIS Desktop
Import XML Workspace Document—Help | ArcGIS Desktop
Also check Maintain Attachments (Environment setting)—Geoprocessing | ArcGIS Desktop