<?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: Unable to send request in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unable-to-send-request/m-p/1095077#M939455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe your queries comes to soon after another an a small waiting maybe of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sleep 3000;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;might helpful. Another workaround could be to disconnect the connection after the first load and create them new before the second.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 08:45:05 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-01-29T08:45:05Z</dc:date>
    <item>
      <title>Unable to send request</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-send-request/m-p/1095076#M939454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm somewhat new to QlikView so I apologize if this is basic.&amp;nbsp; I have a .qvw file that I used to query a Remedy db and create QVDs for another file to load from.&lt;/P&gt;&lt;P&gt;The script has two SQL statements each querying a different table.&amp;nbsp; They work when I run them separately, but when I run them together I get an "Unable to Send Request" error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;/*Full extraction of Feedback data from Remedy*/&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; VOC_CUSTOMER_FEEDBACK:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; SELECT &lt;BR /&gt; FEEDBACK_ID,&lt;BR /&gt; SUBMITTER,&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;TO_CHAR(CREATE_DATE,'DD-MON-YYYY') as CREATE_DATE,&lt;BR /&gt; STATUS,&lt;BR /&gt; LOGIN_ID,&lt;BR /&gt; FULL_NAME,&lt;BR /&gt; EMAIL,&lt;BR /&gt; LOCATION,&lt;BR /&gt; PRIORITY,&lt;BR /&gt; CASE_TYPE,&lt;BR /&gt; TICKETS,&lt;BR /&gt; FEEDBACK,&lt;BR /&gt; PRODUCT,&lt;BR /&gt; DECODE(COMBINED_RATING_NUMBER, '0', 'POSITIVE', '1', 'NEGATIVE') as SERVICE_SATISFACTION,&lt;BR /&gt; DECODE(REQUEST_CONTACT,'0','No','1', 'Yes') CONTACT_REQUESTED,&lt;BR /&gt; DECODE(RATE_YOUR_EXPERIENCE, '0', 'Positive', '1', 'Neutral', '2', 'Negative') as RATE_YOUR_EXPERIENCE,&lt;BR /&gt; MODIFIED_DATE&lt;BR /&gt; FROM VOC_CUSTOMER_FEEDBACK&lt;BR /&gt; WHERE CREATE_DATE &amp;gt; =TO_DATE('01/01/'||TO_CHAR(TO_NUMBER(TO_CHAR(SYSDATE,'YYYY'))-2),'MM/DD/YYYY');&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;STORE&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; VOC_CUSTOMER_FEEDBACK &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vQVDPath)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;VOC_CUSTOMER_FEEDBACK.qvd;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;DROP&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; VOC_CUSTOMER_FEEDBACK;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vPrevYearRemedySec&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vPrevtoPrevYear)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,01,01) - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(1970,01,01))*24*60*60;&lt;BR /&gt; &lt;BR /&gt; VOC_FEEDBACK_V2:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; SELECT &lt;BR /&gt; FEEDBACK_ID,&lt;BR /&gt; SUBMITTER,&lt;BR /&gt; TO_Char(TO_DATE(ARADMIN.GET_REM_DATE(CREATE_DATE), 'MONTH DD, YYYY HH12:MI:SSAM'),'DD-MON-YYYY') AS CREATE_DATE,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//TO_DATE(TRIM(TO_DATE(ARADMIN.GET_REM_DATE(CREATE_DATE), 'MONTH DD, YYYY HH12:MI:SSAM')),'DD-MON-YYYY') AS CREATE_DATE,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;DECODE(STATUS ,'3', 'Completed','0', 'Submitted','1', 'Submitted') STATUS,&lt;BR /&gt; LOGIN_ID,&lt;BR /&gt; FULL_NAME,&lt;BR /&gt; EMAIL,&lt;BR /&gt; LOCATION,&lt;BR /&gt; SOURCE_ID as TICKETS,&lt;BR /&gt; FEEDBACK,&lt;BR /&gt; PRODUCT,&lt;BR /&gt; DECODE (EXPERIENCE_RATING ,'1', 'NEGATIVE','3', 'POSITIVE','5','POSITIVE') SERVICE_SATISFACTION,&lt;BR /&gt; DECODE (REQUEST_CONTACT ,'0', 'No','1', 'Yes') CONTACT_REQUESTED,&lt;BR /&gt; DECODE (EXPERIENCE_RATING ,'1', 'Negative','3', 'Neutral','5','Positive') RATE_YOUR_EXPERIENCE,&lt;BR /&gt; MODIFIED_DATE&amp;nbsp; &lt;BR /&gt; FROM VOC_FEEDBACK_V2&lt;BR /&gt; WHERE CREATE_DATE &amp;gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vPrevYearRemedySec)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;STORE&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; VOC_FEEDBACK_V2 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vQVDPath)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;VOC_FEEDBACK_V2.qvd;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;DROP&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; VOC_FEEDBACK_V2;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;DISCONNECT&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 19:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-send-request/m-p/1095076#M939454</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2016-01-28T19:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to send request</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-send-request/m-p/1095077#M939455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe your queries comes to soon after another an a small waiting maybe of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sleep 3000;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;might helpful. Another workaround could be to disconnect the connection after the first load and create them new before the second.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-send-request/m-p/1095077#M939455</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-29T08:45:05Z</dc:date>
    </item>
  </channel>
</rss>

