<?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: ArcGIS Pro 2.5 crashes when adding a Territory Design Layer Solution to the map (using arcpy) in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-crashes-when-adding-a-territory/m-p/582093#M25645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roxana, we have identify the bug and the fix&amp;nbsp;should&amp;nbsp;be available in the next release of ArcGIS Pro (2.6).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2020 20:19:06 GMT</pubDate>
    <dc:creator>DanielLee2</dc:creator>
    <dc:date>2020-05-11T20:19:06Z</dc:date>
    <item>
      <title>ArcGIS Pro 2.5 crashes when adding a Territory Design Layer Solution to the map (using arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-crashes-when-adding-a-territory/m-p/582088#M25640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am having an issue related to the &lt;STRONG&gt;Territory Design Solution Layer&lt;/STRONG&gt; with &lt;STRONG&gt;ArcGIS Pro 2.5.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Pro&amp;nbsp;crashes (with no error) after I create a Territory Solution and trying to add it on the map. I happens from both &lt;STRONG&gt;python&lt;/STRONG&gt; and &lt;STRONG&gt;model builder.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;As an example, my arcpy code is the following (I'am using a Python Toolbox):&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;def &lt;/SPAN&gt;getParameterInfo(&lt;SPAN style="color: #94558d;"&gt;self&lt;/SPAN&gt;):&lt;/PRE&gt;out_territory_design_solution = arcpy.Parameter(&lt;BR /&gt; &lt;SPAN style="color: #660099;"&gt;displayName&lt;/SPAN&gt;=&lt;SPAN style="color: #008080; font-weight: bold;"&gt;"Output Territory Design Solution"&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #660099;"&gt;name&lt;/SPAN&gt;=&lt;SPAN style="color: #008080; font-weight: bold;"&gt;"out_territory_design_solution"&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #660099;"&gt;datatype&lt;/SPAN&gt;=&lt;SPAN style="color: #008080; font-weight: bold;"&gt;"GPGroupLayer"&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #660099;"&gt;parameterType&lt;/SPAN&gt;=&lt;SPAN style="color: #008080; font-weight: bold;"&gt;"Derived"&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #660099;"&gt;direction&lt;/SPAN&gt;=&lt;SPAN style="color: #008080; font-weight: bold;"&gt;"Output"&lt;/SPAN&gt;)&lt;BR /&gt;-----------------------&lt;BR /&gt;def execute(self):&lt;BR /&gt; territory_solution = arcpy.CreateTerritorySolution_td(&lt;SPAN style="color: #660099;"&gt;in_features&lt;/SPAN&gt;=Feature_Layer,&lt;BR /&gt; &lt;SPAN style="color: #660099;"&gt;solution_name&lt;/SPAN&gt;=in_territory_solution_name, &lt;BR /&gt; &lt;SPAN style="color: #660099;"&gt;id_field&lt;/SPAN&gt;=&lt;SPAN style="color: #008080; font-weight: bold;"&gt;""&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #660099;"&gt;name_field&lt;/SPAN&gt;=&lt;SPAN style="color: #008080; font-weight: bold;"&gt;""&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #660099;"&gt;territory_level_name&lt;/SPAN&gt;=&lt;SPAN style="color: #008080; font-weight: bold;"&gt;"{}"&lt;/SPAN&gt;.format(territory_level_name),&lt;BR /&gt; &lt;SPAN style="color: #660099;"&gt;default_territory_name&lt;/SPAN&gt;=&lt;SPAN style="color: #008080; font-weight: bold;"&gt;"{} %Number%"&lt;/SPAN&gt;.format(&lt;BR /&gt; territory_level_name))&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;out_territory_design_solution.value&lt;/STRONG&gt; = territory_solution[&lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;]&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/PRE&gt;&lt;P&gt;ArcGIS crashes when trying to assing the&amp;nbsp;territory_solution layer to my output variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S&lt;STRONG&gt;ame behavour when creating a mode in model builder and flag the output territory level with &lt;EM&gt;AddToDisplay.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Roxana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:01:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-crashes-when-adding-a-territory/m-p/582088#M25640</guid>
      <dc:creator>Roxana_ElenaUrdea</dc:creator>
      <dc:date>2021-12-12T01:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.5 crashes when adding a Territory Design Layer Solution to the map (using arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-crashes-when-adding-a-territory/m-p/582089#M25641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;Roxana. Thank you for the post. We are currently looking into the issue. I will post a response as soon I get an answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2020 14:48:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-crashes-when-adding-a-territory/m-p/582089#M25641</guid>
      <dc:creator>DanielLee2</dc:creator>
      <dc:date>2020-03-18T14:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.5 crashes when adding a Territory Design Layer Solution to the map (using arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-crashes-when-adding-a-territory/m-p/582090#M25642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Daniel, I am wainting forward for your feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2020 15:21:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-crashes-when-adding-a-territory/m-p/582090#M25642</guid>
      <dc:creator>Roxana_ElenaUrdea</dc:creator>
      <dc:date>2020-03-18T15:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.5 crashes when adding a Territory Design Layer Solution to the map (using arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-crashes-when-adding-a-territory/m-p/582091#M25643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;Roxana. I think we have figured out the problem. There is a bug and we are currently in the process of fixing it. I will let you know when we have a fix.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2020 18:01:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-crashes-when-adding-a-territory/m-p/582091#M25643</guid>
      <dc:creator>DanielLee2</dc:creator>
      <dc:date>2020-05-06T18:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.5 crashes when adding a Territory Design Layer Solution to the map (using arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-crashes-when-adding-a-territory/m-p/582092#M25644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good news Daniel, thank you! We are looking forward for the fixing!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2020 18:12:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-crashes-when-adding-a-territory/m-p/582092#M25644</guid>
      <dc:creator>Roxana_ElenaUrdea</dc:creator>
      <dc:date>2020-05-06T18:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.5 crashes when adding a Territory Design Layer Solution to the map (using arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-crashes-when-adding-a-territory/m-p/582093#M25645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roxana, we have identify the bug and the fix&amp;nbsp;should&amp;nbsp;be available in the next release of ArcGIS Pro (2.6).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 20:19:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-crashes-when-adding-a-territory/m-p/582093#M25645</guid>
      <dc:creator>DanielLee2</dc:creator>
      <dc:date>2020-05-11T20:19:06Z</dc:date>
    </item>
  </channel>
</rss>

