I am getting this error:
ERROR 999999: Something unexpected caused the tool to fail. Contact Esri Technical Support (http://esriurl.com/support) to Report a Bug, and refer to the error help for potential solutions or workarounds.
FDO error: -2
FDO error: -2 ['output_name']
Failed to execute (Merge).
when attempting to run Merge on several very large shapefiles with the output destination set to a .gdb on an external server connected as a network drive. I need the output on this server as this is the registered Data Store for my organization's Portal. The strange thing is that the tool runs until the progress bar is at nearly 100% before failing, and after the failure, the output feature class still shows up in the .gdb. When I add this Merge output to the map, though, some sections of the data are missing.
The Merge executes successfully and without any of these issues when the output destination is set to the local project geodatabase.
Currently, my workaround is to run the Merge to the project geodatabase on my machine, then copy the data over to the final destination on the server, but this is costly time-wise due to the size of the merged data (many GB) and is not ideal as a long term solution.
Has anyone else encountered this? Any ideas on why I might be getting this error when output is set to a geodatabase located on a network server?