<?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: Connection request keeps timing out when connecting to Oracle RDBMS in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96839#M44980</link>
    <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;I extended it via Connection String. So, I were to intentionally extend the timeout value, I would modify the connection string to:&lt;BR /&gt;&lt;SPAN&gt;&lt;CODE&gt;Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=""HOSTNAME.com.my"")(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=""SID"")));User Id=username;Password=password;Connection Timeout = 120;&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Although I would prefer to not need to do this, as stated previously, the original connection string (excluding the connection timeout part) worked without any issue when opening a connection to the Staging Database.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Caitlin</description>
    <pubDate>Tue, 13 Dec 2022 14:24:41 GMT</pubDate>
    <dc:creator>CaitlinLee</dc:creator>
    <dc:date>2022-12-13T14:24:41Z</dc:date>
    <item>
      <title>Connection request keeps timing out when connecting to Oracle RDBMS</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96831#M44972</link>
      <description>Hi all, I am currently using the &lt;SPAN&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/oracle-mda---utility" target="_blank" rel="noopener"&gt;Oracle MDA Utility VBO&lt;/A&gt; present on DX to connect to an Oracle database, and mainly uses the "Get Collection" action to run the SQL queries. So far, the Oracle MDA VBO works fine for any attempts to connect to a staging version of the Oracle database and is able to get the desired collection data. The issue here is that when attempting to do the same with a production version of the Oracle Database, I kept facing an issue where, whenever the code stage "Open" is executed to open a connection to the database, it always returns "Connection request timed out".&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Attempts were also made to increase the connection timeout for as long as 5 minutes, but the same timeout message was returned as well. The firewall layer has been whitelisted for the runtime resources that runs the code to connect to the Oracle database, but no such luck, as the issue persists as well. Database permissions between the staging version and production version of the Oracle databases are matched, so that rules out any possibility of the issue stemming from the database itself. &lt;BR /&gt;&lt;BR /&gt;Would also like to note that when checked on the database's side, it has stated that the connection between Blue Prism and the database is also established successfully. So, it is quite perplexing on how the connection can be established database side, but still returns a connection timed out message back on Blue Prism's side.&lt;BR /&gt;&lt;BR /&gt;Would highly appreciate for any guidance on how to resolve this "Connection request timed out" issue.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/SPAN&gt;</description>
      <pubDate>Mon, 12 Dec 2022 12:25:03 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96831#M44972</guid>
      <dc:creator>CaitlinLee</dc:creator>
      <dc:date>2022-12-12T12:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Connection request keeps timing out when connecting to Oracle RDBMS</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96832#M44973</link>
      <description>HI Caitlin,&lt;BR /&gt;&lt;BR /&gt;Thank you for being a SSC Blue Prism customer and for using Blue Prism.&lt;BR /&gt;&lt;BR /&gt;So, your staging database works fine but production is playing a few games.&lt;BR /&gt;&lt;BR /&gt;1. Is there a significant difference in the amount of data being retrieved between the two systems? Is the production query returning more data?&lt;BR /&gt;2. Are you able to connect to the production database via another means from the same machine? Just so we can rule out issues there.&lt;BR /&gt;3. Are there any differences in Oracle versions between the staging and production databases? Is the same version of Oracle in use for both?&lt;BR /&gt;&lt;BR /&gt;These are my initial questions come back to me when you can and we can move on from there.&lt;BR /&gt;&lt;BR /&gt;Once again, thank you for using Blue Prism.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Geoff Hirst&lt;BR /&gt;DX Engineer EMEA.</description>
      <pubDate>Mon, 12 Dec 2022 12:58:14 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96832#M44973</guid>
      <dc:creator>GeoffHirst</dc:creator>
      <dc:date>2022-12-12T12:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Connection request keeps timing out when connecting to Oracle RDBMS</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96833#M44974</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/92"&gt;@GeoffHirst&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you for your help in advance! Here are the answers to your questions:&lt;BR /&gt;&lt;BR /&gt;​1. &lt;SPAN&gt;Is there a significant difference in the amount of data being retrieved between the two systems? Is the production query returning more data?&lt;BR /&gt;&amp;gt; Yes, I believe there is quite a difference in terms of amount between the staging and production database. Additionally, I would like to note that the production &lt;/SPAN&gt;&lt;SPAN&gt;database would have far more traffic compared to the staging database, as there is&amp;nbsp;other process ongoing within the production database as well.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;2. Are you able to connect to the production database via another means from the same machine? Just so we can rule out issues there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; Yes, I have attempted to manually connect to the database via Oracle SQL Developer and&amp;nbsp;was able to connect and run the SQL queries just fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Are there any differences in Oracle versions between the staging and production databases? Is the same version of Oracle in use for both?&lt;BR /&gt;&amp;gt; I believe that both the staging and production databases are using the same version of Oracle.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Caitlin&lt;/SPAN&gt;</description>
      <pubDate>Tue, 13 Dec 2022 01:06:09 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96833#M44974</guid>
      <dc:creator>CaitlinLee</dc:creator>
      <dc:date>2022-12-13T01:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Connection request keeps timing out when connecting to Oracle RDBMS</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96834#M44975</link>
      <description>Hi Caitlin,&lt;BR /&gt;&lt;BR /&gt;Thank you for taking the time and answering my questions. The version of the asset you have is the 1.1 revision. This is the one that is meant for Oracle 21c (or later), as it has the Bulk update action. Given that you have the asset working fine with your staging database, we have to determine what is different about the connection to your production database. Now, the asset requires the OracleManagedDataAccess.dll to be in the Blue Prism Automate folder, given that you have this working for your staging database can you concur that the dll you have in place for the staging database is in fact the same version (or even the same dll!) as the one for the production DB?&lt;BR /&gt;&lt;BR /&gt;These are the details for the version that was used during development.&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35177.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35237i2D268496892C33AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="35177.png" alt="35177.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;What I am trying to determine is, are your production and staging systems the same machines and your production db is just a different database or are the systems totally separate? Can we establish the above before we go any further?&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;regards&lt;BR /&gt;Geoff Hirst</description>
      <pubDate>Tue, 13 Dec 2022 07:43:49 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96834#M44975</guid>
      <dc:creator>GeoffHirst</dc:creator>
      <dc:date>2022-12-13T07:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Connection request keeps timing out when connecting to Oracle RDBMS</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96835#M44976</link>
      <description>Hi Geoff,&lt;BR /&gt;&lt;BR /&gt;I can confirm that the Oracle.ManagedDataAccess.dll used is the same dll used in both the Staging and Production.&lt;BR /&gt;&lt;BR /&gt;Here's the screenshot of the version of the dll currently being used:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35178.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35240i9A455573FD6B16FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="35178.png" alt="35178.png" /&gt;&lt;/span&gt;&lt;BR /&gt;And to answer your other question, yes, both the staging and production database systems are in a complete separate environment as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Caitlin</description>
      <pubDate>Tue, 13 Dec 2022 08:22:27 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96835#M44976</guid>
      <dc:creator>CaitlinLee</dc:creator>
      <dc:date>2022-12-13T08:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connection request keeps timing out when connecting to Oracle RDBMS</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96836#M44977</link>
      <description>Hi Caitlin,&lt;BR /&gt;&lt;BR /&gt;Please could you provide us with the connectionstring details for both your staging and production systems?&lt;BR /&gt;&lt;BR /&gt;Also, could you advise what version of Blue Prism you are using?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Geoff Hirst&lt;BR /&gt;DX Engineer EMEA</description>
      <pubDate>Tue, 13 Dec 2022 13:35:05 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96836#M44977</guid>
      <dc:creator>GeoffHirst</dc:creator>
      <dc:date>2022-12-13T13:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Connection request keeps timing out when connecting to Oracle RDBMS</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96837#M44978</link>
      <description>Hi Geoff,&lt;BR /&gt;&lt;BR /&gt;Sure! Here's the format of the connection string used, the only difference between staging and production is the hostname, SID, and username and password:&lt;BR /&gt;&lt;CODE&gt;Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=""HOSTNAME.com.my"")(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=""SID"")));User Id=username;Password=password;&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;And the version of the Blue Prism currently being used is 6.10.1.&lt;BR /&gt;&lt;BR /&gt;Do let me know if there any additional information required.&lt;BR /&gt;&lt;BR /&gt;Best regards,&amp;nbsp;&lt;BR /&gt;Caitlin&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Dec 2022 14:02:58 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96837#M44978</guid>
      <dc:creator>CaitlinLee</dc:creator>
      <dc:date>2022-12-13T14:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Connection request keeps timing out when connecting to Oracle RDBMS</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96838#M44979</link>
      <description>Hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="d844e1ab-d83e-4516-ba93-84785a4b25b2" data-tag-text="@Caitlin Lee" href="https://community.blueprism.com/network/profile?UserKey=d844e1ab-d83e-4516-ba93-84785a4b25b2" data-itemmentionkey="a0f1e619-f317-4e16-9440-6ee32dba12b3"&gt;@Caitlin Lee&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;You mentioned that you tried extending the timeout value. Did you try that via the connection string, some Oracle client config file, …?&lt;BR /&gt;&lt;BR /&gt;Cheers,​</description>
      <pubDate>Tue, 13 Dec 2022 14:18:04 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96838#M44979</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-12-13T14:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Connection request keeps timing out when connecting to Oracle RDBMS</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96839#M44980</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;I extended it via Connection String. So, I were to intentionally extend the timeout value, I would modify the connection string to:&lt;BR /&gt;&lt;SPAN&gt;&lt;CODE&gt;Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=""HOSTNAME.com.my"")(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=""SID"")));User Id=username;Password=password;Connection Timeout = 120;&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Although I would prefer to not need to do this, as stated previously, the original connection string (excluding the connection timeout part) worked without any issue when opening a connection to the Staging Database.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Caitlin</description>
      <pubDate>Tue, 13 Dec 2022 14:24:41 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96839#M44980</guid>
      <dc:creator>CaitlinLee</dc:creator>
      <dc:date>2022-12-13T14:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Connection request keeps timing out when connecting to Oracle RDBMS</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96840#M44981</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="d844e1ab-d83e-4516-ba93-84785a4b25b2" data-tag-text="@Caitlin Lee" href="https://community.blueprism.com/network/profile?UserKey=d844e1ab-d83e-4516-ba93-84785a4b25b2" data-itemmentionkey="493faca2-b768-496f-9a88-e84e9a17a163"&gt;@Caitlin Lee&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you for the info. Could you try including the Connection Timeout setting again, but this time also include &lt;STRONG&gt;Pooling=False;&lt;/STRONG&gt;​? I'm wondering if the default connection pool handling is potentially introducing an issue.&lt;BR /&gt;&lt;BR /&gt;Also, have to tried looking at the Windows Event Viewer, on the runtime resource, to see if there are any additional details being logged by the Oracle library?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
      <pubDate>Tue, 13 Dec 2022 15:55:44 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96840#M44981</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-12-13T15:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Connection request keeps timing out when connecting to Oracle RDBMS</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96841#M44982</link>
      <description>Hi Caitlin,&lt;BR /&gt;&lt;BR /&gt;Could you try setting Pooling=False in the connection string?&lt;BR /&gt;&lt;BR /&gt;Also, is there any chance there could be a tnsnames.ora file lurking around anywhere that could be overriding the connection string parameters?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Geoff Hirst&lt;BR /&gt;DX Engineer EMEA</description>
      <pubDate>Tue, 13 Dec 2022 15:56:19 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96841#M44982</guid>
      <dc:creator>GeoffHirst</dc:creator>
      <dc:date>2022-12-13T15:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Connection request keeps timing out when connecting to Oracle RDBMS</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96842#M44983</link>
      <description>Hi Geoff and Eric,&lt;BR /&gt;&lt;BR /&gt;Thanks for taking to help out with my issue, however it seems that my team has already found a way to resolve it!&lt;BR /&gt;&lt;BR /&gt;I did try to do as both of you suggested, which was adding the "Pooling=False" to the connection string, which sadly didn't work, and there was nothing additional to note when looking in the Windows Event Viewer either. However, my team has provided a suggestion to use a service name instead of an SID in the connection string, and the bots are finally able to connect to the production database.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Once again, thank you for taking the time to answer my questions.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Caitlin</description>
      <pubDate>Wed, 14 Dec 2022 05:42:05 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96842#M44983</guid>
      <dc:creator>CaitlinLee</dc:creator>
      <dc:date>2022-12-14T05:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Connection request keeps timing out when connecting to Oracle RDBMS</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96843#M44984</link>
      <description>Hi Caitlin,&lt;BR /&gt;&lt;BR /&gt;I am pleased to hear that you have a solution. &lt;BR /&gt;&lt;BR /&gt;Good luck in all your endeavours with Blue Prism.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Geoff Hirst&lt;BR /&gt;DX Engineer EMEA.</description>
      <pubDate>Wed, 14 Dec 2022 07:06:29 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-request-keeps-timing-out-when-connecting-to-Oracle/m-p/96843#M44984</guid>
      <dc:creator>GeoffHirst</dc:creator>
      <dc:date>2022-12-14T07:06:29Z</dc:date>
    </item>
  </channel>
</rss>

