Rematching a Geocoded Feature Class with Python

699
1
03-28-2017 12:21 PM
ChristopherMelendez1
New Contributor

I'm trying to rematch a feature class in a file gdb on a network drive using Python. When I run the script I get the following error.

ARCPY ERRORS:
ERROR 000458: Rematch operation failed.
Failed to execute (RematchAddresses).


PYTHON ERRORS:
Traceback Info:
  File "G:\MasterFiles\Data\Resources\Scripts\BiweeklyStudentGeocode104.py", line 332, in <module>
    arcpy.RematchAddresses_geocoding(StuMatch, "")

Error Info:
     <class 'Queue.Empty'>:

I looked up what Error 000458 means in an old Esri help site for 9.3.1 but I don't know how to fix this. Also, I don't understand what 'Queue.Empty' means.

Any help is appreciated

Chris

0 Kudos
1 Reply
BruceHarold
Esri Regular Contributor

Try using the geoprocessing tool manually and supplying a where_clause like "Status - 'U'" as in the Help.

Log a call if that works but your script fails.  You might need to supply the workspace environment too.

0 Kudos