<?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 Keeps crashing without any valid reason in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140488#M50965</link>
    <description>&lt;P&gt;Thanks for your response. Event I tried to execute tool in ArcGIS pro application for the same input and copied same python output code to Visual Studio code idle. Same problem repeated again. As per my analysis we have created Db2 connection just few line before and fetched records from standalone table. If I comment that portion of connection to DB2 I could able to pass Makefeaturelayer without any issue. But I don't see any relation between DB2 direct connection and use SDE file to created feature layer. I even tried to replace Makefeaturelayer to Select_Analysis and copy features management. But still same issue.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 19:06:49 GMT</pubDate>
    <dc:creator>balajiVaddadi</dc:creator>
    <dc:date>2022-02-03T19:06:49Z</dc:date>
    <item>
      <title>ArcGIS Pro Keeps crashing without any valid reason</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140429#M50959</link>
      <description>&lt;P&gt;We are executing python code but suddenly application crashed without any valid reason. Please help to provide any solution.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Balaji V.T&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 15:32:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140429#M50959</guid>
      <dc:creator>balajiVaddadi</dc:creator>
      <dc:date>2022-02-04T15:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Keeps crashing without any valid reason</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140431#M50960</link>
      <description>&lt;P&gt;please provide details rather than a download&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 17:42:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140431#M50960</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-02-03T17:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Keeps crashing without any valid reason</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140442#M50961</link>
      <description>&lt;P&gt;We are tried to Make feature layer from SDE feature class&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sdelyr&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;arcpy&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;MakeFeatureLayer_management&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SDEFC&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'sdelyr'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SDEFC is sde connection file path&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Balaji V.T&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Feb 2022 17:50:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140442#M50961</guid>
      <dc:creator>balajiVaddadi</dc:creator>
      <dc:date>2022-02-03T17:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Keeps crashing without any valid reason</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140446#M50962</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/make-feature-layer.htm" target="_blank"&gt;Make Feature Layer (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp; provides the syntax&lt;/P&gt;&lt;P&gt;you don't assign it to a variable like you did (&amp;nbsp;&lt;SPAN&gt;sdelyr&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;arcpy&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;MakeFea.......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;this is the syntax&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;arcpy.MakeFeatureLayer_management(SDEFC,&amp;nbsp;'sdelyr')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so what is SDEFC?&amp;nbsp; something must be wrong with the path&amp;nbsp; (did you use raw encoding? for instance)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 18:01:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140446#M50962</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-02-03T18:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Keeps crashing without any valid reason</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140481#M50964</link>
      <description>&lt;P&gt;run the tool in arctoolbox, navigate to the desired input (eg D:\\.....) and see if it works using the toolbox.&lt;/P&gt;&lt;P&gt;If it does, copy the python snippet.&amp;nbsp; If it doesn't, then it doesn't like what you have provided and it won't work&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 18:51:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140481#M50964</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-02-03T18:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Keeps crashing without any valid reason</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140488#M50965</link>
      <description>&lt;P&gt;Thanks for your response. Event I tried to execute tool in ArcGIS pro application for the same input and copied same python output code to Visual Studio code idle. Same problem repeated again. As per my analysis we have created Db2 connection just few line before and fetched records from standalone table. If I comment that portion of connection to DB2 I could able to pass Makefeaturelayer without any issue. But I don't see any relation between DB2 direct connection and use SDE file to created feature layer. I even tried to replace Makefeaturelayer to Select_Analysis and copy features management. But still same issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 19:06:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140488#M50965</guid>
      <dc:creator>balajiVaddadi</dc:creator>
      <dc:date>2022-02-03T19:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Keeps crashing without any valid reason</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140530#M50970</link>
      <description>&lt;P&gt;If the tool worked from arctoolbox, that means that your input is good.&lt;/P&gt;&lt;P&gt;If it fails in your script, then that means it could be a permissions thing.&lt;/P&gt;&lt;P&gt;Tech Support, should be your next call.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 20:30:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140530#M50970</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-02-03T20:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Keeps crashing without any valid reason</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140775#M50999</link>
      <description>&lt;P&gt;In analyzing the .dmp file, I see the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;*** WARNING: Unable to verify timestamp for db2app64.dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*** ERROR: Module load completed but symbols could not be loaded for db2app64.dll&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I don't see that .dll in the standard Pro install (but then again, I don't work much with enterprise data) - is that .dll present on your machine?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm not sure how much more help I can provide, but thought this might at least provide a clue to look into further.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 14:48:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-keeps-crashing-without-any-valid-reason/m-p/1140775#M50999</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2022-02-04T14:48:29Z</dc:date>
    </item>
  </channel>
</rss>

