ESRI reported a bug in ArcGIS version 10.0 acknowledging that joins and relates are not migrated when updating ArcMap data sources with certain arcpy methods (http://support.esri.com/en/knowledgebase/techarticles/detail/37931)
The bug NIM058535 was supposedly fixed with ArcGIS 10.0 Service Pack 1 (http://downloads2.esri.com/support/documentation/ao_/10.0_SP1_Announcement.pdf)
However, I am still experiencing this problem using ArcGIS 10.2.2, python 2.7.5, on a Windows 7 machine. I have a python script that successfully updates data sources of layers and tables but fails to update their joins and relates. I am using the following arcpy methods in the script:
أكثر...
The bug NIM058535 was supposedly fixed with ArcGIS 10.0 Service Pack 1 (http://downloads2.esri.com/support/documentation/ao_/10.0_SP1_Announcement.pdf)
However, I am still experiencing this problem using ArcGIS 10.2.2, python 2.7.5, on a Windows 7 machine. I have a python script that successfully updates data sources of layers and tables but fails to update their joins and relates. I am using the following arcpy methods in the script:
- Layer.findAndReplaceWorkspacePath
- TableView.findAndReplaceWorkspacePath
أكثر...