<?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 Dissolve Boundaries -&amp;gt; Error: UseSSOIdentityIfPortalOwned Was Not found.Failed to Execute in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/dissolve-boundaries-gt-error/m-p/1367154#M77056</link>
    <description>&lt;DIV class=""&gt;Hello ESRI community,&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I run into a problem when trying to use ArcPy call to the ArcGIS Pro function &lt;A title="https://pro.arcgis.com/en/pro-app/latest/tool-reference/feature-analysis/dissolve-boundaries.htm" href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/feature-analysis/dissolve-boundaries.htm" target="_self"&gt;Dissolve Boundaries&lt;/A&gt;&amp;nbsp;on a single user University Workstation.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;I can run the function without issue using the ArcGIS Pro GUI. However, any attempt to call via ArcPy results in a failure.&amp;nbsp; See &lt;A href="https://support.esri.com/en-us/knowledge-base/error-usessoidentityifportalowned-was-not-found-failed-000022251" target="_self"&gt;this website for a fairly close description of the issue&lt;/A&gt;, as well as below my signature for the information returned following the failed call.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;After encountering the issue I made sure that&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;I was running an up to date version of ArcGIS Pro - newly updated to 3.2.1 [of course breaking my python install and requiring a new clone and relinking to my IDE... grrrr]&lt;/LI&gt;&lt;LI&gt;I had a license for the 'GeoAnalytics' extension as part of the University's concurrent Advanced License&lt;/LI&gt;&lt;LI&gt;I imported the toolset covering 'DissolveBoundaries' in my code....&lt;UL&gt;&lt;LI&gt;from &lt;SPAN class=""&gt;arcpy.sfa &lt;/SPAN&gt;&lt;SPAN&gt;import &lt;/SPAN&gt;&lt;SPAN class=""&gt;*&amp;nbsp; [the IDE claims it is unsued]&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;The&amp;nbsp;GeoAnalytics extension was checked out in my code&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;arcpy.CheckOutExtension(&lt;SPAN class=""&gt;"GeoStats"&lt;/SPAN&gt;)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;I am not sure what of the above is voodoo and&amp;nbsp; what will actually be needed to get the function running, but the combined effect of all of those changes was nothing.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;The call continues to fail.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;This is the first time I have encountered an issue like this in the 5 years I have been using ArcGIS Pro.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I do not know enough about the machine's certificates to attempt&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://support.esri.com/en-us/knowledge-base/error-usessoidentityifportalowned-was-not-found-failed-000022251" href="https://support.esri.com/en-us/knowledge-base/error-usessoidentityifportalowned-was-not-found-failed-000022251" target="_blank" rel="noopener"&gt;the fix suggested above&lt;/A&gt;&lt;SPAN&gt;, nor am I confident in doing so without potentially causing an issue with the machine's security.&amp;nbsp;&amp;nbsp;&amp;nbsp;I am also very hesitant to &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/share-analysis/using-web-tools-in-python-scripts.htm" target="_self"&gt;log in via cleartext from my python code which seems inadvisable&lt;/A&gt;&amp;nbsp;even though it may be another potential workaround.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I have an email in to my University IT team, which will hopefully make it to the ArcGIS administrator, but wonder if anyone has thoughts on a fix in the meantime, or even some comments on what is voodoo and what is actually needed in my above attempts to get DissolveBoundaries running via ArcPy on my client computer.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Thank you,&lt;/DIV&gt;&lt;DIV class=""&gt;Andrew&lt;/DIV&gt;&lt;DIV class=""&gt;---&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;arcpy.sfa.DissolveBoundaries( ScratchGDB + "\\fishclipB" , ScratchGDB + "\\fishclipC")&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;BR /&gt;&lt;DIV class=""&gt;Traceback (most recent call last):&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; File "C:\Users\[username removed]\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\IPython\core\interactiveshell.py", line 3553, in run_code&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; exec(code_obj, self.user_global_ns, self.user_ns)&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; File "&amp;lt;ipython-input-8-92faa8793491&amp;gt;", line 1, in &amp;lt;cell line: 1&amp;gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; arcpy.sfa.DissolveBoundaries( ScratchGDB + "\\fishclipB" , ScratchGDB + "\\fishclipC")&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\sfa.py", line 286, in DissolveBoundaries&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; raise e&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\sfa.py", line 283, in DissolveBoundaries&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; retval = convertArcObjectToPythonObject(gp.DissolveBoundaries_sfa(*gp_fixargs((inputLayer, outputName, dissolveFields, summaryFields), True)))&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 520, in &amp;lt;lambda&amp;gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; return lambda *args: val(*gp_fixargs(args, True))&lt;/DIV&gt;&lt;DIV class=""&gt;arcgisscripting.ExecuteError: Traceback (most recent call last):&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\dissolveboundaries_sa.py", line 34, in &amp;lt;module&amp;gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; output = ga.run_portal_tool(params)&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\geoanalyticssoap.py", line 93, in run_portal_tool&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; self.add_toolbox()&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\geoanalyticssoap.py", line 77, in add_toolbox&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; arcpy.ImportToolbox(self.toolbox)&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\__init__.py", line 179, in ImportToolbox&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; return import_toolbox(input_file, module_name)&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\toolbox_code.py", line 563, in import_toolbox&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; toolbox = gp.createObject("Toolbox", tbxfile)&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 397, in createObject&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; self._gp.CreateObject(*gp_fixargs(args, True)))&lt;/DIV&gt;&lt;DIV class=""&gt;OSError: The toolbox file &lt;A href="https://analysis1.arcgis.com/arcgis;services/tasks;UseSSOIdentityIfPortalOwned" target="_blank" rel="noopener"&gt;https://analysis1.arcgis.com/arcgis;services/tasks;UseSSOIdentityIfPortalOwned&lt;/A&gt; was not found.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;Failed to execute (DissolveBoundaries).&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 07 Jan 2024 01:58:35 GMT</pubDate>
    <dc:creator>Andrew_P</dc:creator>
    <dc:date>2024-01-07T01:58:35Z</dc:date>
    <item>
      <title>Dissolve Boundaries -&gt; Error: UseSSOIdentityIfPortalOwned Was Not found.Failed to Execute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dissolve-boundaries-gt-error/m-p/1367154#M77056</link>
      <description>&lt;DIV class=""&gt;Hello ESRI community,&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I run into a problem when trying to use ArcPy call to the ArcGIS Pro function &lt;A title="https://pro.arcgis.com/en/pro-app/latest/tool-reference/feature-analysis/dissolve-boundaries.htm" href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/feature-analysis/dissolve-boundaries.htm" target="_self"&gt;Dissolve Boundaries&lt;/A&gt;&amp;nbsp;on a single user University Workstation.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;I can run the function without issue using the ArcGIS Pro GUI. However, any attempt to call via ArcPy results in a failure.&amp;nbsp; See &lt;A href="https://support.esri.com/en-us/knowledge-base/error-usessoidentityifportalowned-was-not-found-failed-000022251" target="_self"&gt;this website for a fairly close description of the issue&lt;/A&gt;, as well as below my signature for the information returned following the failed call.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;After encountering the issue I made sure that&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;I was running an up to date version of ArcGIS Pro - newly updated to 3.2.1 [of course breaking my python install and requiring a new clone and relinking to my IDE... grrrr]&lt;/LI&gt;&lt;LI&gt;I had a license for the 'GeoAnalytics' extension as part of the University's concurrent Advanced License&lt;/LI&gt;&lt;LI&gt;I imported the toolset covering 'DissolveBoundaries' in my code....&lt;UL&gt;&lt;LI&gt;from &lt;SPAN class=""&gt;arcpy.sfa &lt;/SPAN&gt;&lt;SPAN&gt;import &lt;/SPAN&gt;&lt;SPAN class=""&gt;*&amp;nbsp; [the IDE claims it is unsued]&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;The&amp;nbsp;GeoAnalytics extension was checked out in my code&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;arcpy.CheckOutExtension(&lt;SPAN class=""&gt;"GeoStats"&lt;/SPAN&gt;)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;I am not sure what of the above is voodoo and&amp;nbsp; what will actually be needed to get the function running, but the combined effect of all of those changes was nothing.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;The call continues to fail.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;This is the first time I have encountered an issue like this in the 5 years I have been using ArcGIS Pro.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I do not know enough about the machine's certificates to attempt&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://support.esri.com/en-us/knowledge-base/error-usessoidentityifportalowned-was-not-found-failed-000022251" href="https://support.esri.com/en-us/knowledge-base/error-usessoidentityifportalowned-was-not-found-failed-000022251" target="_blank" rel="noopener"&gt;the fix suggested above&lt;/A&gt;&lt;SPAN&gt;, nor am I confident in doing so without potentially causing an issue with the machine's security.&amp;nbsp;&amp;nbsp;&amp;nbsp;I am also very hesitant to &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/share-analysis/using-web-tools-in-python-scripts.htm" target="_self"&gt;log in via cleartext from my python code which seems inadvisable&lt;/A&gt;&amp;nbsp;even though it may be another potential workaround.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I have an email in to my University IT team, which will hopefully make it to the ArcGIS administrator, but wonder if anyone has thoughts on a fix in the meantime, or even some comments on what is voodoo and what is actually needed in my above attempts to get DissolveBoundaries running via ArcPy on my client computer.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Thank you,&lt;/DIV&gt;&lt;DIV class=""&gt;Andrew&lt;/DIV&gt;&lt;DIV class=""&gt;---&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;arcpy.sfa.DissolveBoundaries( ScratchGDB + "\\fishclipB" , ScratchGDB + "\\fishclipC")&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;BR /&gt;&lt;DIV class=""&gt;Traceback (most recent call last):&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; File "C:\Users\[username removed]\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\IPython\core\interactiveshell.py", line 3553, in run_code&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; exec(code_obj, self.user_global_ns, self.user_ns)&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; File "&amp;lt;ipython-input-8-92faa8793491&amp;gt;", line 1, in &amp;lt;cell line: 1&amp;gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; arcpy.sfa.DissolveBoundaries( ScratchGDB + "\\fishclipB" , ScratchGDB + "\\fishclipC")&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\sfa.py", line 286, in DissolveBoundaries&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; raise e&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\sfa.py", line 283, in DissolveBoundaries&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; retval = convertArcObjectToPythonObject(gp.DissolveBoundaries_sfa(*gp_fixargs((inputLayer, outputName, dissolveFields, summaryFields), True)))&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 520, in &amp;lt;lambda&amp;gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; return lambda *args: val(*gp_fixargs(args, True))&lt;/DIV&gt;&lt;DIV class=""&gt;arcgisscripting.ExecuteError: Traceback (most recent call last):&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\dissolveboundaries_sa.py", line 34, in &amp;lt;module&amp;gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; output = ga.run_portal_tool(params)&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\geoanalyticssoap.py", line 93, in run_portal_tool&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; self.add_toolbox()&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\geoanalyticssoap.py", line 77, in add_toolbox&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; arcpy.ImportToolbox(self.toolbox)&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\__init__.py", line 179, in ImportToolbox&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; return import_toolbox(input_file, module_name)&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\toolbox_code.py", line 563, in import_toolbox&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; toolbox = gp.createObject("Toolbox", tbxfile)&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 397, in createObject&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; self._gp.CreateObject(*gp_fixargs(args, True)))&lt;/DIV&gt;&lt;DIV class=""&gt;OSError: The toolbox file &lt;A href="https://analysis1.arcgis.com/arcgis;services/tasks;UseSSOIdentityIfPortalOwned" target="_blank" rel="noopener"&gt;https://analysis1.arcgis.com/arcgis;services/tasks;UseSSOIdentityIfPortalOwned&lt;/A&gt; was not found.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;Failed to execute (DissolveBoundaries).&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 07 Jan 2024 01:58:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dissolve-boundaries-gt-error/m-p/1367154#M77056</guid>
      <dc:creator>Andrew_P</dc:creator>
      <dc:date>2024-01-07T01:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dissolve Boundaries -&gt; Error: UseSSOIdentityIfPortalOwned Was Not found.Failed to Execute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dissolve-boundaries-gt-error/m-p/1367177#M77058</link>
      <description>&lt;P&gt;If you can download and/or work with locally stored data,&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/h-how-dissolve-data-management-works.htm" target="_blank"&gt;How Dissolve (Data Management) works—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/h-how-dissolve-data-management-works.htm" target="_blank"&gt;How Dissolve (Data Management) works—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;does the same thing&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2024 02:47:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dissolve-boundaries-gt-error/m-p/1367177#M77058</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-01-07T02:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dissolve Boundaries -&gt; Error: UseSSOIdentityIfPortalOwned Was Not found.Failed to Execute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dissolve-boundaries-gt-error/m-p/1367215#M77064</link>
      <description>&lt;P&gt;Hey Dan - Thanks for your speedy response! Prior explorations of Dissolve suggest that t&lt;SPAN&gt;he Dissolve and Pairwise Dissolve functions will combine all polygons into a single feature if no dissolve field is provided to specify groupings on which to dissolve - "The field or fields on which features will be aggregated. If no fields are specified, the tool will dissolve all features together." -&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/dissolve.htm" target="_self"&gt;Dissolve tool description&lt;/A&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It does not appear to work in a purely spatial association mode which is why I am attempting to use DissolveBoundaries.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2024 23:00:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dissolve-boundaries-gt-error/m-p/1367215#M77064</guid>
      <dc:creator>Andrew_P</dc:creator>
      <dc:date>2024-01-07T23:00:44Z</dc:date>
    </item>
  </channel>
</rss>

