<?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: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1370522#M38245</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2620"&gt;@TanuHoque&lt;/a&gt; - As this issue has been outstanding for over 10 years... is there a definitive schedule to get this bug fixed?&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jan 2024 16:09:11 GMT</pubDate>
    <dc:creator>HeathClark</dc:creator>
    <dc:date>2024-01-16T16:09:11Z</dc:date>
    <item>
      <title>Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369137#M38218</link>
      <description>&lt;P&gt;We are joining non-spatial tables in a PostgreSQL database to GIS feature classes (based on a common id). When the join occurs, a percentage sign (%) appears in the joined table name and field names. This causes weird behaviors in Pro (sometimes not allowing symbolizing based on joined fields) and doesn't work well when referencing the fields using the JS API. Is there a work-around for this issue? It seems like a pretty common workflow (joining a database table to a feature class) to be having such a serious issue, especially when the bug was first reported in 2014 (10 years ago).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 19:56:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369137#M38218</guid>
      <dc:creator>AspenN</dc:creator>
      <dc:date>2024-01-11T19:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369146#M38219</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/78773"&gt;@AspenN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here are two that I can think of. I'm afraid you might not like either of them :(.&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;register your table to your geodatabase, or&lt;/LI&gt;&lt;LI&gt;create a query layer where you join your fc to the table using SQL statement.&lt;UL&gt;&lt;LI&gt;pls note, this requires both the feature class and table inside the same database. Cross workspace won't work&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the bug#&amp;nbsp;BUG-000156380 that we have on our side to resolve this issue.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 02:02:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369146#M38219</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2024-01-12T02:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369154#M38220</link>
      <description>&lt;P&gt;It is bad practice to use the SQL wildcard character ("%") in database table names or column names.&amp;nbsp; Changing your table names and column names would be a good idea but it may not be practical if you have many systems that already reference your tables and columns.&lt;/P&gt;&lt;P&gt;Bernie.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 20:16:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369154#M38220</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2024-01-11T20:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369192#M38221</link>
      <description>&lt;P&gt;another option is to create a database view.&lt;BR /&gt;|&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-saphana/views-in-geodatabase.htm" target="_blank"&gt;Views in an enterprise geodatabase—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/example-creating-a-view-in-postgresql-with-sql.htm" target="_blank"&gt;Example: Create database views in PostgreSQL using SQL—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-database-view.htm" target="_blank" rel="noopener"&gt;Create Database View (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/sql-and-enterprise-geodatabases.htm" target="_blank" rel="noopener"&gt;SQL and enterprise geodatabases—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 21:21:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369192#M38221</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-01-11T21:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369201#M38222</link>
      <description>&lt;P&gt;For the query layer, do you have an example of an SQL statement to create the join?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 21:29:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369201#M38222</guid>
      <dc:creator>AspenN</dc:creator>
      <dc:date>2024-01-11T21:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369202#M38223</link>
      <description>&lt;P&gt;The % is added automatically during the join process by the software. We are hoping to find a solution to remove the %&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 21:30:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369202#M38223</guid>
      <dc:creator>AspenN</dc:creator>
      <dc:date>2024-01-11T21:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369247#M38224</link>
      <description>&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/example-creating-a-view-in-postgresql-with-sql.htm" target="_blank" rel="nofollow noopener noreferrer"&gt;Example: Create database views in PostgreSQL using SQL—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;/P&gt;&lt;H2&gt;Create a view to join two tables&lt;/H2&gt;&lt;P&gt;In this example, the view—emp_regions_view—joins a spatial table (feature class) with a nonspatial table based on the emp_id column. The view includes the ObjectID, spatial column (region), and region name (rname) from the regions feature class along with the employee name and ID from the employees table.&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE&gt;CREATE VIEW emp_regions_view 
 AS SELECT (e.emp_name,e.emp_id,r.objectid,r.rname,r.region)
 FROM employees e, regions r
 WHERE e.emp_id = r.emp_id;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Jan 2024 23:09:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369247#M38224</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-01-11T23:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369278#M38225</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/78773"&gt;@AspenN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is an example:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;SELECT fc.*, tbl.*&lt;BR /&gt;FROM myFC fc&lt;BR /&gt;INNER JOIN my_non_reg_table tbl&lt;BR /&gt;ON fc.joinFld = tbl.joinFld&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 23:03:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369278#M38225</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2024-01-11T23:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369285#M38226</link>
      <description>&lt;P&gt;Thank you for the examples &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2620"&gt;@TanuHoque&lt;/a&gt;&amp;nbsp;and &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;. However, I am getting the error "Underlying DBMS error[ERROR: cross-database references are not implemented" when i try to use the code examples.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 23:10:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369285#M38226</guid>
      <dc:creator>AspenN</dc:creator>
      <dc:date>2024-01-11T23:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369296#M38227</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/78773"&gt;@AspenN&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;cross-database references are not implemented&lt;/STRONG&gt;&lt;BR /&gt;read more in the link below on how to resolve this problem.&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/51784903/cross-database-references-are-not-implemented" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/51784903/cross-database-references-are-not-implemented&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 23:20:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369296#M38227</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-01-11T23:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369359#M38229</link>
      <description>&lt;P&gt;urgh.... I wanted to mention that in my first comment and then I dropped (I just updated that comment) -- that the query layer approach requires both side presented in the same database.&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;for providing the link to the stackoverflow discussion&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 02:04:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1369359#M38229</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2024-01-12T02:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1370522#M38245</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2620"&gt;@TanuHoque&lt;/a&gt; - As this issue has been outstanding for over 10 years... is there a definitive schedule to get this bug fixed?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 16:09:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1370522#M38245</guid>
      <dc:creator>HeathClark</dc:creator>
      <dc:date>2024-01-16T16:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1370664#M38250</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3622"&gt;@HeathClark&lt;/a&gt;&amp;nbsp;- Esri Technical Support status on the BUG.&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;&lt;STRONG&gt;BUG-000149858 - The Join name and Destination table name contain a percentage symbol (%) after creating a join between a feature class and a stand-alone table in ArcGIS Pro.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://support.esri.com/en-us/bug/the-join-name-and-destination-table-name-contain-a-perc-bug-000149858" target="_blank" rel="noopener"&gt;https://support.esri.com/en-us/bug/the-join-name-and-destination-table-name-contain-a-perc-bug-000149858&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Duplicate of &lt;STRONG&gt;BUG-000156380&lt;/STRONG&gt;: This bug does not state a problem. The query layer naming of joined tables using the % is general to all enterprise databases. The associated issue, &lt;STRONG&gt;BUG-000156380&lt;/STRONG&gt;, indicates a publishing problem that some may be experiencing.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Status: Duplicated.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarceloMarques_2-1705432957403.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/91742i25F6832C1EC841A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarceloMarques_2-1705432957403.png" alt="MarceloMarques_2-1705432957403.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;BUG-000156380 -&amp;nbsp;Unable to query the map service from the REST endpoint using the fully qualified name when applying a join with a feature class and a non-registered table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/bug/unable-to-query-the-map-service-from-the-rest-endpoint-bug-000156380" target="_blank" rel="noopener"&gt;https://support.esri.com/en-us/bug/unable-to-query-the-map-service-from-the-rest-endpoint-bug-000156380&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Status: In Product Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarceloMarques_1-1705432627514.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/91739i94241E2BCF1B40E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarceloMarques_1-1705432627514.png" alt="MarceloMarques_1-1705432627514.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarceloMarques_0-1705432411440.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/91738iC7F9F1BEC9FFF00A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarceloMarques_0-1705432411440.png" alt="MarceloMarques_0-1705432411440.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Workaround:&amp;nbsp;Instead of a fully qualified name, use only the field name.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 19:25:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1370664#M38250</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-01-16T19:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1370683#M38251</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3622"&gt;@HeathClark&lt;/a&gt;&amp;nbsp;-&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;This defect has presented many challenges. The resolution we are working toward is for map services. Based on current progress, we are working to provide a resolution in one of the upcoming releases in 2024.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 19:58:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1370683#M38251</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2024-01-16T19:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a work-around for BUG-000149858 (join name and destination table name contain a percentage symbol after creating a join)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1371001#M38262</link>
      <description>&lt;P&gt;xkcd for the win!&lt;/P&gt;&lt;P&gt;&lt;A href="https://xkcd.com/2881" target="_blank"&gt;https://xkcd.com/2881&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 15:34:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-work-around-for-bug-000149858-join-name/m-p/1371001#M38262</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2024-01-17T15:34:04Z</dc:date>
    </item>
  </channel>
</rss>

