I can't load data into SDE Feature Class using Load Object.I using ArcGIS for Desktop 10.4.1, SQL Server 2014 Standard, Enterprise Geodatabase 10.4.1.Please help.Thanks.
Thanks all for support.
This is error: input record exceeds maximum length.
Good luck.
It isn't obvious that it's GlobalID, but that error message does indicate there is a field with a unique constraint being violated by the data you are loading. In other words, check your table for unique key constrained fields and then join the two tables on that field to see if anything matches. If so, you need to pick one to delete.
It seems like you're trying to load duplicate GlobalIDs, maybe?
I assume that the schema is same in the source and target feature classes, if that is the case you can try to use the Append tool and see if it works.
Please see Append—Help | ArcGIS Desktop
~Shan
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.