<?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 Transferring Shape File Data to SQL Server via a .NET Script in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/transferring-shape-file-data-to-sql-server-via-a/m-p/630979#M4241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For background, please see this: &lt;A href="http://gis.stackexchange.com/questions/152263/arcgis-desktop-not-rendering-line-data-but-web-service-outputs-fine" title="http://gis.stackexchange.com/questions/152263/arcgis-desktop-not-rendering-line-data-but-web-service-outputs-fine"&gt;geometry - ArcGIS Desktop: Not Rendering Line Data but Web Service Outputs Fine - Geographic Information Systems Stack E…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I haven't gotten any help in that place or in Stack Overflow either--and hence yet another cross post here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I have Floor Plans in Shape files; the data is Polylines ZM--though I am not sure what the Z and M values are for and so I am not outputting them into JSON files. Most things work fine but not quite there. I think, per the above link's 'Update 3', if I can get that to work then all should be good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am so close but not 100% there. I need help! I could ask my boss to even pay someone to help figure this critical piece out. I am willing to even have a screen share session hosted by me if needed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2015 14:14:39 GMT</pubDate>
    <dc:creator>IrfanClemson</dc:creator>
    <dc:date>2015-06-30T14:14:39Z</dc:date>
    <item>
      <title>Transferring Shape File Data to SQL Server via a .NET Script</title>
      <link>https://community.esri.com/t5/developers-questions/transferring-shape-file-data-to-sql-server-via-a/m-p/630979#M4241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For background, please see this: &lt;A href="http://gis.stackexchange.com/questions/152263/arcgis-desktop-not-rendering-line-data-but-web-service-outputs-fine" title="http://gis.stackexchange.com/questions/152263/arcgis-desktop-not-rendering-line-data-but-web-service-outputs-fine"&gt;geometry - ArcGIS Desktop: Not Rendering Line Data but Web Service Outputs Fine - Geographic Information Systems Stack E…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I haven't gotten any help in that place or in Stack Overflow either--and hence yet another cross post here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I have Floor Plans in Shape files; the data is Polylines ZM--though I am not sure what the Z and M values are for and so I am not outputting them into JSON files. Most things work fine but not quite there. I think, per the above link's 'Update 3', if I can get that to work then all should be good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am so close but not 100% there. I need help! I could ask my boss to even pay someone to help figure this critical piece out. I am willing to even have a screen share session hosted by me if needed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 14:14:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/transferring-shape-file-data-to-sql-server-via-a/m-p/630979#M4241</guid>
      <dc:creator>IrfanClemson</dc:creator>
      <dc:date>2015-06-30T14:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring Shape File Data to SQL Server via a .NET Script</title>
      <link>https://community.esri.com/t5/developers-questions/transferring-shape-file-data-to-sql-server-via-a/m-p/630980#M4242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some more info: I think the new Floor Plan data we are getting are in much better format; after the JSON to database insertion, running the following command: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update SPLANNING_FLOORPLANS2 set shape = shape.MakeValid() where shape.STIsValid() = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does seem to fix the geometry--at least no more of the 'number of points...' error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the data I am getting is in SC State Plane '102733' Coordinate System. I assume the web service will always be the 1984 (3857) one? So any Published data simply never shows up in any web service. I must be doing something wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 14:21:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/transferring-shape-file-data-to-sql-server-via-a/m-p/630980#M4242</guid>
      <dc:creator>IrfanClemson</dc:creator>
      <dc:date>2015-07-01T14:21:29Z</dc:date>
    </item>
  </channel>
</rss>

