Select to view content in your preferred language

Quick Export manually works, but Quick Export geocoding does not?

929
1
03-16-2012 09:44 AM
WingKuang
Emerging Contributor
I've been having issues using Quick export through python coding, but it works through arcmap. What I did was essentially copy the same parameters from the output dialog and use them, but PostGis doesn't seem to be getting the data, only the name of the database I passed in.
0 Kudos
1 Reply
BruceHarold
Esri Regular Contributor
Hello Wing

In your Python script, make sure you are checking out the extension before calling the Quick Export tool:

arcpy.CheckOutExtension("DataInteroperability")

Regards
0 Kudos