<?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: listener was not given the SERVICE_NAME in CONNECT_DATA in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025928#M936376</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, with my last post where i used a forced string like this: &lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;OLEDB&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;CONNECT&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;[Provider=OraOLEDB.Oracle.1;Persist Security Info=False;user id=username;password=pass;data source=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=&amp;lt;ip_host&amp;gt;)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=&amp;lt;service_name)))]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We were still having problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So struggling a litlle bit more we finally found out the correct configuration to let this thing working as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Having the correct driver installed in the machine, find the tnsnames.ora file in the Oracle client directory on my computer was --&amp;gt; C:\app\Soporte\product\11.2.0\client_1\Network\Admin\Sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Edit with notepad the tnsnames.ora file putting the string for the SID corrsponding to your DB this must be provided by your Oracle DBA once it is configured in DB server, in my case is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BBG =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (DESCRIPTION =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ADDRESS = (PROTOCOL = TCP) (HOST = &amp;lt;ip host&amp;gt;) (PORT = 1521))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CONNECT_DATA =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SERVER = DEDICATED)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SERVICE_NAME = BBG)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Create the TNS_ADMIN environment variable setting the value with the tnsnames.ora directory, on my machine was --&amp;gt; &lt;SPAN style="font-size: 13.3333px;"&gt;C:\app\Soporte\product\11.2.0\client_1\Network\Admin\Sample&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Restart your machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Open the qvw and the script editor, click on Connet to OLE DB button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Select the Oracle Provider for OLE DB driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. In data source field input:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=&amp;lt;iphost&amp;gt;)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=&amp;lt;SID&amp;gt;)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*SID in my case is BBG, check step 2 for reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;8. Input the userid and password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. Click Test Connection button and verify that it is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10. Click Accept button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11. &lt;SPAN style="font-size: 13.3333px;"&gt;A little window must show up "&lt;/SPAN&gt;OraOLEDB Logon", input the password for the User ID again and so the connection string is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12. Verify the connecton string is created at the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13. Create the script for the extraction (now we can use the Select button at the bottom to display the Wizard of extraction BD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*NOTE: If you use the "Select tables Wizard", you must select the correct user in the Owner field in order to view the tables to which it have access (anonymous user is default).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help other users as it is working for us. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2016 16:55:43 GMT</pubDate>
    <dc:creator>Emmanuelle__Bustos</dc:creator>
    <dc:date>2016-04-12T16:55:43Z</dc:date>
    <item>
      <title>listener was not given the SERVICE_NAME in CONNECT_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025917#M936365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to reload a qvw file on QMC and it fails. On generating the log file this is the error I get&lt;/P&gt;&lt;P&gt;Error: SQL##f - SqlState: S1000, ErrorCode: 12504, ErrorMsg: [Oracle][ODBC][Ora]ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I installed Qlik desktop on the server and reload manually from qlik desktop and it ran fine. I have the service name in tnsnames.ora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025917#M936365</guid>
      <dc:creator />
      <dc:date>2016-02-12T18:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: listener was not given the SERVICE_NAME in CONNECT_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025918#M936366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many servers do you have ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounds like you tnsnames.ora file on the server the QMC does its reloads on is different to the one on the server that your manual reload ran on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 19:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025918#M936366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T19:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: listener was not given the SERVICE_NAME in CONNECT_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025919#M936367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;I have only one server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 19:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025919#M936367</guid>
      <dc:creator />
      <dc:date>2016-02-12T19:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: listener was not given the SERVICE_NAME in CONNECT_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025920#M936368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I copied the tnsnames.ora file to the folder which contains qvw file, reload was successful.&lt;/P&gt;&lt;P&gt;Is that the correct location for that file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 22:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025920#M936368</guid>
      <dc:creator />
      <dc:date>2016-02-12T22:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: listener was not given the SERVICE_NAME in CONNECT_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025921#M936369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishiant did you solve this issue? I'm having the same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 18:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025921#M936369</guid>
      <dc:creator>Emmanuelle__Bustos</dc:creator>
      <dc:date>2016-04-06T18:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: listener was not given the SERVICE_NAME in CONNECT_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025922#M936370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/53417"&gt;emmanuelle.bustos&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I just copied the tnsnames.ora file to the same folder where I had my qvw saved. That solved the issue and reload was successful. I don't know if that is the right folder to save tnsnames.ora file though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 18:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025922#M936370</guid>
      <dc:creator />
      <dc:date>2016-04-06T18:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: listener was not given the SERVICE_NAME in CONNECT_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025923#M936371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hi &lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="53417" data-objecttype="3" href="https://community.qlik.com/people/emmanuelle.bustos" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;emmanuelle.bustos&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;I just copied the tnsnames.ora file to the same folder where I had my qvw saved. That solved the issue and reload was successful. I don't know if that is the right folder to save tnsnames.ora file though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 18:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025923#M936371</guid>
      <dc:creator />
      <dc:date>2016-04-06T18:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: listener was not given the SERVICE_NAME in CONNECT_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025924#M936372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, It is weird as we isntall client components for Oracle 11g the tnsnames.ora is not present at the Windows directoris so we cannot move to the folder as you mentioned, we are still looking for a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 16:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025924#M936372</guid>
      <dc:creator>Emmanuelle__Bustos</dc:creator>
      <dc:date>2016-04-07T16:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: listener was not given the SERVICE_NAME in CONNECT_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025925#M936373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Oracle Client install just installs the client binaries but needs to be told where the database resides.&amp;nbsp; This is done by manually created a suitable tnsnames.ora file.&amp;nbsp; Your dba should already have a suitable tnsnames.ora file [not least on the Oracle Database Server itself], so ask them to copy it into the correct folder within your Oracle Client folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Putting a tnsnames.ora file into the same folder as your qvw may well work, but is the wrong thing to do and will most likely cause confusion later as well as upsetting your dba's when it goes wrong and they have to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In summary:&amp;nbsp; Ask your dba for assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 16:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025925#M936373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-07T16:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: listener was not given the SERVICE_NAME in CONNECT_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025926#M936374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Bill for the tip, we are looking for the DBA admin help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 17:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025926#M936374</guid>
      <dc:creator>Emmanuelle__Bustos</dc:creator>
      <dc:date>2016-04-07T17:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: listener was not given the SERVICE_NAME in CONNECT_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025927#M936375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi while struggling with this I found another workaround that I think is worth ti use, this consists in using a full description DB in the connection string like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;OLEDB&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;CONNECT&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TO&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Provider=OraOLEDB.Oracle.1;Persist Security Info=False;user id=username;password=pass;data source=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=&amp;lt;ip_host&amp;gt;)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=&amp;lt;service_name)))]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; and for the problem showing the password we can put this connection string into the Hidden Script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;I think is a good workaround while trying to configure the listener.ora and tsnnames.ora files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Regards!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 18:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025927#M936375</guid>
      <dc:creator>Emmanuelle__Bustos</dc:creator>
      <dc:date>2016-04-07T18:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: listener was not given the SERVICE_NAME in CONNECT_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025928#M936376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, with my last post where i used a forced string like this: &lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;OLEDB&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;CONNECT&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;[Provider=OraOLEDB.Oracle.1;Persist Security Info=False;user id=username;password=pass;data source=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=&amp;lt;ip_host&amp;gt;)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=&amp;lt;service_name)))]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We were still having problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So struggling a litlle bit more we finally found out the correct configuration to let this thing working as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Having the correct driver installed in the machine, find the tnsnames.ora file in the Oracle client directory on my computer was --&amp;gt; C:\app\Soporte\product\11.2.0\client_1\Network\Admin\Sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Edit with notepad the tnsnames.ora file putting the string for the SID corrsponding to your DB this must be provided by your Oracle DBA once it is configured in DB server, in my case is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BBG =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (DESCRIPTION =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ADDRESS = (PROTOCOL = TCP) (HOST = &amp;lt;ip host&amp;gt;) (PORT = 1521))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CONNECT_DATA =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SERVER = DEDICATED)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SERVICE_NAME = BBG)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Create the TNS_ADMIN environment variable setting the value with the tnsnames.ora directory, on my machine was --&amp;gt; &lt;SPAN style="font-size: 13.3333px;"&gt;C:\app\Soporte\product\11.2.0\client_1\Network\Admin\Sample&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Restart your machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Open the qvw and the script editor, click on Connet to OLE DB button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Select the Oracle Provider for OLE DB driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. In data source field input:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=&amp;lt;iphost&amp;gt;)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=&amp;lt;SID&amp;gt;)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*SID in my case is BBG, check step 2 for reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;8. Input the userid and password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. Click Test Connection button and verify that it is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10. Click Accept button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11. &lt;SPAN style="font-size: 13.3333px;"&gt;A little window must show up "&lt;/SPAN&gt;OraOLEDB Logon", input the password for the User ID again and so the connection string is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12. Verify the connecton string is created at the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13. Create the script for the extraction (now we can use the Select button at the bottom to display the Wizard of extraction BD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*NOTE: If you use the "Select tables Wizard", you must select the correct user in the Owner field in order to view the tables to which it have access (anonymous user is default).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help other users as it is working for us. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 16:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025928#M936376</guid>
      <dc:creator>Emmanuelle__Bustos</dc:creator>
      <dc:date>2016-04-12T16:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: listener was not given the SERVICE_NAME in CONNECT_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025929#M936377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating the 'TNS_ADMIN' environment variable resolved the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 21:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listener-was-not-given-the-SERVICE-NAME-in-CONNECT-DATA/m-p/1025929#M936377</guid>
      <dc:creator>srchilukoori</dc:creator>
      <dc:date>2017-10-31T21:46:10Z</dc:date>
    </item>
  </channel>
</rss>

