The Append tool needs to be run as the table owner from what I understand. This is because by default it recreates the spatial index. I found you can get around this by ticking the "Maintain Spatial Index" setting in Environment Settings (under Geodatabase Advanced in 10.2.2).
In .NET:
Geoprocessor gp = new Geoprocessor();gp.SetEnvironmentValue("maintainSpatialIndex", "TRUE");
You can then run the tool using OSA or any other authorised user that is not the table owner, and you don't need an exclusive lock.
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.