<?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: SDE Code (-51): Underlying DBMS error in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/sde-code-51-underlying-dbms-error/m-p/369329#M21006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Liz,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think your -g value is valid.&amp;nbsp; That option is used to specify the type of spatial index and, if applicable, spatial index parameters.&amp;nbsp; I believe your possible options are &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GRID,&amp;lt;a grid size&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AUTOMATIC&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NONE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RTREE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which ones you can use depends on the DBMS you are using and the geometry storage type used to create the feature class.&amp;nbsp; (In your example, the -k was not specified, so whatever the GEOMETRY_STORAGE value you have set in your DEFAULTS keyword in the DBTUNE table is what will be used to create the feature class.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, that error message seems to indicate there's something about the information passed that the DBMS didn't like. Did your DBMS error log file show anything?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Kim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Oct 2010 21:58:45 GMT</pubDate>
    <dc:creator>KimPeter</dc:creator>
    <dc:date>2010-10-13T21:58:45Z</dc:date>
    <item>
      <title>SDE Code (-51): Underlying DBMS error</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-code-51-underlying-dbms-error/m-p/369328#M21005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I try to create an SDE table using the following BAT file at the CMD prompt:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shp2sde ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-o create ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-l SDECountyTEMP,shape ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-f C:\SHPFiles\SDECOUNTY\SDECOUNTY2010.shp ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-g 95.31 ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-x -9768.075578,-9600.318133,111320.7 ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-e a+ ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-G 4269 ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-S "ESRI County 2008 Data-Alaska,Hawaii Omitted" ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-a all ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-c 500 ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-v ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-D REGISSTAGE ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-i esri_sde ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-s tacitus ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-u *** ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-p ****** &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get this error message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SDE Code (-51): Underlying DBMS error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Extended DBMS error code: 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Underlying DBMS error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error in SE_registration_alter ()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3109&amp;nbsp; features converted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3109&amp;nbsp; features stored.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working in ArcGIS/ArcSDE 9.3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated and I am a novice so please low-tech language would also be appreciated,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Liz&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 12:21:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-code-51-underlying-dbms-error/m-p/369328#M21005</guid>
      <dc:creator>LizKuhn</dc:creator>
      <dc:date>2010-09-28T12:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: SDE Code (-51): Underlying DBMS error</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-code-51-underlying-dbms-error/m-p/369329#M21006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Liz,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think your -g value is valid.&amp;nbsp; That option is used to specify the type of spatial index and, if applicable, spatial index parameters.&amp;nbsp; I believe your possible options are &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GRID,&amp;lt;a grid size&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AUTOMATIC&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NONE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RTREE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which ones you can use depends on the DBMS you are using and the geometry storage type used to create the feature class.&amp;nbsp; (In your example, the -k was not specified, so whatever the GEOMETRY_STORAGE value you have set in your DEFAULTS keyword in the DBTUNE table is what will be used to create the feature class.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, that error message seems to indicate there's something about the information passed that the DBMS didn't like. Did your DBMS error log file show anything?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Kim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 21:58:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-code-51-underlying-dbms-error/m-p/369329#M21006</guid>
      <dc:creator>KimPeter</dc:creator>
      <dc:date>2010-10-13T21:58:45Z</dc:date>
    </item>
  </channel>
</rss>

