JoinField General Function Failure[featureclasName]

المشرف العام

Administrator
طاقم الإدارة
I am trying a simple joinfield in arcpy and i keep getting the error:

Execute error: ERROR 999999: Error execution functionGeneral function failure [AA]failed to execute JoinField

Below are tables:

TABLE



FEATURE CLASS TABLE



arcpy code:

fc = "AA" tb = "tb3" fd = [f.name for f in arcpy.ListFields(tb3)] arcpy.JoinField_management(fc, "OBJECTID", tb, "OBJECTID", fd)

أكثر...
 
أعلى