<?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: 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/125805#M54648</link>
    <description>&lt;P&gt;Was this an additional resource to your estate?&lt;BR /&gt;If so it could be that your infrastructure team has added it to the incorrect AD group (either way a different set of rules are clearly applying here). Knock on effect could be that you have a refreshing group policy in the background that is triggering the start of your listener?!&lt;BR /&gt;&amp;nbsp;Worth checking the bots user account incase that has been incorrectly setup.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2026 18:44:30 GMT</pubDate>
    <dc:creator>greggoodrem</dc:creator>
    <dc:date>2026-07-02T18:44:30Z</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>
    <item>
      <title>Re: 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/125805#M54648</link>
      <description>&lt;P&gt;Was this an additional resource to your estate?&lt;BR /&gt;If so it could be that your infrastructure team has added it to the incorrect AD group (either way a different set of rules are clearly applying here). Knock on effect could be that you have a refreshing group policy in the background that is triggering the start of your listener?!&lt;BR /&gt;&amp;nbsp;Worth checking the bots user account incase that has been incorrectly setup.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 18:44:30 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Resource-Receives-Connection-Attempts-from-a-Second/m-p/125805#M54648</guid>
      <dc:creator>greggoodrem</dc:creator>
      <dc:date>2026-07-02T18:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: 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/125806#M54649</link>
      <description>&lt;P&gt;Hi Michael,&lt;BR /&gt;&lt;BR /&gt;You mentioned that the Production Runtime Resource continues to receive incoming connections from the DEV application server.&lt;BR /&gt;As a next step,&amp;nbsp;can you rename the Runtime Resource's hostname, register it as a new instance in the production environment, and observe the behaviour further from the Resource PC Console?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2026 06:03:45 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Resource-Receives-Connection-Attempts-from-a-Second/m-p/125806#M54649</guid>
      <dc:creator>jegendra</dc:creator>
      <dc:date>2026-07-03T06:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: 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/125807#M54650</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hi Jega,&lt;/P&gt;&lt;P&gt;Thank you for your suggestion.&lt;/P&gt;&lt;P&gt;Before renaming the Runtime Resource, I would like to share an additional finding from my investigation.&lt;/P&gt;&lt;P&gt;I was able to confirm that the connection attempts are initiated directly by the DEV Application Server (BPServerService.exe). Network traces on the DEV server showed repeated TCP connections from the DEV Application Server to the Runtime Resource listener on port 8181.&lt;/P&gt;&lt;P&gt;I also performed the following test:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When the DEV Application Server service was stopped, the connection attempts immediately stopped.&lt;/LI&gt;&lt;LI&gt;When the DEV Application Server service was started again, the connection attempts immediately resumed.&lt;/LI&gt;&lt;LI&gt;Disabling the DEV Scheduler had no effect.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Most importantly:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After removing the Runtime Resource from the DEV environment, the repeated connection attempts stopped completely.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This seems to indicate that the DEV Application Server is actively trying to communicate with the Runtime Resource because it is still known to the DEV environment.&lt;/P&gt;&lt;P&gt;The Runtime Resource is already connected to PROD and operates normally there. Processes can be started successfully and the resource remains online in PROD.&lt;/P&gt;&lt;P&gt;Before I proceed with renaming the machine, could you advise:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What internal mechanism in Blue Prism would cause BPServerService.exe to repeatedly connect to a Runtime Resource simply because it exists in the environment?&lt;/LI&gt;&lt;LI&gt;Is this expected behaviour with ASCR or Runtime Resource registration?&lt;/LI&gt;&lt;LI&gt;Are there any tables, logs or configuration areas that would explain why one specific Runtime Resource is being polled while identical Runtime Resources are not?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Kind regards&lt;BR /&gt;Michael&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Jul 2026 08:03:15 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Resource-Receives-Connection-Attempts-from-a-Second/m-p/125807#M54650</guid>
      <dc:creator>m.kupplich</dc:creator>
      <dc:date>2026-07-03T08:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: 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/125808#M54651</link>
      <description>&lt;DIV class=""&gt;&lt;SPAN&gt;Thanks for the suggestion.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I did some additional investigation and found something interesting.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;The repeated connection attempts are being initiated directly by BPServerService.exe running on the DEV Application Server.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I was able to verify this using netstat and tasklist. The DEV Application Server repeatedly opens TCP connections to the Runtime Resource listener on port 8181.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I also found that:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;- Stopping the DEV Application Server immediately stops the connection attempts.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;- Starting the DEV Application Server immediately resumes them.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;- Disabling the DEV Scheduler has no effect.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;- Removing the Runtime Resource from the DEV environment stops the connection attempts completely.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Because of this, I am currently leaning more towards a Blue Prism resource registration / application server behaviour rather than an AD group, GPO or bot account configuration issue.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;That said, I will still double-check the machine and bot account configuration to make sure nothing unusual exists there.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Thanks for the suggestion.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Jul 2026 08:04:33 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Resource-Receives-Connection-Attempts-from-a-Second/m-p/125808#M54651</guid>
      <dc:creator>m.kupplich</dc:creator>
      <dc:date>2026-07-03T08:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: 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/125837#M54661</link>
      <description>&lt;P&gt;How have you got on with this issue have you used BP Support to check the setup?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 20:50:53 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Resource-Receives-Connection-Attempts-from-a-Second/m-p/125837#M54661</guid>
      <dc:creator>greggoodrem</dc:creator>
      <dc:date>2026-07-08T20:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: 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/125843#M54665</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Michael,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for contacting Blue Prism community.&lt;/P&gt;&lt;P&gt;I'd check the DEV Application Server's own database (BPAResource table) for a record matching this Runtime Resource. Application Servers periodically poll every resource they have registered, independent of active sessions — that matches your logs exactly (connect, no session created, disconnect, repeats every ~30s). Since this is the only resource showing the behavior, it's likely the only one that ended up registered in both DEV and PROD (possibly from an earlier build step, VM clone, or a resource repoint that left a residual entry).&lt;/P&gt;&lt;P&gt;Suggested next step:&lt;BR /&gt;query DEV's BPAResource table by this resource's name/FQDN. If found, remove it via DEV's Control Room (or a controlled DB delete after confirming no DEV automations reference it) — this should stop the connection attempts without affecting the resource's operation in PROD.&lt;/P&gt;&lt;P&gt;I also suggested opening a support ticket for further investigation if necessary.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Hossein Azimi (APJ Team)&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2026 02:12:06 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Resource-Receives-Connection-Attempts-from-a-Second/m-p/125843#M54665</guid>
      <dc:creator>hossein.azimi</dc:creator>
      <dc:date>2026-07-10T02:12:06Z</dc:date>
    </item>
  </channel>
</rss>

