<?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: Attribute column not found error in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706376#M40013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I could not join a SQL Server view to a Featureclass in the Map Document.&lt;/P&gt;&lt;P&gt;I had to delete the SQL View from within ArcCatalog rather than a drop and create from within SSMS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Oct 2015 18:09:56 GMT</pubDate>
    <dc:creator>KeithAnderson</dc:creator>
    <dc:date>2015-10-01T18:09:56Z</dc:date>
    <item>
      <title>Attribute column not found error</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706368#M40005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;While using "&lt;/SPAN&gt;&lt;STRONG&gt;Make Query Table&lt;/STRONG&gt;&lt;SPAN&gt;" tool on an ArcSDE feature class(versioned) and an attribute view, the functions fails to execute saying "&lt;/SPAN&gt;&lt;STRONG&gt;Attribute column not found&lt;/STRONG&gt;&lt;SPAN&gt;". The multi-part identifier SDE featureclass.columnname could not be bound.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I am trying to do is a join between the feature class and table on A.x = B.y&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A= SDE feature class&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B = attribute view&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;x &amp;amp; y are text fields, 20 character long. The error says column x in feature class A cannot be found. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I try the same join from SQL server backend on the same feature class and view it works perfectly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea what is happening on the arc client?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Deepti&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 18:28:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706368#M40005</guid>
      <dc:creator>DeeptiVB</dc:creator>
      <dc:date>2011-03-14T18:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute column not found error</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706369#M40006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;deeptivb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you specify your sde configuration including database version info? Are you seeing the column x when you look at the properties of the feature class in ArcCatalog? Does column x also exist on the A table for that feature class?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheryl&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 14:43:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706369#M40006</guid>
      <dc:creator>CherylCleghorn</dc:creator>
      <dc:date>2011-03-15T14:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute column not found error</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706370#M40007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Was there any resolution to this problem?&amp;nbsp; I'm doing the same thing and experiencing the same error message.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 18:33:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706370#M40007</guid>
      <dc:creator>BrentEstrem</dc:creator>
      <dc:date>2011-07-20T18:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute column not found error</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706371#M40008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am alos having the same problem. Anyone?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;While using "&lt;STRONG&gt;Make Query Table&lt;/STRONG&gt;" tool on an ArcSDE feature class(versioned) and an attribute view, the functions fails to execute saying "&lt;STRONG&gt;Attribute column not found&lt;/STRONG&gt;". The multi-part identifier SDE featureclass.columnname could not be bound.&lt;BR /&gt;&lt;BR /&gt;What I am trying to do is a join between the feature class and table on A.x = B.y&lt;BR /&gt;A= SDE feature class&lt;BR /&gt;B = attribute view&lt;BR /&gt;x &amp;amp; y are text fields, 20 character long. The error says column x in feature class A cannot be found. &lt;BR /&gt;&lt;BR /&gt;If I try the same join from SQL server backend on the same feature class and view it works perfectly.&lt;BR /&gt;&lt;BR /&gt;Any idea what is happening on the arc client?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;-Deepti&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 13:05:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706371#M40008</guid>
      <dc:creator>JamesSimard1</dc:creator>
      <dc:date>2011-08-30T13:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute column not found error</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706372#M40009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having the exact same problem. I'm using 10.1 with postgresql 9.1.3 database.&amp;nbsp; I'm porting a script from 9.3.1 that worked perfectly, but won't work in 10.1. Anyone get this sorted?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 22:03:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706372#M40009</guid>
      <dc:creator>EthanGranger</dc:creator>
      <dc:date>2013-01-25T22:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute column not found error</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706373#M40010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same issue.&amp;nbsp; Running 10.1 against SQL Server Express 2012 DB.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 20:09:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706373#M40010</guid>
      <dc:creator>ChrisWells</dc:creator>
      <dc:date>2013-06-13T20:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute column not found error</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706374#M40011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Put single quotes around the column names. So instead of A.x = B.y it's 'A.x' = 'B.y'.&amp;nbsp; That worked for on SQL Server Express and a FGDB.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 20:37:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706374#M40011</guid>
      <dc:creator>ChrisWells</dc:creator>
      <dc:date>2013-06-13T20:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute column not found error</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706375#M40012</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 have the same trouble. I'm using arcgis 10.1 with sql server 2008 server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried with quotes and the same message "attribute column not found".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My sql command works fine in the sqlserver, but not working in arcgis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;joao&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 08:28:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706375#M40012</guid>
      <dc:creator>JoaoFerra</dc:creator>
      <dc:date>2013-06-21T08:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute column not found error</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706376#M40013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I could not join a SQL Server view to a Featureclass in the Map Document.&lt;/P&gt;&lt;P&gt;I had to delete the SQL View from within ArcCatalog rather than a drop and create from within SSMS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 18:09:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706376#M40013</guid>
      <dc:creator>KeithAnderson</dc:creator>
      <dc:date>2015-10-01T18:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute column not found error</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706377#M40014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the same error.&amp;nbsp; If anyone found resolution to this I'd love to hear it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 16:15:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706377#M40014</guid>
      <dc:creator>LindsyHales_Bentley</dc:creator>
      <dc:date>2016-01-29T16:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute column not found error</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706378#M40015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an old thread but have any of you tried removing all quotes conveniently added by the tool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #f8f8f8; font-weight: 300;"&gt;#NIM102585&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #f8f8f8; font-weight: 300;"&gt;In ArcGIS Desktop 10.2.2, the quotes have to be either removed or modified in the Expression column of the Make Query table tool to run the tool successfully.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #f8f8f8; font-weight: 300;"&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/364846_2017-07-28_15-20-18.png" style="width: 620px; height: 117px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2017 22:20:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706378#M40015</guid>
      <dc:creator>RonnieRichards</dc:creator>
      <dc:date>2017-07-28T22:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute column not found error</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706379#M40016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, I solved this issue by right-clicking on the layer, click on properties then source, edit the query, remove everything in the query box then double click on the list of tables (The table that you are using), click on validate, once the validate button is disabled then click on next, select the unique identifier&amp;nbsp;field then OK and that should fix it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2020 02:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/706379#M40016</guid>
      <dc:creator>SamuelLopez</dc:creator>
      <dc:date>2020-06-15T02:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute column not found error</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/1553735#M45443</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i try to "Enable Archiving" i got the same error "attribute column not found" ERROR 999999&lt;/P&gt;&lt;P&gt;EnableArchiving: Attribute column not found.&lt;/P&gt;&lt;P&gt;Can someone help me please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 13:20:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-column-not-found-error/m-p/1553735#M45443</guid>
      <dc:creator>SelimMelih</dc:creator>
      <dc:date>2024-10-30T13:20:32Z</dc:date>
    </item>
  </channel>
</rss>

