Error exporting data to filegdb format

2919
5
04-26-2016 06:43 PM
MatthewSkewes2
New Contributor III

Hi

I have a feature service with attachments (750 Photos @ 2-3mb) that I'm trying to download but using the export to FGDB option I continually get this error - Error exporting data to filegdb format

Does anyone have any ideas on why this is occurring and how I can go about pulling the data down.

Regards

0 Kudos
5 Replies
DanPatterson_Retired
MVP Emeritus
0 Kudos
MatthewSkewes2
New Contributor III

Yeah I gave that a go but I get this error when running the script - ImportError: No module named 'urllib2'. So not having to much luck at the moment

0 Kudos
DanPatterson_Retired
MVP Emeritus

urllib2 is a python module... by chance, do you not have python installed on your machine?  I would suspect you would if you also have arcmap

0 Kudos
MatthewSkewes2
New Contributor III

Yeah I have python installed, not sure what the issue is I'm running the toolbox through ArcGIS pro

0 Kudos
DanPatterson_Retired
MVP Emeritus

that needs to be replaced, since it is using python 3... run it through arcmap  It has been split into two as of python 3

20.6. urllib2 — extensible library for opening URLs — Python 2.7.11 documentation

0 Kudos