<?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: Insert cursor: No support for this geometry type. in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532508#M41707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks to answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still in dev with a completely new virtual machine (no 10.0 previous install).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can access the DB (using SQL Server Management Studio) and if I drag N' Drop the .sde file I created in ArcCatalog 10.2 as a database connection, I see that it works and the "Shape" field (that have a "geometry" type) is well detected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For now, I just test my python script as a unit test but same problem has occur when I tried to "share as -&amp;gt; geoprocessing service".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that before this problematic statement I successfully use a [PHP]arcpy.ArcSDESQLExecute("db.sde")[/PHP] to make insert in other table(s) that have no geometry field(s). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think (but don't know why) it's a problem about the geometry fields &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2013 11:48:22 GMT</pubDate>
    <dc:creator>SebastianBlesgen</dc:creator>
    <dc:date>2013-12-10T11:48:22Z</dc:date>
    <item>
      <title>Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532502#M41701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I try to do a [PHP]arcpy.InsertCursor("db.sde/db.dbo.IMPORT")[/PHP] but I have this exception:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[PHP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 999999: Error executing function.\nNo support for this geometry type.')[/PHP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[PHP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; targetFeatures = arcpy.InsertCursor("db.sde/db.dbo.IMPORT")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Server\arcpy\arcpy\__init__.py", line 1214, in InsertCursor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return gp.insertCursor(dataset, spatial_reference)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Server\arcpy\arcpy\geoprocessing\_base.py", line 369, in insertCursor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self._gp.InsertCursor(*gp_fixargs(args, True)))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/PHP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My gdb is an SQL Server I created by myself then I use arcpy to create the used .sde and the IMPORT table. This table has a "Shape" field with polygon geometry type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What this exception means? I'm using the 10.2 version and it worked with 10.0...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 15:08:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532502#M41701</guid>
      <dc:creator>SebastianBlesgen</dc:creator>
      <dc:date>2013-12-09T15:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532503#M41702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Seriously?&amp;nbsp; ...pretty sure there is no pathname including arcpy/arcpy, right?! -- but I've been wrong before &amp;lt;chuckle&amp;gt; !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT--&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ah, I am wrong, there is that pathname - but still, would you not instantiate an insertcursor like so:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.InsertCursor(....)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[not arcpy.arcpy...etc]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 15:49:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532503#M41702</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2013-12-09T15:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532504#M41703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, python was installed at Arcgis installation time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;C:\Python27\ArcGISx6410.2\Lib\site-packages contains the server10.2.pth file&lt;/LI&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;C:\Program Files\ArcGIS\Server\bin&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;C:\Program Files\ArcGIS\Server\arcpy&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;C:\Program Files\ArcGIS\Server\ArcToolbox\Scripts&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;path_to_my_python_scripts&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;LI&gt;C:\Python27\ArcGIS10.2\Lib\site-packages contains desktop10.2.pth&lt;/LI&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;C:\Program Files (x86)\ArcGIS\Desktop10.2\bin&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;C:\Program Files (x86)\ArcGIS\Desktop10.2\ArcToolbox\Scripts&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT--&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First post edited &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 16:07:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532504#M41703</guid>
      <dc:creator>SebastianBlesgen</dc:creator>
      <dc:date>2013-12-09T16:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532505#M41704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any particular reason why you are mixing the older gp with the newer arcpy? Have you instantiated/imported them both?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 20:22:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532505#M41704</guid>
      <dc:creator>TimBarnes</dc:creator>
      <dc:date>2013-12-09T20:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532506#M41705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I installed Desktop and Server on the same machine 'cause I'm in dev. but both are at 10.2 version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The goal was to use the existing code (dev. for 10.0). It doesn't work but I try to migrate..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea? May be I can try to hide desktop10.2.pth from python classpath..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 05:10:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532506#M41705</guid>
      <dc:creator>SebastianBlesgen</dc:creator>
      <dc:date>2013-12-10T05:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532507#M41706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could be different things and there's not enough information to diagnose, but I'll just take a shot at this - it almost sounds like you cannot connect to your table?&amp;nbsp; Is it registered with Server? - looks like you may be using the 64-bit Server install of Python if you installed that last, so you may just need to make sure you've installed the SQL Server native client (64-bit).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's all I can think of at the moment -- I just thought of that because in my test installation, similar to yours, I have to upgrade the SDE in my 10.0 production environment before I can connect via my test environment (likely I will 'clone' my SQL Server instance to test the SDE upgrade).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wayne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 10:32:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532507#M41706</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2013-12-10T10:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532508#M41707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks to answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still in dev with a completely new virtual machine (no 10.0 previous install).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can access the DB (using SQL Server Management Studio) and if I drag N' Drop the .sde file I created in ArcCatalog 10.2 as a database connection, I see that it works and the "Shape" field (that have a "geometry" type) is well detected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For now, I just test my python script as a unit test but same problem has occur when I tried to "share as -&amp;gt; geoprocessing service".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that before this problematic statement I successfully use a [PHP]arcpy.ArcSDESQLExecute("db.sde")[/PHP] to make insert in other table(s) that have no geometry field(s). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think (but don't know why) it's a problem about the geometry fields &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 11:48:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532508#M41707</guid>
      <dc:creator>SebastianBlesgen</dc:creator>
      <dc:date>2013-12-10T11:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532509#M41708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm still trying to wrap my head around this - if you're able to execute arcpy.ArcSDESQLExecute then I think that eliminates an arcpy initialization error -- but it's probably initializing the Server py intall, i.e. the 64-bit version.&amp;nbsp; Not sure, but if you don't also have the 64 -bit sql native client installed, that may be triggering the error on your insert cursor.&amp;nbsp; So in Catalog, you're able to open the target table (with the geometry) okay?&amp;nbsp; No errors?&amp;nbsp; What errors are displayed in the log (sdedc_SQL_Server.log file in the %TEMP% directory).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this help, or am I barking up the wrong tree? :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"If you are installing the SQL Server native client on a 64-bit operating system, use the 64-bit SQL Server native client executable. This executable installs both the 32- and 64-bit client, which allows it to work with both 32- and 64-bit applications. If you run the 32-bit SQL Server native client on a 64-bit operating system, it will fail."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[from:&amp;nbsp; Setting up a connection to SQL Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geodata » Administering geodatabases » Geodatabases in SQL Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//002q00000038000000]"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//002q00000038000000]&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 13:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532509#M41708</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2013-12-10T13:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532510#M41709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh, I think I *may* see what's going on...are you trying to set up your connection to feature classes via ArcSDESQLExecute?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think it is designed for that - it's true you can run SQL statements using the connection, but it's geared I think to run on the indiviual SQL tables --- inserting on gdb tables for fcs in this way may lead to data corruption.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I think what you're really trying to do here is set the env workspace variable to your working spatial connection, then establish the cursor...I don't see the rest of your code, so still not sure what you're doing.&amp;nbsp; Basically, this link shows in simple terms how you'd open an fc with a cursor (although I'd probably use a UNC pathname to an accessible location rather than the 'Database Connections' shortcut):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/90868-insertRow-into-SQL-server"&gt;http://forums.arcgis.com/threads/90868-insertRow-into-SQL-server&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Interesting -- please let me know if you've found a solution.&amp;nbsp; With ArcSDESQLExecute you may have shown me a way to update ordinary tables faster.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 14:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532510#M41709</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2013-12-10T14:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532511#M41710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;To be sure, I re-installed the client (x64) and it didn't help.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I have no sdedc_SQL_Server.log file Oo?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;My %TEMP% is %USERPROFILE%\AppData\Local\Temp which is not an existing directory on my file system&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; I'm not trying to use arcpy.ArcSDESQLExecute for this IMPORT table&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I write a simple example that doesn't work to show you what i'm trying to do&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[PHP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import os&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from arcpy import env&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# base path&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;base = r"C:/lpd/Python Scripts"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Database connection string (arcpy.ArcSDESQLExecute)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dbName = r"db"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db = r'DRIVER={SQL Server};SERVER=DGENV-LPD2.aris-lux.lan\LPD;DATABASE=' + dbName + r';UID=user;PWD=pass'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Target coordinate system&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;targetCoordinateSystem = arcpy.SpatialReference("Projected Coordinate Systems/World/WGS 1984 Web Mercator (auxiliary sphere)")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Path of the ArcSDE connection file (.sde).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;targetGeoDatabase = os.path.normpath(os.path.join(base, "connections/" + dbName + r".sde"))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Shapefile rows are imported to the "targetFeatureClass" feature class&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;targetFeatureClass = os.path.normpath(os.path.join(targetGeoDatabase, dbName + ".dbo.IMPORT" ))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Workspace&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;env.workspace = targetGeoDatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;targetFeatures = arcpy.InsertCursor(targetFeatureClass)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [...]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/PHP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, I'm surprise that the database is not embellished with some table/data by arcsde to manage the "geo" extension stuffs. Is that normal? I thought that the SDE or DBO schema will have these additional tables...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 10:38:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532511#M41710</guid>
      <dc:creator>SebastianBlesgen</dc:creator>
      <dc:date>2013-12-11T10:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532512#M41711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just checking - the table is registered with the geodatabase?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 11:37:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532512#M41711</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2013-12-11T11:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532513#M41712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;registered?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: how I created the table&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[PHP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.CreateFeatureclass_management( out_path, "IMPORT", geometry_type, template, has_m, has_z, spatial_reference, config_keyword, spatial_grid_1, spatial_grid_2, spatial_grid_3)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/PHP]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 11:38:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532513#M41712</guid>
      <dc:creator>SebastianBlesgen</dc:creator>
      <dc:date>2013-12-11T11:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532514#M41713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Again, I created the table (feature?) with &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[PHP]arcpy.CreateFeatureclass_management( out_path, "IMPORT", geometry_type, template, has_m, has_z, spatial_reference, config_keyword, spatial_grid_1, spatial_grid_2, spatial_grid_3)&amp;nbsp; [/PHP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I'm not sure that it means I created a GDB!?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I actually have no rights to use the "Enable Enterprise Geodatabase" tool in ArcCatalog (license doesn't allow).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I have to use an other Desktop 10.2 edition and use this tool before creating the features?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 14:17:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532514#M41713</guid>
      <dc:creator>SebastianBlesgen</dc:creator>
      <dc:date>2013-12-11T14:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532515#M41714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm sorry Sebastian, don't mean to leave you hanging but I'm at a loss as to what is going on exactly -- I thought you said you could at least view the feature class you created in ArcMap (or Catalog).&amp;nbsp; I don't think that necessarily means you can return an InsertCursor on it, which was why I suggested you make sure the feature class is 'registered with the geodatabase', but guess that is done by default if the create fc tool ran successfully?&amp;nbsp; If you haven't created an enterprise geodatabase then that could explain if you can 'read' SQL tables and not feature class tables, I'm not sure though, check that out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you execute other ArcGIS tools on the layer?...or at least verify the feature class was successfully created (you could even run a 'if arcpy.Exists...' command on it and get back a message if evals True, or better yet get any returned messages (whether error or not) at that stage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Interesting problem though...please post the solution when you finally have it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wayne&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT:&amp;nbsp; My apologies, I noticed I entered a typo in your name.&amp;nbsp; So, any progress with this yet?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 14:39:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532515#M41714</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2013-12-11T14:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cursor: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532516#M41715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, I'm late. But the problem was that I didn't create the GDB (enable it as "G") before creating the features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So easy... :rolleyes:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 21:54:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-no-support-for-this-geometry-type/m-p/532516#M41715</guid>
      <dc:creator>SebastianBlesgen</dc:creator>
      <dc:date>2014-01-23T21:54:27Z</dc:date>
    </item>
  </channel>
</rss>

