Select to view content in your preferred language

Append to feature service failing error 000594

844
2
03-04-2021 10:39 AM
Labels (1)
SFM_TravisBott
Frequent Contributor

I am having issues restoring backups of a feature service using Append, which results in the same error (000594, which deals with spatial domain misalignment). Curious is that when I test with a handful of features the Append tool succeeds with warnings, and the 000594 error. If I try with the whole backup, currently ~150 features, each record gets the 000594 error as well as the generic 999999. 

The context: I derive a human-readable ID for each feature from a portion of the GlobalID (e.g. YY-UNIT-XXXX, where 'YY' is the two-digit year, 'UNIT' is a geographical shorthand, and 'XXXX' are the four digits taken from the GobalID). I didn't want to use the ObjectID, as they're much more wishy washy, and in the event a backup needs to be used to restore the dataset could likely result in duplicate IDs.

GobalIDs are preserved in the backup, and they're preserved if a new feature service is published from the backup. But I would rather create a new feature service from the old, in order to preserve all of its settings, and then append the backup data into the new feature service. This is elegant, as you can choose to preserve GlobalIDs.....but this is where the error occurs. 

The backup is created from the feature service, but then can't be appended into an identical copy of that same  feature service. Any thoughts on what gives?

 

Screenshot (414).png

2 Replies
AaronGlanville
Occasional Contributor

Has anyone found a solution to this?

I am currently trying to replace a hosted feature service while preserving the Edit Tracking information and GlobalIDs.

The closest I've gotten has been using the append tool. If I don't turn on the "Preserve Global IDs" setting in the append tool, I can correctly append data from a local feature class to a hosted feature service while preserving the Edit Tracking information. However, once I check the "Preserve Global IDs
 setting, I get the "WARNING 000594: Input feature 1: Function not implemented." for each feature and none are appended to the feature service.

Any help would be appreciated.

0 Kudos
MargaretMaher
Esri Contributor

Hello Aaron,  I found the link to information that may resolve this issue for you.

https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-...  this page in the documentation describes two possible causes for this issue:
A)  Attempting to append a feature that is outside the XY domain of the feature class
B)  Append is failing because the output dataset has reached the maximum number of records or file size. 
 
I hope this works for you, and have a great weekend.
0 Kudos