<?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 read failed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OLEDB-read-failed/m-p/749320#M1034983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sonali,&lt;/P&gt;&lt;P&gt;Do you have always some issue ?&lt;/P&gt;&lt;P&gt;If yes, how can we help you ?&lt;/P&gt;&lt;P&gt;If you are satisfied, can you mark a response as correct or helpful to close this thread.&lt;/P&gt;&lt;P&gt;It will easier to follow the open thread.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;François&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Jan 2015 15:39:05 GMT</pubDate>
    <dc:creator>francoiscave</dc:creator>
    <dc:date>2015-01-24T15:39:05Z</dc:date>
    <item>
      <title>OLEDB read failed</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-read-failed/m-p/749318#M1034979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am loading the below piece of the code but I am getting error message as&lt;/P&gt;&lt;P&gt;7 fields found: WORK_QUEUE_ID, WQ_EMPLID, WQ_EXTERNAL_EMAIL, STATUS_DESC, WQ_DESCRIPTION, WQ_CREATED_DATE, WQ_CREATED_DATE, Error: OLEDB read failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;General Script Error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But while running the same script in Toad the query runs fine. I am able to get alll the field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please help me solving the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCRIPT:&lt;/P&gt;&lt;P&gt;Work_queue:&lt;BR /&gt;load WORK_QUEUE_ID,&lt;BR /&gt;WQ_EMPLID,&lt;BR /&gt;WQ_EXTERNAL_EMAIL,&lt;BR /&gt;STATUS_DESC,&lt;BR /&gt;WQ_DESCRIPTION,&lt;BR /&gt;WQ_CREATED_DATE,&lt;BR /&gt;WQ_CREATED_DATE;&lt;/P&gt;&lt;P&gt;SQL select W.WORK_QUEUE_ID as WORK_QUEUE_ID ,&lt;BR /&gt;W.EMPLID as WQ_EMPLID,&lt;BR /&gt;U.EXTERNAL_EMAIL as WQ_EXTERNAL_EMAIL , &lt;BR /&gt;decode (W.STATUS, 'Q', 'Queued',&lt;BR /&gt;'C', 'Complete',&lt;BR /&gt;'A', 'Archived',&lt;BR /&gt;'P', 'In Progress',&lt;BR /&gt;'E', 'Error',&lt;BR /&gt;'Other') STATUS_DESC,&lt;BR /&gt;E.DESCRIPTION as WQ_DESCRIPTION, &lt;BR /&gt;W.CREATED_DATE as WQ_CREATED_DATE, &lt;BR /&gt;W.MODIFIED_DATE as WQ_MODIFIED_DATE&lt;BR /&gt;from edrdata.work_queue w, edrdata.user_master u, EDRDATA.EVENT_TYPE e&lt;BR /&gt;where W.MODIFIED_DATE &amp;gt; sysdate-90&lt;BR /&gt;and W.EVENT_CODE = E.EVENT_CODE&lt;BR /&gt;and U.EMPLID = W.EMPLID;&lt;/P&gt;&lt;P&gt;store Work_queue into $(vQvdPath)Work_queue.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;P&gt;Sonali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 13:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-read-failed/m-p/749318#M1034979</guid>
      <dc:creator />
      <dc:date>2015-01-22T13:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: OLEDB read failed</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-read-failed/m-p/749319#M1034980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sonali,&lt;/P&gt;&lt;P&gt;Can you try without the calculated field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;STATUS_DESC or do it in the Load Statement (with an ApplyMap it wil be better ;-)) .&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: 13.3333339691162px;"&gt;Come back for the evolution.&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: 13.3333339691162px;"&gt;Thanks,&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: 13.3333339691162px;"&gt;François&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 14:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-read-failed/m-p/749319#M1034980</guid>
      <dc:creator>francoiscave</dc:creator>
      <dc:date>2015-01-22T14:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: OLEDB read failed</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-read-failed/m-p/749320#M1034983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sonali,&lt;/P&gt;&lt;P&gt;Do you have always some issue ?&lt;/P&gt;&lt;P&gt;If yes, how can we help you ?&lt;/P&gt;&lt;P&gt;If you are satisfied, can you mark a response as correct or helpful to close this thread.&lt;/P&gt;&lt;P&gt;It will easier to follow the open thread.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;François&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2015 15:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-read-failed/m-p/749320#M1034983</guid>
      <dc:creator>francoiscave</dc:creator>
      <dc:date>2015-01-24T15:39:05Z</dc:date>
    </item>
  </channel>
</rss>

