Hi community,
I have a new set of data in an asset package that I would like to copy to a dedicated version in my electric UN. The asset package has a schema similar to my published UN. I have a CSV of associations that also need to be imported.
The trouble is that I need to preserve the global ids of my asset package features upon import. This keeps my CSV of associations relevant. If the globals change, my associations file is useless.
I tried the Append GP tool but received the following error:
WARNING 000594: Input feature 1: Function not implemented.
https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00576-00600-000594.htm
The error doesn't seem to describe my issue. If I choose not to 'Preserve GlobalIDs' in my environments settings, the Append works. Disabling network topology doesn't make a difference here either. Same error.
After disabling network topology I can write to the database directly and Append as intended. But this writes to the DEFAULT which is really not going to work for what I need.
So, is it possible to append to a UN and preserve globalids? If so, what is recommended.
Thanks