<?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: Getting Access denied error while trying to connect in Data - OLEDB VBO in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Getting-Access-denied-error-while-trying-to-connect-in-Data/m-p/49150#M30</link>
    <description>Hello Vijaya,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am including our link to making a connection to an Oracle DB from Blue Prism. This connection string must be built in a specific format and typically the root cause of this type of error, I just want you to verify you are building the string using the parameters as described in this article. &lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://portal.blueprism.com/customer-support/support-center#/path/1161201422" target="test_blank"&gt;http://portal.blueprism.com/customer-support/support-center#/path/1161201422&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
This article mentioned having an issue despite being able to connect with ODBC. The solution for them was to try using he server/sdi vs the name in the tnsnames.ora file. &lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://social.msdn.microsoft.com/Forums/vstudio/en-US/452f4eb5-f86e-4c02-8826-69b01f3e6bb5/ora12154-tnscould-not-resovle-the-connect-identifier-specified?forum=vssetup" target="test_blank"&gt;https://social.msdn.microsoft.com/Forums/vstudio/en-US/452f4eb5-f86e-4c02-8826-69b01f3e6bb5/ora12154-tnscould-not-resovle-the-connect-identifier-specified?forum=vssetup&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
This article mentioned a lot of items to check. One of the last comments was around ensuring that the TNS_ADMIN variable exists for both the user and the system variables, it resolved the issue for this user in the article&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://stackoverflow.com/questions/206055/oracle-ora-12154-tns-could-not-resolve-service-name-error" target="test_blank"&gt;https://stackoverflow.com/questions/206055/oracle-ora-12154-tns-could-not-resolve-service-name-error&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
This article did a great job explaining other things to investigate, and breaking down the possible causes of the error as well as items to check. &lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.tekstream.com/oracle-error-messages/ora-12154-tns-could-not-resolve-service-name/" target="test_blank"&gt;https://www.tekstream.com/oracle-error-messages/ora-12154-tns-could-not-resolve-service-name/&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;Hopefully one of these articles help your case. Please let me know if you continue to have issues.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Regards, &lt;BR /&gt;&lt;BR /&gt;David Flores&lt;BR /&gt;Sr. Product Consultant&lt;BR /&gt;blue prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 23 Jul 2019 05:08:00 GMT</pubDate>
    <dc:creator>david.flores</dc:creator>
    <dc:date>2019-07-23T05:08:00Z</dc:date>
    <item>
      <title>Getting Access denied error while trying to connect in Data - OLEDB VBO</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Getting-Access-denied-error-while-trying-to-connect-in-Data/m-p/49149#M29</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to connect to Oracle DB using Data - OLEDB VBO and getting Access Denied error. The error does not have detailed description of the error like access denied to what, OLEDB or ORACLE DB. &lt;BR /&gt;I am able to connect to Oracle DB successfully using ODBC in my windows box, but not through Blue Prism.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5765.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/5947i595FD9294E0013FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="5765.png" alt="5765.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vijaya Bhaskar V&lt;BR /&gt;Lead&lt;BR /&gt;IBM&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jun 2019 12:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Getting-Access-denied-error-while-trying-to-connect-in-Data/m-p/49149#M29</guid>
      <dc:creator>Vijaya_BhaskarV</dc:creator>
      <dc:date>2019-06-26T12:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Access denied error while trying to connect in Data - OLEDB VBO</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Getting-Access-denied-error-while-trying-to-connect-in-Data/m-p/49150#M30</link>
      <description>Hello Vijaya,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am including our link to making a connection to an Oracle DB from Blue Prism. This connection string must be built in a specific format and typically the root cause of this type of error, I just want you to verify you are building the string using the parameters as described in this article. &lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://portal.blueprism.com/customer-support/support-center#/path/1161201422" target="test_blank"&gt;http://portal.blueprism.com/customer-support/support-center#/path/1161201422&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
This article mentioned having an issue despite being able to connect with ODBC. The solution for them was to try using he server/sdi vs the name in the tnsnames.ora file. &lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://social.msdn.microsoft.com/Forums/vstudio/en-US/452f4eb5-f86e-4c02-8826-69b01f3e6bb5/ora12154-tnscould-not-resovle-the-connect-identifier-specified?forum=vssetup" target="test_blank"&gt;https://social.msdn.microsoft.com/Forums/vstudio/en-US/452f4eb5-f86e-4c02-8826-69b01f3e6bb5/ora12154-tnscould-not-resovle-the-connect-identifier-specified?forum=vssetup&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
This article mentioned a lot of items to check. One of the last comments was around ensuring that the TNS_ADMIN variable exists for both the user and the system variables, it resolved the issue for this user in the article&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://stackoverflow.com/questions/206055/oracle-ora-12154-tns-could-not-resolve-service-name-error" target="test_blank"&gt;https://stackoverflow.com/questions/206055/oracle-ora-12154-tns-could-not-resolve-service-name-error&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
This article did a great job explaining other things to investigate, and breaking down the possible causes of the error as well as items to check. &lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.tekstream.com/oracle-error-messages/ora-12154-tns-could-not-resolve-service-name/" target="test_blank"&gt;https://www.tekstream.com/oracle-error-messages/ora-12154-tns-could-not-resolve-service-name/&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;Hopefully one of these articles help your case. Please let me know if you continue to have issues.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Regards, &lt;BR /&gt;&lt;BR /&gt;David Flores&lt;BR /&gt;Sr. Product Consultant&lt;BR /&gt;blue prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jul 2019 05:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Getting-Access-denied-error-while-trying-to-connect-in-Data/m-p/49150#M30</guid>
      <dc:creator>david.flores</dc:creator>
      <dc:date>2019-07-23T05:08:00Z</dc:date>
    </item>
  </channel>
</rss>

