<?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: Update feature class MS SQL Server in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555502#M31470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SDE 10.3&lt;/P&gt;&lt;P&gt;SQL Server 2012 R2&lt;/P&gt;&lt;P&gt;My SQL was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;update&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; USERASSIGNMENT &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;set&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; shape &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;=&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;geometry&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;::&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;STPointFromText&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;'POINT (26037125.623245418 652287.62337251008)'&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;,&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; 102688&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;)&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;where&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; OBJECTID &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;The one thing I should have mentioned but didnt was that it published fine unless I wanted to sync enable it. So I&amp;nbsp; enabled archiving, then publish as a feature layer with sync enabled. Then it failed with a generic error but the logs said something like "unable to publish because the feature layer isn't sync enabled.&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2015 14:03:01 GMT</pubDate>
    <dc:creator>JordanParfitt</dc:creator>
    <dc:date>2015-10-19T14:03:01Z</dc:date>
    <item>
      <title>Update feature class MS SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555500#M31468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried updated the geometry in my Feature Class using geometry:STPointFromText and it looked as though it worked but then the MXD wouldn't publish. I fixed it by exporting to a FGDB then re importing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you allowed to at least edit the tabular data in SQL Server Management Studio (text, int, guid, etc)? Or are you required to do everything through ArcMap? I just don't want this to happen again. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 21:46:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555500#M31468</guid>
      <dc:creator>JordanParfitt</dc:creator>
      <dc:date>2015-10-16T21:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Update feature class MS SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555501#M31469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that "Should" have worked. Can you give more details, what version of ArcSDE, SQL, is the FC using Esri Binary, Geog, or Geom Storage? What is the SRID? Where there any null or outside of scope values? If using Geog/WGS84, you have have created an outside-of-sphere error, which would result in the error you describe. See &lt;A href="https://community.esri.com/migration-blogpost/2176"&gt;Repetitive Attribute Values Automated with SQL&lt;/A&gt;&amp;nbsp; for an example of how &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;STPointFromText can be automated. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 23:30:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555501#M31469</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2015-10-16T23:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update feature class MS SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555502#M31470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SDE 10.3&lt;/P&gt;&lt;P&gt;SQL Server 2012 R2&lt;/P&gt;&lt;P&gt;My SQL was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;update&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; USERASSIGNMENT &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;set&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; shape &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;=&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;geometry&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;::&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;STPointFromText&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;'POINT (26037125.623245418 652287.62337251008)'&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;,&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; 102688&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;)&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;where&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; OBJECTID &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;The one thing I should have mentioned but didnt was that it published fine unless I wanted to sync enable it. So I&amp;nbsp; enabled archiving, then publish as a feature layer with sync enabled. Then it failed with a generic error but the logs said something like "unable to publish because the feature layer isn't sync enabled.&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 14:03:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555502#M31470</guid>
      <dc:creator>JordanParfitt</dc:creator>
      <dc:date>2015-10-19T14:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Update feature class MS SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555503#M31471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you really want to clobber all geometries in the table to have a single coordinate value?&amp;nbsp; Is the data really accurate to sub-Angstrom precision? It would help if you provide a clear description of your procedure, including exact commands and exact error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 14:49:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555503#M31471</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-10-19T14:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update feature class MS SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555504#M31472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The exact errror message from the logs was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Layer(s) or table(s) are not configured for Sync.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did want everything to have the same geometry. I just needed every feature to be contained within the state of Michigan, the exact location doesn't matter. The dot showed up in my MXD just fine, I just had to export then reimport multiple tables in order to get them to publish. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Guys!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 16:35:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555504#M31472</guid>
      <dc:creator>JordanParfitt</dc:creator>
      <dc:date>2015-10-19T16:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Update feature class MS SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555505#M31473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you added Global IDs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/server/latest/publish-services/linux/prepare-data-for-offline-use.htm" title="http://server.arcgis.com/en/server/latest/publish-services/linux/prepare-data-for-offline-use.htm"&gt;Prepare data for offline use—Documentation (10.3 and 10.3.1) | ArcGIS for Server&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 19:10:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555505#M31473</guid>
      <dc:creator>JasonTipton</dc:creator>
      <dc:date>2015-10-19T19:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update feature class MS SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555506#M31474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I fixed the problem just wanted to know if it was a known issue. If it's not its probably something obscure I did.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 19:12:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-feature-class-ms-sql-server/m-p/555506#M31474</guid>
      <dc:creator>JordanParfitt</dc:creator>
      <dc:date>2015-10-19T19:12:21Z</dc:date>
    </item>
  </channel>
</rss>

