<?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: I have developed the python script for Compress,Rebuild Indexes and Analyze datasets. For that I am getting the list of feature classes using arcpy.ListFeatureclasses() function.It is working in ArcGIS10.2.1 (Python IDLE 2.7.5).It gives propoer result in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/i-have-developed-the-python-script-for-compress/m-p/302117#M23487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can't add all those things together, they are different objects...&lt;/P&gt;&lt;P&gt;A single line of code isn't going to help, especially since you can't check that line out... oh yes... print statements would help you dissect the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Aug 2016 15:38:12 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-08-10T15:38:12Z</dc:date>
    <item>
      <title>I have developed the python script for Compress,Rebuild Indexes and Analyze datasets. For that I am getting the list of feature classes using arcpy.ListFeatureclasses() function.It is working in ArcGIS10.2.1 (Python IDLE 2.7.5).It gives propoer results.Th</title>
      <link>https://community.esri.com/t5/python-questions/i-have-developed-the-python-script-for-compress/m-p/302113#M23483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have developed the python script for Compress ,Rebuild Indexes and Analyze datasets. For that I am getting the list of feature classes using arcpy.ListFeatureclasses() function.It is working in ArcGIS10.2.1 (Python IDLE 2.7.5).It gives propoer results.The same code was executed in ArcGIS10.3.1(Python IDLE 2.7.8).It was not executed and not giving the results.Please help me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Aug 2016 04:40:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-have-developed-the-python-script-for-compress/m-p/302113#M23483</guid>
      <dc:creator>veeraa</dc:creator>
      <dc:date>2016-08-07T04:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: I have developed the python script for Compress,Rebuild Indexes and Analyze datasets. For that I am getting the list of feature classes using arcpy.ListFeatureclasses() function.It is working in ArcGIS10.2.1 (Python IDLE 2.7.5).It gives propoer result</title>
      <link>https://community.esri.com/t5/python-questions/i-have-developed-the-python-script-for-compress/m-p/302114#M23484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you haven't included the error message or the code that failed, your only option is to go through the changelogs that occurred in Arcmap between version 10.2 and 10.3 and also look at the version changes in python.&amp;nbsp; These can be found on my blog&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/55413"&gt;The ...py... links&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Alternately, you can provide the code and error message and details of the environments used during the script execution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Aug 2016 06:51:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-have-developed-the-python-script-for-compress/m-p/302114#M23484</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-07T06:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: I have developed the python script for Compress,Rebuild Indexes and Analyze datasets. For that I am getting the list of feature classes using arcpy.ListFeatureclasses() function.It is working in ArcGIS10.2.1 (Python IDLE 2.7.5).It gives propoer result</title>
      <link>https://community.esri.com/t5/python-questions/i-have-developed-the-python-script-for-compress/m-p/302115#M23485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patterson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late response. It not gives any error. After the&amp;nbsp; arcpy.ListFeatureclasses() line the code was not executed. I am using the following the code.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="n"&gt;dataList&lt;/SPAN&gt; &lt;SPAN class="o"&gt;=&lt;/SPAN&gt; &lt;SPAN class="n"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;ListTables&lt;/SPAN&gt;&lt;SPAN class="p"&gt;()&lt;/SPAN&gt; &lt;SPAN class="o"&gt;+&lt;/SPAN&gt; &lt;SPAN class="n"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;ListFeatureClasses&lt;/SPAN&gt;&lt;SPAN class="p"&gt;()&lt;/SPAN&gt; &lt;SPAN class="o"&gt;+&lt;/SPAN&gt; &lt;SPAN class="n"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;ListRasters&lt;/SPAN&gt;&lt;SPAN class="p"&gt;()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="p"&gt;Please suggest any alternate to get the list of feature classes and how to stop the views while rebuilding.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="p"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 15:18:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-have-developed-the-python-script-for-compress/m-p/302115#M23485</guid>
      <dc:creator>veeraa</dc:creator>
      <dc:date>2016-08-10T15:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: I have developed the python script for Compress,Rebuild Indexes and Analyze datasets. For that I am getting the list of feature classes using arcpy.ListFeatureclasses() function.It is working in ArcGIS10.2.1 (Python IDLE 2.7.5).It gives propoer result</title>
      <link>https://community.esri.com/t5/python-questions/i-have-developed-the-python-script-for-compress/m-p/302116#M23486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have tried putting some print statements in?&lt;/P&gt;&lt;P&gt;print arcpy.env.workspace&lt;/P&gt;&lt;P&gt;print dataList&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-functions/listfeatureclasses.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-functions/listfeatureclasses.htm"&gt;ListFeatureClasses—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 15:23:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-have-developed-the-python-script-for-compress/m-p/302116#M23486</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2016-08-10T15:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: I have developed the python script for Compress,Rebuild Indexes and Analyze datasets. For that I am getting the list of feature classes using arcpy.ListFeatureclasses() function.It is working in ArcGIS10.2.1 (Python IDLE 2.7.5).It gives propoer result</title>
      <link>https://community.esri.com/t5/python-questions/i-have-developed-the-python-script-for-compress/m-p/302117#M23487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can't add all those things together, they are different objects...&lt;/P&gt;&lt;P&gt;A single line of code isn't going to help, especially since you can't check that line out... oh yes... print statements would help you dissect the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 15:38:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-have-developed-the-python-script-for-compress/m-p/302117#M23487</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-10T15:38:12Z</dc:date>
    </item>
  </channel>
</rss>

