<?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: How do I relate a relationship class between tables to a feature class? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-do-i-relate-a-relationship-class-between/m-p/1014923#M42951</link>
    <description>&lt;P&gt;I get this same error message in a similar situation with Pro v2.7. I also cannot find a reference to "ERROR 001841" in the documentation.&lt;/P&gt;&lt;P&gt;After having fought with joins and relationship classes many times over the years without a lot of success I'm coming to the view that's it's more effecient time and aggravation -wise to never use these features, and instead rely on scripts or models to push the changes to the downstream tables and feature classes.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2021 23:13:21 GMT</pubDate>
    <dc:creator>MattWilkie1</dc:creator>
    <dc:date>2021-01-07T23:13:21Z</dc:date>
    <item>
      <title>How do I relate a relationship class between tables to a feature class?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-i-relate-a-relationship-class-between/m-p/735057#M41584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a project in ArcGIS Pro 2.5.1 in which I am mapping reviewing territories for staff who are assigned to various programs in a department. For example, Reviewer A may review grant projects for Counties Q, R, and S,&amp;nbsp;and tax credit projects for Counties&amp;nbsp;R and T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Presently, I have a file geodatabase that contains the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;tblStaff:&lt;/STRONG&gt; A standalone table of individual staff members.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;tblProgram:&lt;/STRONG&gt;&amp;nbsp;A standalone table of the programs a staff member can be assigned to.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;relStaffProgram:&lt;/STRONG&gt; A many-to-many relationship class between tblStaff and tblProgram. A staff member may be assigned to multiple programs, and a program may have multiple assigned staff members.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;fcCounty:&lt;/STRONG&gt; A polygon feature class of counties.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A staff member's program assignment may include multiple counties, and a county will have multiple assigned staff members under specific programs. In other words, the many-to-many relationship between tblStaff and tblProgram itself needs to be in a many-to-many relationship with fcCounty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am puzzled as to how to relate&amp;nbsp;a staff member's role in a specific program to their assigned counties. I've tried the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Create a many-to-many relationship class between relStaffProgram and fcCounty&lt;/STRONG&gt;—I tried this in both directions. In both cases, I received an error in the geoprocessing log: "ERROR 003050: / Failed to execute (CreateRelationshipClass)." The error did not reference a specific dataset, as described in the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-03026-03050-003050.htm"&gt;003050 error reference&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Make a query table based on relStaffProgram and create a many-to-many relationship class between the query table and fcCounty&lt;/STRONG&gt;—I also tried this in both directions. In both cases, I received an error: "ERROR 001841: The class was not found%s. / Failed to execute (CreateRelationshipClass)." I could not find an error reference for 001841. It does appear in a single GeoNet thread, but for a different geoprocessing tool:&amp;nbsp;&lt;A href="https://community.esri.com/thread/215394"&gt;ArcGIS PRO 2.1.3 brought new defect - ERROR 001841: The class was not found%s. Failed to execute (AssignDomainToField).&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've considered replacing relStaffProgram with a standalone table with relates to tblStaff and tblProgram, but I don't think this would allow me to assign selected features to a relationship in a simple manner, as with the &lt;A href="https://pro.arcgis.com/en/pro-app/help/editing/edit-feature-relationships.htm"&gt;Add Selected to Relationship&lt;/A&gt; tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a method that would allow me to represent these relationships while minimizing redundancy and manual data entry?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance—I've long relied on search results from GeoNet to guide me as I've become familiar with ArcMap and Pro over the past few years, so I suspect that one or more solutions aren't far from here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 15:18:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-i-relate-a-relationship-class-between/m-p/735057#M41584</guid>
      <dc:creator>MatthewShepherd</dc:creator>
      <dc:date>2020-06-18T15:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I relate a relationship class between tables to a feature class?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-i-relate-a-relationship-class-between/m-p/1014923#M42951</link>
      <description>&lt;P&gt;I get this same error message in a similar situation with Pro v2.7. I also cannot find a reference to "ERROR 001841" in the documentation.&lt;/P&gt;&lt;P&gt;After having fought with joins and relationship classes many times over the years without a lot of success I'm coming to the view that's it's more effecient time and aggravation -wise to never use these features, and instead rely on scripts or models to push the changes to the downstream tables and feature classes.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 23:13:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-i-relate-a-relationship-class-between/m-p/1014923#M42951</guid>
      <dc:creator>MattWilkie1</dc:creator>
      <dc:date>2021-01-07T23:13:21Z</dc:date>
    </item>
  </channel>
</rss>

