<?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: New SDE Features don't store Field Values in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/new-sde-features-don-t-store-field-values/m-p/661805#M37541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;So inserting new records works fine as far as the feature geometry, but no attribute values for that new feature can be set when performing the initial insert.&amp;nbsp; However, you have no issues setting attribute values for records that already exist.&amp;nbsp; Do I have this right?&amp;nbsp; When you insert new features, you could perform a Store() directly upon inserting the new geometry followed by an update of the same record using set_Value and another Store() operation.&amp;nbsp; In other words, if you know updates work fine but inserts are challenging because attribute values aren't respected (only geometry), then treat the newly-inserted record as an update rather than trying to set the attributes on insert.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah, I could try a work around;&amp;nbsp; but I'd rather solve the root issue of the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This code has been in production for 5 years;&amp;nbsp; under ArcSDE 9.3 and all was fine;&amp;nbsp; it's only when things moves to 10.2 that the problem has occurred;&amp;nbsp; but it only occurs on one SQL database and not the other;&amp;nbsp; so it leads me to believe there is a problem with the configuration of the server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 17:31:26 GMT</pubDate>
    <dc:creator>MichaelFischer</dc:creator>
    <dc:date>2014-04-16T17:31:26Z</dc:date>
    <item>
      <title>New SDE Features don't store Field Values</title>
      <link>https://community.esri.com/t5/data-management-questions/new-sde-features-don-t-store-field-values/m-p/661802#M37538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got an odd problem.&amp;nbsp;&amp;nbsp;&amp;nbsp; We recently switched from ArcSDE 9.3 services to ArcSDE 10.2using direct connection.&amp;nbsp; (SQL Server 2008)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I have a couple of databases that I cannot create new features in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In code, when I create a new feature,&amp;nbsp; set_Value the items and do a Store()&amp;nbsp; in the SDE geodatabase all the field values are null.&amp;nbsp; The shape contents are fine.&amp;nbsp;&amp;nbsp; However for existing features I can set_Value and Store()&amp;nbsp; and the altered values are fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using code to transfer data from a personal geodatabase to the SDE;&amp;nbsp;&amp;nbsp; I have two SDE servers on one of them the Create/Store works fine... on the other it only stores the NULL&amp;nbsp; values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas on what to look at on the server that might be causing this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 15:51:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/new-sde-features-don-t-store-field-values/m-p/661802#M37538</guid>
      <dc:creator>MichaelFischer</dc:creator>
      <dc:date>2014-04-09T15:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: New SDE Features don't store Field Values</title>
      <link>https://community.esri.com/t5/data-management-questions/new-sde-features-don-t-store-field-values/m-p/661803#M37539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;More information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They are also deadlocks appearing in SDE_state_lock_def_insert at roughly the same time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone have any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 16:45:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/new-sde-features-don-t-store-field-values/m-p/661803#M37539</guid>
      <dc:creator>MichaelFischer</dc:creator>
      <dc:date>2014-04-15T16:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: New SDE Features don't store Field Values</title>
      <link>https://community.esri.com/t5/data-management-questions/new-sde-features-don-t-store-field-values/m-p/661804#M37540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So inserting new records works fine as far as the feature geometry, but no attribute values for that new feature can be set when performing the initial insert.&amp;nbsp; However, you have no issues setting attribute values for records that already exist.&amp;nbsp; Do I have this right?&amp;nbsp; When you insert new features, you could perform a Store() directly upon inserting the new geometry followed by an update of the same record using set_Value and another Store() operation.&amp;nbsp; In other words, if you know updates work fine but inserts are challenging because attribute values aren't respected (only geometry), then treat the newly-inserted record as an update rather than trying to set the attributes on insert.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 18:50:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/new-sde-features-don-t-store-field-values/m-p/661804#M37540</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-04-15T18:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: New SDE Features don't store Field Values</title>
      <link>https://community.esri.com/t5/data-management-questions/new-sde-features-don-t-store-field-values/m-p/661805#M37541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;So inserting new records works fine as far as the feature geometry, but no attribute values for that new feature can be set when performing the initial insert.&amp;nbsp; However, you have no issues setting attribute values for records that already exist.&amp;nbsp; Do I have this right?&amp;nbsp; When you insert new features, you could perform a Store() directly upon inserting the new geometry followed by an update of the same record using set_Value and another Store() operation.&amp;nbsp; In other words, if you know updates work fine but inserts are challenging because attribute values aren't respected (only geometry), then treat the newly-inserted record as an update rather than trying to set the attributes on insert.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah, I could try a work around;&amp;nbsp; but I'd rather solve the root issue of the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This code has been in production for 5 years;&amp;nbsp; under ArcSDE 9.3 and all was fine;&amp;nbsp; it's only when things moves to 10.2 that the problem has occurred;&amp;nbsp; but it only occurs on one SQL database and not the other;&amp;nbsp; so it leads me to believe there is a problem with the configuration of the server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 17:31:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/new-sde-features-don-t-store-field-values/m-p/661805#M37541</guid>
      <dc:creator>MichaelFischer</dc:creator>
      <dc:date>2014-04-16T17:31:26Z</dc:date>
    </item>
  </channel>
</rss>

