<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ApplySymbologyFromLayer not working in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1672363#M74976</link>
    <description>&lt;P&gt;These bugs are from 2017/2018 and they still are not fixed. Close/open the project is not an option in my stack (Azure Remote App served Pro project). Disappointed.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Dec 2025 17:27:51 GMT</pubDate>
    <dc:creator>Jeff-Reinhart</dc:creator>
    <dc:date>2025-12-11T17:27:51Z</dc:date>
    <item>
      <title>ApplySymbologyFromLayer not working</title>
      <link>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1224990#M65926</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am attempting to write a map automation script for ArcGIS Pro. Taking things one step at a time, and so far the script successfully creates some layers, adds them to a specified geodatabase, and then adds them to the current map in the Pro project. I then need to apply symbology to the layers, which I am trying to do using arcpy.ApplySymbologyFromLayer_management. Here is a snippet from my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;aprx = arcpy.mp.ArcGISProject("CURRENT")
m = aprx.listMaps("Primary Map Frame")[0]
m.addDataFromPath(f"{out_gdb}\BackgroundPointsFiltered_{dateTag}")
m.addDataFromPath(f"{out_gdb}\CompliancePointsFiltered_{dateTag}")
m.addDataFromPath(f"{out_gdb}\WorkLocationPointsFiltered_{dateTag}")

in_layer = m.listLayers()[2] # The background points layer that was just added to the map frame
in_symbology_layer = r"R:\gis\.....BackgroundPointsFiltered.lyrx" 
arcpy.ApplySymbologyFromLayer_management(in_layer, in_symbology_layer)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried many other variations that I've seen from hints on stackexchange and geonet, but none have seemed to work for me. The script doesn't fail, but the symbology doesn't update.&lt;/P&gt;&lt;P&gt;What am I doing wrong here? Or is this somehow still related to a bug that I've seen mentioned related to this tool?&lt;/P&gt;&lt;P&gt;I'm using ArcGIS Pro v3.0.2&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 00:01:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1224990#M65926</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2022-10-25T00:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: ApplySymbologyFromLayer not working</title>
      <link>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1225011#M65927</link>
      <description>&lt;P&gt;This bug&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDExNjUyNw==" target="_blank"&gt;BUG-000116527: ApplySymbologyFromLayer in a Python script in ArcGIS.. (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEwODQ5Nw==" target="_blank"&gt;BUG-000108497: Running the Apply Layer Symbology tool as a script i.. (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The latter has the clever solution&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Close and re-open the project.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In either event, subscribe to the bugs so they get elevated and addressed since there are number of issues with this for not only vector geometry but raster symbology&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 00:29:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1225011#M65927</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-10-25T00:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: ApplySymbologyFromLayer not working</title>
      <link>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1225017#M65928</link>
      <description>&lt;P&gt;Thanks for the response, Dan. I subscribed to both of those bugs.&lt;/P&gt;&lt;P&gt;However, I tried the workaround of closing and reopening the project and the symbology still hadn't been applied to the layer. Any ideas of what else could be causing it?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 00:35:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1225017#M65928</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2022-10-25T00:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: ApplySymbologyFromLayer not working</title>
      <link>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1225018#M65929</link>
      <description>&lt;P&gt;Not sure, but checking to see if it does it manually through the interface would be my first check.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Often when "one would expect" the symbology to be updated for the same geometry type, I have often been surprised by expectations&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 00:40:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1225018#M65929</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-10-25T00:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: ApplySymbologyFromLayer not working</title>
      <link>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1225169#M65933</link>
      <description>&lt;P&gt;I have some old code where ApplySymbologyFromLayer did work (not used anymore so I can't test it). You can see the the layer was created differently, I used a .lyr file,&amp;nbsp; and I specify the layer title as the first parameter.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;arcpy.MakeFeatureLayer_management(in_features, layer_title, where_clause)
symbology_fn = r"xxxxxx.lyr"
arcpy.ApplySymbologyFromLayer_management (layer_title, symbology_fn)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 13:40:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1225169#M65933</guid>
      <dc:creator>DonMorrison1</dc:creator>
      <dc:date>2022-10-25T13:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: ApplySymbologyFromLayer not working</title>
      <link>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1672363#M74976</link>
      <description>&lt;P&gt;These bugs are from 2017/2018 and they still are not fixed. Close/open the project is not an option in my stack (Azure Remote App served Pro project). Disappointed.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2025 17:27:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1672363#M74976</guid>
      <dc:creator>Jeff-Reinhart</dc:creator>
      <dc:date>2025-12-11T17:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: ApplySymbologyFromLayer not working</title>
      <link>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1677855#M75050</link>
      <description>&lt;P&gt;Very surprised to find this BUG from 2018 is still not resolved;&amp;nbsp; Using ArcGIS Pro 3.4 in 2026.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 15:50:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/applysymbologyfromlayer-not-working/m-p/1677855#M75050</guid>
      <dc:creator>Sveouu</dc:creator>
      <dc:date>2026-01-14T15:50:09Z</dc:date>
    </item>
  </channel>
</rss>

