<?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 SRID / AUTH SRID? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/srid-auth-srid/m-p/438738#M25047</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'm confused about which one to use, SRID or the AUTH_SRID. I want to create a feature class using a srid from another existing feature class. We use ST_GEOMETRY, so my assumption is to use the SRIDS in the ST_SPATIAL_REFERENCES table. I can also see that the existing feature class has this SRID in the ALL_ST_GEOMETRY_COLUMNS_V view. When I try to use it with "sdelayer -o add" I get the message. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: Spatial reference entry does not exist (-255).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: Error in getting spatial reference info object&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do a describe long on the feature class I try to copy the SRID from and see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SRID .................: 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Auth SRID.............: 33&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, fine, I'll use 10 instead and the layer is successfully created. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I'll query the layer with sde.st_intersects using SRID 10 at which point I get the message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Parameter ST_SRID 10 does not exist in ST_SPATIAL_REFERENCES table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes I know that, but I wasn't able to create it with 33. So what is it, SRID or AUTH_SRID?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rune&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Windows Server 2008, Oracle11g, SDE10 (no sp)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jun 2013 00:58:14 GMT</pubDate>
    <dc:creator>runegullstrom</dc:creator>
    <dc:date>2013-06-18T00:58:14Z</dc:date>
    <item>
      <title>SRID / AUTH SRID?</title>
      <link>https://community.esri.com/t5/data-management-questions/srid-auth-srid/m-p/438738#M25047</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'm confused about which one to use, SRID or the AUTH_SRID. I want to create a feature class using a srid from another existing feature class. We use ST_GEOMETRY, so my assumption is to use the SRIDS in the ST_SPATIAL_REFERENCES table. I can also see that the existing feature class has this SRID in the ALL_ST_GEOMETRY_COLUMNS_V view. When I try to use it with "sdelayer -o add" I get the message. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: Spatial reference entry does not exist (-255).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: Error in getting spatial reference info object&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do a describe long on the feature class I try to copy the SRID from and see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SRID .................: 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Auth SRID.............: 33&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, fine, I'll use 10 instead and the layer is successfully created. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I'll query the layer with sde.st_intersects using SRID 10 at which point I get the message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Parameter ST_SRID 10 does not exist in ST_SPATIAL_REFERENCES table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes I know that, but I wasn't able to create it with 33. So what is it, SRID or AUTH_SRID?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rune&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Windows Server 2008, Oracle11g, SDE10 (no sp)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 00:58:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/srid-auth-srid/m-p/438738#M25047</guid>
      <dc:creator>runegullstrom</dc:creator>
      <dc:date>2013-06-18T00:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: SRID / AUTH SRID?</title>
      <link>https://community.esri.com/t5/data-management-questions/srid-auth-srid/m-p/438739#M25048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's both, as you've explained.&amp;nbsp; One is for sdelayer execution, the other is for SQL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;They are not interchangable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 10:16:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/srid-auth-srid/m-p/438739#M25048</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-06-18T10:16:57Z</dc:date>
    </item>
  </channel>
</rss>

