<?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: OLEDB CONNECT Hangs on server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OLEDB-CONNECT-Hangs-on-server/m-p/843280#M655771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In server as well, TNS entries should be made.Try adding TNS entries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 15:13:28 GMT</pubDate>
    <dc:creator>kmswetha</dc:creator>
    <dc:date>2015-06-29T15:13:28Z</dc:date>
    <item>
      <title>OLEDB CONNECT Hangs on server</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-CONNECT-Hangs-on-server/m-p/843279#M655770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this weird problem on OLEDB CONNECT. I'm using the classing connection string:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OLEDB CONNECT TO [Provider=OraOLEDB.Oracle.1;Password=&amp;lt;clear password&amp;gt;;Persist Security Info=True;User ID=&amp;lt;clear user id&amp;gt;;Data Source=&amp;lt;IP address&amp;gt;:1521/ORCL;Extended Properties=""];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using it from QV Desktop the connection is done but when using it from QV server the task remains "Running" indefinitely and on the logs it is possible to see that the script is waiting something on command"&lt;SPAN style="font-size: 13.3333330154419px;"&gt;OLEDB CONNECT ...&lt;/SPAN&gt;".&amp;nbsp; No errors are seen until I abort the task. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked that the Oracle OLE DB provider is working correctly (on both: 32 an 64 bits).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you some tips to help me understand what is going on?&lt;/P&gt;&lt;P&gt;There are some way to "debug" tasks when running on server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luciano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-CONNECT-Hangs-on-server/m-p/843279#M655770</guid>
      <dc:creator />
      <dc:date>2015-06-29T15:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: OLEDB CONNECT Hangs on server</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-CONNECT-Hangs-on-server/m-p/843280#M655771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In server as well, TNS entries should be made.Try adding TNS entries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-CONNECT-Hangs-on-server/m-p/843280#M655771</guid>
      <dc:creator>kmswetha</dc:creator>
      <dc:date>2015-06-29T15:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: OLEDB CONNECT Hangs on server</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-CONNECT-Hangs-on-server/m-p/843281#M655772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;the TNS entry exists, but &lt;/SPAN&gt;I'm not using it on OLEDB Provider. I'm using the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&amp;lt;IP address&amp;gt;:1521/ORCL syntax (on desktop works and I see it working on other QV Server). There are no firewall issues as I tested the same kind of conection with the following VB script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim Conn&lt;/P&gt;&lt;P&gt;Set Conn = CreateObject("ADODB.Connection")&lt;/P&gt;&lt;P&gt;Conn.ConnectionString = "Provider=OraOLEDB.Oracle.1;Password=&amp;lt;clear password&amp;gt;;Persist Security Info=True;User ID=&amp;lt;clear user id&amp;gt;;Data Source=&amp;lt;IP address&amp;gt;:1521/ORCL"&lt;/P&gt;&lt;P&gt;Conn.Open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set RS = Conn.Execute("SELECT * from DUAL")&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luciano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-CONNECT-Hangs-on-server/m-p/843281#M655772</guid>
      <dc:creator />
      <dc:date>2015-06-29T15:27:57Z</dc:date>
    </item>
  </channel>
</rss>

