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.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.