<?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 DBMS table not found (-37) in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61428#M3515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I trying to create a view with the following syntax:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sdetable -o create_view -T DPSTR_GIS.CONS_SHP_LAND_V -t DPSTR_GIS.CONS_SHP_LAND,DPSTR_GIS.CONS_LAND -c DPSTR_GIS.CONS_SHP_LAND.OBJECTID,DPSTR_GIS.CONS_SHP_LAND.SHAPE,DPSTR_GIS.CONS_SHP_LAND.NSI_ID,DPSTR_GIS.CONS_LAND.CAD_NUM,DPSTR_GIS.CONS_LAND.ALLOW_USE,DPSTR_GIS.CONS_LAND.LAND_CAT,DPSTR_GIS.CONS_LAND.DEN_AREA,DPSTR_GIS.CONS_LAND.LOCATION_O,DPSTR_GIS.CONS_LAND.TYPE_LAW,DPSTR_GIS.CONS_LAND.TYPE_RIGHT -w "DPSTR_GIS.CONS_SHP_LAND.NSI_ID = DPSTR_GIS.CONS_LAND.NSI_ID" -i 5151 -s arcinfo.sibsac -u dpstr_gis -p dpstr_g&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The below generates the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE 9.2&amp;nbsp; for Oracle10g Build 775 Fri Sep 17 10:45:27&amp;nbsp; 2010&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Attribute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administration Utility&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-----------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error: DBMS table not found (-37).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Error: Unable to create view DPSTR_GIS.CONS_SHP_LAND_V&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if I convert the script to the query it is executed without error. Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Select&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DPSTR_GIS.CONS_SHP_LAND.OBJECTID,DPSTR_GIS.CONS_SHP_LAND.SHAPE,DPSTR_GIS.CONS_SHP_LAND.NSI_ID,DPSTR_GIS.CONS_LAND.CAD_NUM,DPSTR_GIS.CONS_LAND.ALLOW_USE,DPSTR_GIS.CONS_LAND.LAND_CAT,DPSTR_GIS.CONS_LAND.DEN_AREA,DPSTR_GIS.CONS_LAND.LOCATION_O,DPSTR_GIS.CONS_LAND.TYPE_LAW,DPSTR_GIS.CONS_LAND.TYPE_RIGHT &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from DPSTR_GIS.CONS_SHP_LAND,DPSTR_GIS.CONS_LAND&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where DPSTR_GIS.CONS_SHP_LAND.NSI_ID = DPSTR_GIS.CONS_LAND.NSI_ID;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2012 08:33:13 GMT</pubDate>
    <dc:creator>AntonGonak</dc:creator>
    <dc:date>2012-09-04T08:33:13Z</dc:date>
    <item>
      <title>DBMS table not found (-37)</title>
      <link>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61428#M3515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I trying to create a view with the following syntax:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sdetable -o create_view -T DPSTR_GIS.CONS_SHP_LAND_V -t DPSTR_GIS.CONS_SHP_LAND,DPSTR_GIS.CONS_LAND -c DPSTR_GIS.CONS_SHP_LAND.OBJECTID,DPSTR_GIS.CONS_SHP_LAND.SHAPE,DPSTR_GIS.CONS_SHP_LAND.NSI_ID,DPSTR_GIS.CONS_LAND.CAD_NUM,DPSTR_GIS.CONS_LAND.ALLOW_USE,DPSTR_GIS.CONS_LAND.LAND_CAT,DPSTR_GIS.CONS_LAND.DEN_AREA,DPSTR_GIS.CONS_LAND.LOCATION_O,DPSTR_GIS.CONS_LAND.TYPE_LAW,DPSTR_GIS.CONS_LAND.TYPE_RIGHT -w "DPSTR_GIS.CONS_SHP_LAND.NSI_ID = DPSTR_GIS.CONS_LAND.NSI_ID" -i 5151 -s arcinfo.sibsac -u dpstr_gis -p dpstr_g&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The below generates the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE 9.2&amp;nbsp; for Oracle10g Build 775 Fri Sep 17 10:45:27&amp;nbsp; 2010&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Attribute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administration Utility&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-----------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error: DBMS table not found (-37).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Error: Unable to create view DPSTR_GIS.CONS_SHP_LAND_V&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if I convert the script to the query it is executed without error. Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Select&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DPSTR_GIS.CONS_SHP_LAND.OBJECTID,DPSTR_GIS.CONS_SHP_LAND.SHAPE,DPSTR_GIS.CONS_SHP_LAND.NSI_ID,DPSTR_GIS.CONS_LAND.CAD_NUM,DPSTR_GIS.CONS_LAND.ALLOW_USE,DPSTR_GIS.CONS_LAND.LAND_CAT,DPSTR_GIS.CONS_LAND.DEN_AREA,DPSTR_GIS.CONS_LAND.LOCATION_O,DPSTR_GIS.CONS_LAND.TYPE_LAW,DPSTR_GIS.CONS_LAND.TYPE_RIGHT &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from DPSTR_GIS.CONS_SHP_LAND,DPSTR_GIS.CONS_LAND&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where DPSTR_GIS.CONS_SHP_LAND.NSI_ID = DPSTR_GIS.CONS_LAND.NSI_ID;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 08:33:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61428#M3515</guid>
      <dc:creator>AntonGonak</dc:creator>
      <dc:date>2012-09-04T08:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS table not found (-37)</title>
      <link>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61429#M3516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try removing the owner from the columns, and especially from the view name &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(ArcSDE won't let you create a table as other than yourself) --&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sdetable -o create_view ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-T CONS_SHP_LAND_V -t CONS_SHP_LAND,CONS_LAND ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-c CONS_SHP_LAND.OBJECTID,CONS_SHP_LAND.SHAPE,^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CONS_SHP_LAND.NSI_ID,CONS_LAND.CAD_NUM,^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CONS_LAND.ALLOW_USE,CONS_LAND.LAND_CAT,^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CONS_LAND.DEN_AREA,CONS_LAND.LOCATION_O,^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CONS_LAND.TYPE_LAW,CONS_LAND.TYPE_RIGHT ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-w "CONS_SHP_LAND.NSI_ID = CONS_LAND.NSI_ID" ^&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-i 5151 -s arcinfo.sibsac -u dpstr_gis -p ******&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 10:00:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61429#M3516</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-09-04T10:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS table not found (-37)</title>
      <link>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61430#M3517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I tried to do as you suggest but nothing has changed. Generates the same error. Maybe the problem is in the user privileges?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 07:32:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61430#M3517</guid>
      <dc:creator>AntonGonak</dc:creator>
      <dc:date>2012-09-05T07:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS table not found (-37)</title>
      <link>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61431#M3518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can I determine user privileges to create a view?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 08:53:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61431#M3518</guid>
      <dc:creator>AntonGonak</dc:creator>
      <dc:date>2012-09-05T08:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS table not found (-37)</title>
      <link>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61432#M3519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You only need CREATE VIEW to create a view, but if it were a privileges issue you'd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; get a different error than SE_TABLE_NOEXIST.&amp;nbsp; What does 'sdetable -o describe'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;return on the two tables?&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd direct you to Tech Support, but 9.2 is no longer supported.&amp;nbsp; You should make sure&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you're using the terminal service pack (SP6) with all patches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 09:45:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61432#M3519</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-09-05T09:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS table not found (-37)</title>
      <link>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61433#M3520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would suggest you to try testing it out on SDE user first to eliminate access related issues.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 18:08:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61433#M3520</guid>
      <dc:creator>SachinKanaujia</dc:creator>
      <dc:date>2012-09-05T18:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS table not found (-37)</title>
      <link>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61434#M3521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;'SDE' should have fewer privileges than a data creator (in general, and with respect to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the 'dpstr_gis' user's tables), so this would expose the instance to potential corruption &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;without providing any benefit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 18:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61434#M3521</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-09-05T18:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS table not found (-37)</title>
      <link>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61435#M3522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The suggestion ofcourse is to create everything within SDE (tables and views) for testing and eliminating the possibility of a bug. At times there are patch issues or could be an issue with schema permissions. If SDE can create it then it could be a permission issue where the user does not have required permission. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI should seriously work on their error and exception handling though &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; !!!! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;'SDE' should have fewer privileges than a data creator (in general, and with respect to&lt;BR /&gt;the 'dpstr_gis' user's tables), so this would expose the instance to potential corruption &lt;BR /&gt;without providing any benefit.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 16:37:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61435#M3522</guid>
      <dc:creator>SachinKanaujia</dc:creator>
      <dc:date>2012-09-07T16:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS table not found (-37)</title>
      <link>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61436#M3523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having this issue also. It's &lt;EM&gt;so much fun&lt;/EM&gt; trying to guess what is wrong when the error message doesn't help you at all. The most annoying thing is that it would take five seconds from ESRI to simply add the failing table name to the message and it would save me hours of tedious work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 11:36:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61436#M3523</guid>
      <dc:creator>JuhoVainio</dc:creator>
      <dc:date>2015-02-16T11:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS table not found (-37)</title>
      <link>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61437#M3524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That "five seconds" estimate supposes that the database has provided this information in the integer error code made available to developers.&amp;nbsp; I'd put the coding time to make 'sdetable -o create_view' easy to use on the order of 8-10 months (especially considering the potential differences of a dozen different RDBMS providers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There &lt;EM&gt;is&lt;/EM&gt; a better way to create views:&amp;nbsp; Use SQL in the RDBMS directly.&amp;nbsp; Once you've got the view working as desired you can then register it with ArcSDE via 'sdelayer -o register'.&amp;nbsp; This is best practice, and I strongly recommend it.&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, 16 Feb 2015 17:24:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61437#M3524</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-02-16T17:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS table not found (-37)</title>
      <link>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61438#M3525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;sdelayer -o register&lt;/SPAN&gt; doesn't work in this case because the view doesn't have a spatial column. From the docs: "&lt;EM&gt;Registers with ArcSDE a table having a spatial column&lt;/EM&gt;".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 08:07:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61438#M3525</guid>
      <dc:creator>JuhoVainio</dc:creator>
      <dc:date>2015-02-17T08:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS table not found (-37)</title>
      <link>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61439#M3526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the view doesn't have a spatial column then there isn't any need to use any ArcSDE command-line utilities on it for any reason.&amp;nbsp; 'sdetable -o create_view' exists exclusively for the creation of spatial views against layers with SDEBINARY/SDELOB geometry storage.&amp;nbsp; All other views should be constructed using database tools (or database tool wrappers, like &lt;A href="http://resources.arcgis.com/en/help/main/10.1/0017/001700000177000000.htm"&gt;Create Database View (Data Management)&lt;/A&gt;‌).&amp;nbsp; Spatial views constructed with SQL against ST_GEOMETRY or native geometry columns must be registered with ArcSDE before they can be used from ArcGIS for Desktop as simple feature classes (as opposed to Query Layers, which do not require registration).&amp;nbsp; Views cannot be registered with the geodatabases as full feature classes because that requires an SDE-set registered rowid column, and views can only have USER-set rowids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 14:48:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61439#M3526</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-02-17T14:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS table not found (-37)</title>
      <link>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61440#M3527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I don't register the view using the sdetable command, then I cannot publish the view in the ArcGIS server and query the data using the ObjectID column. Now that I've "tricked" the SDE into believing that my view is an SDE table, I can successfully query the data from the view using ArcGIS server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 08:08:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbms-table-not-found-37/m-p/61440#M3527</guid>
      <dc:creator>JuhoVainio</dc:creator>
      <dc:date>2015-02-18T08:08:15Z</dc:date>
    </item>
  </channel>
</rss>

