Advertisement
Guest User

Untitled

a guest
May 27th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Users\karenkburke\Documents\ArcGIS\Climate\Climate30_loop1_mcg_modified.py", line 97, in <module>
  3. arcpy.AddJoin_management("Layer1", "SiteID", "C:/Users/karenkburke/MyDocuments/ArcGIS/Climate/Input/Test_Sheds.dbf", "SiteID")
  4. File "C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy\arcpy\management.py", line 5632, in AddJoin
  5. raise e
  6. arcgisscripting.ExecuteError: Failed to execute. Parameters are not valid.
  7. WARNING 000970: The join field SiteID in the join table Sites_no3414 is not indexed. To improve performance, we recommend that an index be created for the join field in the join table.
  8. ERROR 000732: Join Table: Dataset C:/Users/karenkburke/MyDocuments/ArcGIS/Climate/Input/Test_Sheds.dbf does not exist or is not supported
  9. Failed to execute (AddJoin).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement