Hello,
I do not have any code, but I question is can you use python to import data from a ESRI Server connection into a File Geodatabase? For example, if I add the data from the Server into my workspace and use the code:
arcpy.conversion.FeatureClassToGeodatabase("Regions",r"C:\Users\name\Documents\ArcGIS\Projects\
COData\CODData.gdb")
NOTE: The code is one line, its two here because it fit better.
Works fine, but I would like to find a way to connect to the server and then automate the import for either all or a specific feature class(es). Any input would be greatly appreciated. Thank you in advance