<?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 Issue After Upgrade to 7.4 – Error When Using &amp;quot;Find References&amp;quot; (@retired variable already declared) in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Issue-After-Upgrade-to-7-4-Error-When-Using-quot-Find-References/m-p/119632#M53017</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;P class=""&gt;&lt;STRONG&gt;The variable name '@retired' has already been declared.&lt;/STRONG&gt;&lt;BR /&gt;Variable names must be unique within a query batch or stored procedure.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;This happens &lt;STRONG&gt;when right-clicking an action on an object and selecting “Find References.”&lt;/STRONG&gt;&lt;BR /&gt;It does &lt;STRONG&gt;not&lt;/STRONG&gt; seem related to any logic in our own automations.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;H3&gt;What We’ve Investigated:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;The stack trace shows the error comes from:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;BluePrism.AutomateAppCore.IServer.GetReferences &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;→ Which suggests this is &lt;STRONG&gt;an internal Blue Prism SQL query&lt;/STRONG&gt;, not something we’ve created.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;We ran the following query on our Blue Prism database to check for duplicates:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;sql&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;SELECT&lt;/SPAN&gt; OBJECT_NAME(object_id), definition &lt;SPAN class=""&gt;FROM&lt;/SPAN&gt; sys.sql_modules &lt;SPAN class=""&gt;WHERE&lt;/SPAN&gt; definition &lt;SPAN class=""&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class=""&gt;'%@retired%'&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;→ Result: &lt;STRONG&gt;0 rows&lt;/STRONG&gt; — no procedures, views, or functions use @retired.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;This confirms the error likely originates from &lt;STRONG&gt;Blue Prism’s internal metadata handling&lt;/STRONG&gt; during the reference scan.&lt;/P&gt;&lt;P class=""&gt;Currently, we are avoiding the use of &lt;STRONG&gt;“Find References”&lt;/STRONG&gt; to prevent client crashes until a solution is found.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;H3&gt;Questions&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;Is this a &lt;STRONG&gt;known issue&lt;/STRONG&gt; in BP 7.4.0?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Has it been resolved in any &lt;STRONG&gt;subsequent 7.4.x patch&lt;/STRONG&gt;?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Is there any way to resolve or patch this internally?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;We’d appreciate any guidance or confirmation.&lt;BR /&gt;Happy to provide logs or more technical details if needed.&lt;/P&gt;&lt;P class=""&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Kantasit&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Mar 2025 09:37:45 GMT</pubDate>
    <dc:creator>kantasit</dc:creator>
    <dc:date>2025-03-27T09:37:45Z</dc:date>
    <item>
      <title>Issue After Upgrade to 7.4 – Error When Using "Find References" (@retired variable already declared)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-After-Upgrade-to-7-4-Error-When-Using-quot-Find-References/m-p/119632#M53017</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P class=""&gt;&lt;STRONG&gt;The variable name '@retired' has already been declared.&lt;/STRONG&gt;&lt;BR /&gt;Variable names must be unique within a query batch or stored procedure.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;This happens &lt;STRONG&gt;when right-clicking an action on an object and selecting “Find References.”&lt;/STRONG&gt;&lt;BR /&gt;It does &lt;STRONG&gt;not&lt;/STRONG&gt; seem related to any logic in our own automations.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;H3&gt;What We’ve Investigated:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;The stack trace shows the error comes from:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;BluePrism.AutomateAppCore.IServer.GetReferences &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;→ Which suggests this is &lt;STRONG&gt;an internal Blue Prism SQL query&lt;/STRONG&gt;, not something we’ve created.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;We ran the following query on our Blue Prism database to check for duplicates:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;sql&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;SELECT&lt;/SPAN&gt; OBJECT_NAME(object_id), definition &lt;SPAN class=""&gt;FROM&lt;/SPAN&gt; sys.sql_modules &lt;SPAN class=""&gt;WHERE&lt;/SPAN&gt; definition &lt;SPAN class=""&gt;LIKE&lt;/SPAN&gt; &lt;SPAN class=""&gt;'%@retired%'&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;→ Result: &lt;STRONG&gt;0 rows&lt;/STRONG&gt; — no procedures, views, or functions use @retired.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;This confirms the error likely originates from &lt;STRONG&gt;Blue Prism’s internal metadata handling&lt;/STRONG&gt; during the reference scan.&lt;/P&gt;&lt;P class=""&gt;Currently, we are avoiding the use of &lt;STRONG&gt;“Find References”&lt;/STRONG&gt; to prevent client crashes until a solution is found.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;H3&gt;Questions&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;Is this a &lt;STRONG&gt;known issue&lt;/STRONG&gt; in BP 7.4.0?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Has it been resolved in any &lt;STRONG&gt;subsequent 7.4.x patch&lt;/STRONG&gt;?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Is there any way to resolve or patch this internally?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;We’d appreciate any guidance or confirmation.&lt;BR /&gt;Happy to provide logs or more technical details if needed.&lt;/P&gt;&lt;P class=""&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Kantasit&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 09:37:45 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-After-Upgrade-to-7-4-Error-When-Using-quot-Find-References/m-p/119632#M53017</guid>
      <dc:creator>kantasit</dc:creator>
      <dc:date>2025-03-27T09:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue After Upgrade to 7.4 – Error When Using "Find References" (@retired variable alr</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-After-Upgrade-to-7-4-Error-When-Using-quot-Find-References/m-p/119639#M53023</link>
      <description>&lt;P&gt;Hi Kantasit,&lt;/P&gt;&lt;P&gt;I've checked on this internally and can confirm our Product team are aware of this issue and are currently investigating it, with a fix request logged against v7.4 of BPE. Currently there are no timelines for when this fix is slated to be included in an upcoming release but we'd recommend keeping an eye out for future &lt;A href="https://docs.blueprism.com/en-US/bundle/blue-prism-enterprise-7-4/page/release-notes/rn-home.htm" target="_blank" rel="noopener"&gt;release notes updates&lt;/A&gt; on it.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 13:33:42 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-After-Upgrade-to-7-4-Error-When-Using-quot-Find-References/m-p/119639#M53023</guid>
      <dc:creator>steven.boggs</dc:creator>
      <dc:date>2025-03-27T13:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue After Upgrade to 7.4 – Error When Using "Find References" (@retired variable alr</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-After-Upgrade-to-7-4-Error-When-Using-quot-Find-References/m-p/120587#M53228</link>
      <description>&lt;P&gt;Hi we are also having this issue.&lt;BR /&gt;&lt;BR /&gt;I was a bit surprised to find that it is not currently listed as an issue when upgrading to 7.4 from an earlier version.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 08:35:01 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-After-Upgrade-to-7-4-Error-When-Using-quot-Find-References/m-p/120587#M53228</guid>
      <dc:creator>nicolailykke</dc:creator>
      <dc:date>2025-05-22T08:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue After Upgrade to 7.4 – Error When Using "Find References" (@retired variable alr</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-After-Upgrade-to-7-4-Error-When-Using-quot-Find-References/m-p/120625#M53243</link>
      <description>&lt;P&gt;It's pretty frustrating that this hasn't been fixed yet.&amp;nbsp; I took over a project from another developer and it's exhausting to search for all references to an object without a working "Find References" feature.&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 18:03:31 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-After-Upgrade-to-7-4-Error-When-Using-quot-Find-References/m-p/120625#M53243</guid>
      <dc:creator>Steve-Pete</dc:creator>
      <dc:date>2025-05-27T18:03:31Z</dc:date>
    </item>
  </channel>
</rss>

