<?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 Problem with Add Features Interactively in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/problem-with-add-features-interactively/m-p/693398#M53778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working on migrating a hydrology script from 9.2 to 10.0.&amp;nbsp; I have the script running using a test point.&amp;nbsp; When I change the input to allow the user to interactively select a point on the map the script hangs and runs indefinitely.&amp;nbsp; I have tried to immediately do a featureclass to featureclass conversion of the user input and a few other methods with the same results.&amp;nbsp; I am using the test point for the schema.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One difference between the test point and the interactive point is that the test point's shape is POINT ZM where the user point appears to just be a point.&amp;nbsp; Not sure if this would make a difference.&amp;nbsp; I really cannot figure out why a test point will work and the user input does not.&amp;nbsp; Anyone ever seen this before or have any ideas of how to handle it? Is there a way to error check this if the script just hangs?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2012 19:37:43 GMT</pubDate>
    <dc:creator>WesleyMarcell</dc:creator>
    <dc:date>2012-04-02T19:37:43Z</dc:date>
    <item>
      <title>Problem with Add Features Interactively</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-add-features-interactively/m-p/693398#M53778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working on migrating a hydrology script from 9.2 to 10.0.&amp;nbsp; I have the script running using a test point.&amp;nbsp; When I change the input to allow the user to interactively select a point on the map the script hangs and runs indefinitely.&amp;nbsp; I have tried to immediately do a featureclass to featureclass conversion of the user input and a few other methods with the same results.&amp;nbsp; I am using the test point for the schema.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One difference between the test point and the interactive point is that the test point's shape is POINT ZM where the user point appears to just be a point.&amp;nbsp; Not sure if this would make a difference.&amp;nbsp; I really cannot figure out why a test point will work and the user input does not.&amp;nbsp; Anyone ever seen this before or have any ideas of how to handle it? Is there a way to error check this if the script just hangs?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:37:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-add-features-interactively/m-p/693398#M53778</guid>
      <dc:creator>WesleyMarcell</dc:creator>
      <dc:date>2012-04-02T19:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Add Features Interactively</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-add-features-interactively/m-p/693399#M53779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It ended up being pretty simple.&amp;nbsp; I did not have the python script set to run in process in its toolbox properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ended up running into another problem where the script was not handling a table input correctly.&amp;nbsp; I had made a table view previously in the script and even though the user entered a dbf as a variable for a join, the script would try to join the previous table view which obviously failed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To handle this I had the script pull in the dbf table at the very beginning of the script and write it to the output database.&amp;nbsp; Then when I ended up calling the table for the join, I pointed at the FGDB version I created instead of the variable in memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No idea what was going on... probably some buggy code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 17:53:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-add-features-interactively/m-p/693399#M53779</guid>
      <dc:creator>WesleyMarcell</dc:creator>
      <dc:date>2012-05-24T17:53:09Z</dc:date>
    </item>
  </channel>
</rss>

