Bug
| Bug ID Number | BUG-000129995 |
|---|---|
| Submitted | April 8, 2020 |
| Last Modified | May 16, 2025 |
| Applies to | ArcGIS Pro |
| Version found | 2.5 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | In Product Plan |
If layer is accessed through:
p = arcpy.mp.ArcGISProject("CURRENT")
m = p.listMaps('Map')[0]
layer = arcpy.GetParameter(0) # FeatureLayer Parameter
fld1 = arcpy.GetParameter(1) # String ParameterĀ
fld2 = arcpy.GetParameter(2) # String Parameter
sym = layer.symbology
layer = m.listLayers(layer.name)[0]
There is no issue.
Use stand alone Python script using arcpy.mp.ArcGISProject.SaveACopy().
Bug ID: BUG-000129995
Software:
Get help from ArcGIS experts
Download the Esri Support App