<?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: 64 Bit Geoprocessing with Python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/64-bit-geoprocessing-with-python/m-p/7825#M655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Wayne.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That was the answer with the full path to the .sde file instead of the shorthand convention of Database connections.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess with the implementation of Windows 7 and Windows Server 2008 and the use of a 64 bit operating system, the .sde connection files could be found in different locations so the shorthand convention was removed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will now remember to use the full path to the .sde files for new and upgraded python scripts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Feb 2013 15:48:17 GMT</pubDate>
    <dc:creator>MichaelVolz</dc:creator>
    <dc:date>2013-02-15T15:48:17Z</dc:date>
    <item>
      <title>64 Bit Geoprocessing with Python</title>
      <link>https://community.esri.com/t5/python-questions/64-bit-geoprocessing-with-python/m-p/7821#M651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To All Python Users:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From what I have read on the forum, 64 bit geoprocessing is available with python with ArcGIS Desktop v10.1.&amp;nbsp; I would like to make use of this capability on a 64 bit machine.&amp;nbsp; I see 2 versions of python27 on this machine at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Python27\ArcGIS10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Python27\ArcGISx6410.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I determine if my python script run in IDLE is using the 64 bit python geoprocessing capability?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help or hints is greatly appreciated.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 12:39:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/64-bit-geoprocessing-with-python/m-p/7821#M651</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-02-15T12:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: 64 Bit Geoprocessing with Python</title>
      <link>https://community.esri.com/t5/python-questions/64-bit-geoprocessing-with-python/m-p/7822#M652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I thought this was a good blog about it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2012/11/12/python-scripting-with-64-bit-processing/"&gt;http://blogs.esri.com/esri/arcgis/2012/11/12/python-scripting-with-64-bit-processing/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...and essentially you can 'qualify' which exe, 32- or 64-bit, you want to use.&amp;nbsp; And there's a print statement too you can use, executing from cmd line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;print "Running against: {}".format(sys.version)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Enjoy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wayne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 12:56:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/64-bit-geoprocessing-with-python/m-p/7822#M652</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2013-02-15T12:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: 64 Bit Geoprocessing with Python</title>
      <link>https://community.esri.com/t5/python-questions/64-bit-geoprocessing-with-python/m-p/7823#M653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Wayne&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on the print statement it appears the python script is running as the 64 bit version (I added a PYTHONPATH environmental variable and placed the 64 bit version first in the list).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, the connection I made to a v10.0 SDE database is no longer working in the python script that I am running on the machine with ArcGIS Desktop v10.1.&amp;nbsp; Has the syntax for using a .SDE connection changed with the new version of python?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the past I used&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;INPUT_SDE = "Database Connections\\" + connSDE + "\\"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where connSDE was a string variable that contained an SDE connection such as Development_user.sde&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then used INPUT_SDE as a portion of the first argument in the arcpy.Append_management call where data is pulled from SDE to update a file geodatabase.&amp;nbsp; The exact SDE featureclass name was added as another variable that is concatenated with INPUT_SDE to create the entire first argument which looks like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Database Connections\Development_user.sde\EMER.AMBULANCE_STATIONS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help or hints are greatly appreciated.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 14:41:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/64-bit-geoprocessing-with-python/m-p/7823#M653</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-02-15T14:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: 64 Bit Geoprocessing with Python</title>
      <link>https://community.esri.com/t5/python-questions/64-bit-geoprocessing-with-python/m-p/7824#M654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh right, that has been another problem - you have to use a fully-qualified path to your connection file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That is, take out 'Database Connections' and use the full pathname string to your app data directory, if that is where your connection file is (you may copy it out to make it accessible from elsewhere, which is typically what I do for Server scripts anyway).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Enjoy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wayne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 15:01:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/64-bit-geoprocessing-with-python/m-p/7824#M654</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2013-02-15T15:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: 64 Bit Geoprocessing with Python</title>
      <link>https://community.esri.com/t5/python-questions/64-bit-geoprocessing-with-python/m-p/7825#M655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Wayne.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That was the answer with the full path to the .sde file instead of the shorthand convention of Database connections.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess with the implementation of Windows 7 and Windows Server 2008 and the use of a 64 bit operating system, the .sde connection files could be found in different locations so the shorthand convention was removed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will now remember to use the full path to the .sde files for new and upgraded python scripts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 15:48:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/64-bit-geoprocessing-with-python/m-p/7825#M655</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-02-15T15:48:17Z</dc:date>
    </item>
  </channel>
</rss>

