<?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 Runtime Resource Receives Connection Attempts from a Second Application Server Every 30 Seconds in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Resource-Receives-Connection-Attempts-from-a-Second/m-p/125799#M54647</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm investigating a strange behavior in a Blue Prism environment and would appreciate any insights from people who may have seen something similar.&lt;/P&gt;&lt;H2&gt;Environment&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;Blue Prism 7.3.x&lt;/LI&gt;&lt;LI&gt;Separate DEV and PROD environments&lt;/LI&gt;&lt;LI&gt;Dedicated Application Server and database for each environment&lt;/LI&gt;&lt;LI&gt;Runtime Resources connect through Application Servers (no direct database connections)&lt;/LI&gt;&lt;LI&gt;WCF SOAP with Transport Encryption&lt;/LI&gt;&lt;LI&gt;ASCR enabled (gRPC)&lt;/LI&gt;&lt;LI&gt;Runtime Resources use the standard Resource PC listener on port 8181&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;Problem Description&lt;/H2&gt;&lt;P&gt;One specific Runtime Resource behaves differently from all other Runtime Resources in the environment.&lt;/P&gt;&lt;P&gt;The resource is explicitly started using the PROD connection:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;/resourcepc /public /dbconname PROD_Connection&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;`&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The listener log shows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;checking connection 'PROD_Connection'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;connected to 'PROD Application Server'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Listener started&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The resource appears correctly in the PROD Control Room and functions normally:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Processes can be started successfully&lt;/LI&gt;&lt;LI&gt;Processes run and complete successfully&lt;/LI&gt;&lt;LI&gt;The resource remains online in PROD&lt;/LI&gt;&lt;LI&gt;No unexpected disconnects from PROD occur&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;From a production perspective, everything appears to work correctly.&lt;/P&gt;&lt;H2&gt;Unexpected Behavior&lt;/H2&gt;&lt;P&gt;Despite being connected and fully operational in PROD, the listener continuously receives incoming connections from the DEV Application Server.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;New connection from DEV-AppServer&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Disconnected ... quit&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These connection attempts occur approximately every 30 seconds.&lt;/P&gt;&lt;P&gt;What is important here is that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The Runtime Resource is connected to PROD&lt;/LI&gt;&lt;LI&gt;The DEV Application Server initiates the connection&lt;/LI&gt;&lt;LI&gt;The Runtime Resource is not attempting to connect to DEV&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;Why This Seems Unusual&lt;/H2&gt;&lt;P&gt;Other Runtime Resources in the environment:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use the same configuration structure&lt;/LI&gt;&lt;LI&gt;Have the same connection definitions available locally&lt;/LI&gt;&lt;LI&gt;Are known in both DEV and PROD environments&lt;/LI&gt;&lt;LI&gt;Use the same startup mechanism&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;However, none of them exhibit this behavior.&lt;/P&gt;&lt;P&gt;The issue is isolated to a single Runtime Resource.&lt;/P&gt;&lt;H2&gt;Investigation Already Performed&lt;/H2&gt;&lt;H3&gt;Runtime Resource Side&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Compared Automate.config with working Runtime Resources&lt;/LI&gt;&lt;LI&gt;Compared LoginAgentService.config with working Runtime Resources&lt;/LI&gt;&lt;LI&gt;Explicitly used /dbconname PROD_Connection&lt;/LI&gt;&lt;LI&gt;Reinstalled Login Agent&lt;/LI&gt;&lt;LI&gt;Rebooted the machine&lt;/LI&gt;&lt;LI&gt;Confirmed only a single Automate.exe instance is running&lt;/LI&gt;&lt;LI&gt;Verified listener functionality on port 8181&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Database Investigation&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;No active or hanging sessions found for this Runtime Resource&lt;/LI&gt;&lt;LI&gt;No open sessions found in BPASession&lt;/LI&gt;&lt;LI&gt;Historical schedules referencing the resource were found&lt;/LI&gt;&lt;LI&gt;Schedule execution logs show no recent executions&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Scheduler Test&lt;/H3&gt;&lt;P&gt;To determine whether the DEV Scheduler was responsible for the connection attempts:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Scheduler disabled on DEV&lt;/LI&gt;&lt;LI&gt;DEV Application Server restarted&lt;/LI&gt;&lt;LI&gt;Connection attempts continued&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Therefore, the Scheduler appears not to be the cause.&lt;/P&gt;&lt;H3&gt;Application Server Test&lt;/H3&gt;&lt;P&gt;When the DEV Application Server service is stopped:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;No incoming connections from DEV&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;`&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the DEV Application Server service is started again:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Incoming connections from DEV immediately resume&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This strongly suggests that the DEV Application Server itself is actively initiating these connections.&lt;/P&gt;&lt;H2&gt;Main Question&lt;/H2&gt;&lt;P&gt;Has anyone experienced a situation where:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A Runtime Resource is connected and operating normally in Environment A (PROD)&lt;/LI&gt;&lt;LI&gt;A second Application Server from Environment B (DEV) repeatedly attempts to connect to that Runtime Resource&lt;/LI&gt;&lt;LI&gt;The Runtime Resource remains fully functional in PROD&lt;/LI&gt;&lt;LI&gt;Other Runtime Resources in the same setup do not show the same behavior&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;Additional Concern&lt;/H2&gt;&lt;P&gt;At the moment this does not appear to be causing any functional issues because the Runtime Resource remains connected to PROD and can execute processes normally.&lt;/P&gt;&lt;P&gt;However, my concern is understanding &lt;EM&gt;why&lt;/EM&gt; the DEV Application Server is attempting to communicate with this specific Runtime Resource every 30 seconds.&lt;/P&gt;&lt;P&gt;I am worried that at some point DEV could inadvertently interfere with the Runtime Resource, create session conflicts, affect scheduling behavior, or otherwise interact with a machine that should currently be operating exclusively in PROD.&lt;/P&gt;&lt;H2&gt;Areas I'm Currently Considering&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;ASCR (Application Server Controlled Resources)&lt;/LI&gt;&lt;LI&gt;gRPC callback registrations&lt;/LI&gt;&lt;LI&gt;Resource registration metadata&lt;/LI&gt;&lt;LI&gt;Stale runtime references&lt;/LI&gt;&lt;LI&gt;Internal health checks&lt;/LI&gt;&lt;LI&gt;Callback channels&lt;/LI&gt;&lt;LI&gt;Load balancing or Application Server routing behavior&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Has anyone seen similar behavior or have any suggestions on where to investigate next?&lt;/P&gt;&lt;P&gt;Thanks in advance for any ideas or guidance.&lt;BR /&gt;Michael&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2026 10:12:03 GMT</pubDate>
    <dc:creator>m.kupplich</dc:creator>
    <dc:date>2026-07-02T10:12:03Z</dc:date>
    <item>
      <title>Runtime Resource Receives Connection Attempts from a Second Application Server Every 30 Seconds</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Resource-Receives-Connection-Attempts-from-a-Second/m-p/125799#M54647</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm investigating a strange behavior in a Blue Prism environment and would appreciate any insights from people who may have seen something similar.&lt;/P&gt;&lt;H2&gt;Environment&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;Blue Prism 7.3.x&lt;/LI&gt;&lt;LI&gt;Separate DEV and PROD environments&lt;/LI&gt;&lt;LI&gt;Dedicated Application Server and database for each environment&lt;/LI&gt;&lt;LI&gt;Runtime Resources connect through Application Servers (no direct database connections)&lt;/LI&gt;&lt;LI&gt;WCF SOAP with Transport Encryption&lt;/LI&gt;&lt;LI&gt;ASCR enabled (gRPC)&lt;/LI&gt;&lt;LI&gt;Runtime Resources use the standard Resource PC listener on port 8181&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;Problem Description&lt;/H2&gt;&lt;P&gt;One specific Runtime Resource behaves differently from all other Runtime Resources in the environment.&lt;/P&gt;&lt;P&gt;The resource is explicitly started using the PROD connection:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;/resourcepc /public /dbconname PROD_Connection&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;`&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The listener log shows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;checking connection 'PROD_Connection'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;connected to 'PROD Application Server'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Listener started&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The resource appears correctly in the PROD Control Room and functions normally:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Processes can be started successfully&lt;/LI&gt;&lt;LI&gt;Processes run and complete successfully&lt;/LI&gt;&lt;LI&gt;The resource remains online in PROD&lt;/LI&gt;&lt;LI&gt;No unexpected disconnects from PROD occur&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;From a production perspective, everything appears to work correctly.&lt;/P&gt;&lt;H2&gt;Unexpected Behavior&lt;/H2&gt;&lt;P&gt;Despite being connected and fully operational in PROD, the listener continuously receives incoming connections from the DEV Application Server.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;New connection from DEV-AppServer&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Disconnected ... quit&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These connection attempts occur approximately every 30 seconds.&lt;/P&gt;&lt;P&gt;What is important here is that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The Runtime Resource is connected to PROD&lt;/LI&gt;&lt;LI&gt;The DEV Application Server initiates the connection&lt;/LI&gt;&lt;LI&gt;The Runtime Resource is not attempting to connect to DEV&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;Why This Seems Unusual&lt;/H2&gt;&lt;P&gt;Other Runtime Resources in the environment:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use the same configuration structure&lt;/LI&gt;&lt;LI&gt;Have the same connection definitions available locally&lt;/LI&gt;&lt;LI&gt;Are known in both DEV and PROD environments&lt;/LI&gt;&lt;LI&gt;Use the same startup mechanism&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;However, none of them exhibit this behavior.&lt;/P&gt;&lt;P&gt;The issue is isolated to a single Runtime Resource.&lt;/P&gt;&lt;H2&gt;Investigation Already Performed&lt;/H2&gt;&lt;H3&gt;Runtime Resource Side&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Compared Automate.config with working Runtime Resources&lt;/LI&gt;&lt;LI&gt;Compared LoginAgentService.config with working Runtime Resources&lt;/LI&gt;&lt;LI&gt;Explicitly used /dbconname PROD_Connection&lt;/LI&gt;&lt;LI&gt;Reinstalled Login Agent&lt;/LI&gt;&lt;LI&gt;Rebooted the machine&lt;/LI&gt;&lt;LI&gt;Confirmed only a single Automate.exe instance is running&lt;/LI&gt;&lt;LI&gt;Verified listener functionality on port 8181&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Database Investigation&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;No active or hanging sessions found for this Runtime Resource&lt;/LI&gt;&lt;LI&gt;No open sessions found in BPASession&lt;/LI&gt;&lt;LI&gt;Historical schedules referencing the resource were found&lt;/LI&gt;&lt;LI&gt;Schedule execution logs show no recent executions&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Scheduler Test&lt;/H3&gt;&lt;P&gt;To determine whether the DEV Scheduler was responsible for the connection attempts:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Scheduler disabled on DEV&lt;/LI&gt;&lt;LI&gt;DEV Application Server restarted&lt;/LI&gt;&lt;LI&gt;Connection attempts continued&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Therefore, the Scheduler appears not to be the cause.&lt;/P&gt;&lt;H3&gt;Application Server Test&lt;/H3&gt;&lt;P&gt;When the DEV Application Server service is stopped:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;No incoming connections from DEV&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;`&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the DEV Application Server service is started again:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Incoming connections from DEV immediately resume&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This strongly suggests that the DEV Application Server itself is actively initiating these connections.&lt;/P&gt;&lt;H2&gt;Main Question&lt;/H2&gt;&lt;P&gt;Has anyone experienced a situation where:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A Runtime Resource is connected and operating normally in Environment A (PROD)&lt;/LI&gt;&lt;LI&gt;A second Application Server from Environment B (DEV) repeatedly attempts to connect to that Runtime Resource&lt;/LI&gt;&lt;LI&gt;The Runtime Resource remains fully functional in PROD&lt;/LI&gt;&lt;LI&gt;Other Runtime Resources in the same setup do not show the same behavior&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;Additional Concern&lt;/H2&gt;&lt;P&gt;At the moment this does not appear to be causing any functional issues because the Runtime Resource remains connected to PROD and can execute processes normally.&lt;/P&gt;&lt;P&gt;However, my concern is understanding &lt;EM&gt;why&lt;/EM&gt; the DEV Application Server is attempting to communicate with this specific Runtime Resource every 30 seconds.&lt;/P&gt;&lt;P&gt;I am worried that at some point DEV could inadvertently interfere with the Runtime Resource, create session conflicts, affect scheduling behavior, or otherwise interact with a machine that should currently be operating exclusively in PROD.&lt;/P&gt;&lt;H2&gt;Areas I'm Currently Considering&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;ASCR (Application Server Controlled Resources)&lt;/LI&gt;&lt;LI&gt;gRPC callback registrations&lt;/LI&gt;&lt;LI&gt;Resource registration metadata&lt;/LI&gt;&lt;LI&gt;Stale runtime references&lt;/LI&gt;&lt;LI&gt;Internal health checks&lt;/LI&gt;&lt;LI&gt;Callback channels&lt;/LI&gt;&lt;LI&gt;Load balancing or Application Server routing behavior&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Has anyone seen similar behavior or have any suggestions on where to investigate next?&lt;/P&gt;&lt;P&gt;Thanks in advance for any ideas or guidance.&lt;BR /&gt;Michael&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 10:12:03 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Resource-Receives-Connection-Attempts-from-a-Second/m-p/125799#M54647</guid>
      <dc:creator>m.kupplich</dc:creator>
      <dc:date>2026-07-02T10:12:03Z</dc:date>
    </item>
  </channel>
</rss>

