<?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: QlikView error while creating QVD file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897718#M657627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try these &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 16px;"&gt;and ACTUAL_DATE&amp;nbsp; &amp;gt;= sysdate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;ODBC instead of OLEDB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)&lt;/P&gt;&lt;P&gt;when you run the script manually, do you run it with the same user of the QlikView distrib service?&lt;/P&gt;&lt;P&gt;If not, maybe some settings (regional settings) are different?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jun 2015 17:51:07 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-06-02T17:51:07Z</dc:date>
    <item>
      <title>QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897713#M657622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;i have a view in my database (Oracle) and I use this view to export data to a QVD file. I use QlikView for exporting to this QVD via a QVW file, and I want to automatically run it 2 times every day. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;So I put it onto a server and I scheduled it to run 2 times every day. When I run the QVW script manually, it exports the correct QVD file. However, when it is scheduled, I have an error like this in the log file:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QVX_UNEXPECTED_END_OF_DATA: &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error: OLEDB read failed&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; General Script Error&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution Failed&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution finished.&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;CODE&gt;i tried to run for each column (in my view) one by one. My problem is in the &lt;CODE&gt;WHERE&lt;/CODE&gt; clause:&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;CODE&gt;select ...&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from ...&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where ...&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and ACTUAL_DATE&amp;nbsp; &amp;gt;= to_date(sysdate, 'dd.MM.YYYY hh24:mi:ss')&lt;BR /&gt;&lt;/CODE&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I removed this &lt;CODE&gt;"ACTUAL_DATE &amp;gt;= to_date(sysdate, 'dd.MM.YYYY hh24:mi:ss')"&lt;/CODE&gt; and it runs perfectly, but when I add this clause back, I get an error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;What could I do to solve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 13:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897713#M657622</guid>
      <dc:creator />
      <dc:date>2015-06-02T13:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897714#M657623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like an issue with missing access rights to the database and/or your (network)-storage from the user under which your server runs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 15:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897714#M657623</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-06-02T15:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897715#M657624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Proceeding where Marcus left off, you could run the script again but with an alternate WHERE cause, e.g. if this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE ACTUAL_DATE &amp;gt;= '01.01.2014';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;runs without any errors, you know that it's sysdate that's causing trouble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 15:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897715#M657624</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-02T15:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897716#M657625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share the whole load statement from your script ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 15:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897716#M657625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-02T15:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897717#M657626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your WHERE clause, your date format might be wrong.&lt;/P&gt;&lt;P&gt;Try date as 'YYY-MM-DD'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 15:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897717#M657626</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-02T15:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897718#M657627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try these &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 16px;"&gt;and ACTUAL_DATE&amp;nbsp; &amp;gt;= sysdate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;ODBC instead of OLEDB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)&lt;/P&gt;&lt;P&gt;when you run the script manually, do you run it with the same user of the QlikView distrib service?&lt;/P&gt;&lt;P&gt;If not, maybe some settings (regional settings) are different?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 17:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897718#M657627</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-02T17:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897719#M657628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to tell Oracle to format the sysdate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So '&lt;SPAN style="color: #3d3d3d; font-family: Courier New;"&gt;ACTUAL_DATE&amp;nbsp; &amp;gt;= sysdate&lt;/SPAN&gt;' should suffice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 17:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897719#M657628</guid>
      <dc:creator />
      <dc:date>2015-06-02T17:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897720#M657629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already tried it, error is same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 07:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897720#M657629</guid>
      <dc:creator />
      <dc:date>2015-06-03T07:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897721#M657630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my date (ACTUAL_DATE) format is 'dd.mm.yyyy'. i am sure about that. i checked each data one by one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 07:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897721#M657630</guid>
      <dc:creator />
      <dc:date>2015-06-03T07:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897722#M657631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case I have tried not formatting the sysdate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 07:51:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897722#M657631</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-03T07:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897723#M657632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already tried it too, error is same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 08:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897723#M657632</guid>
      <dc:creator />
      <dc:date>2015-06-03T08:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897724#M657633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post sample file (.qvw)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 08:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897724#M657633</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-03T08:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897725#M657634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share the qvw load log file from a failed load ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 08:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897725#M657634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T08:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897726#M657635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be default time format and the one given in where clause was different, see to that both are same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 08:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897726#M657635</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-06-03T08:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897727#M657636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my date format of column (ACTUAL_DATE) is 'dd.mm.yyyy'. i am sure about that. i checked each data one by one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 08:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897727#M657636</guid>
      <dc:creator />
      <dc:date>2015-06-03T08:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897728#M657637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 qvw files.One of them is generate .qvd file from oracle database's view, other one use this qvd file for report.&lt;/P&gt;&lt;P&gt;I scheduled like that : Firstly generator run, after second one (actualy report) run. If i run generator manually, qvd file will generate. After i run manually second one which actualy report and everything fine. But i add this qvw files to server task scheduler; first one which generator i get this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVX_UNEXPECTED_END_OF_DATA: &lt;/P&gt;&lt;P&gt;Error: OLEDB read failed&lt;/P&gt;&lt;P&gt;General Script Error&lt;/P&gt;&lt;P&gt;Execution Failed&lt;/P&gt;&lt;P&gt;Execution finished.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My generator qvw script is like that:&lt;/P&gt;&lt;P&gt;NOTE: if i delete firts timesheet label, the request label run without error. But if i put timesheet label , i get error.&lt;/P&gt;&lt;P&gt;So i am sure OLEDB CONNECT is right.&lt;/P&gt;&lt;P&gt;In my timesheet_view (oracle view)&amp;nbsp; i tried add each column and where clause one by one , i detect error reason is that where clause like this:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;select ...&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from ...&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where ...&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and &lt;STRONG&gt;ACTUAL_DATE&amp;nbsp; &amp;gt;= to_date(sysdate, 'dd.MM.YYYY hh24:mi:ss')&lt;/STRONG&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;ThousandSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;=','&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;DecimalSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;='.';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;MoneyThousandSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;=',';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;MoneyDecimalSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;='.';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;MoneyFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;='$#,##0.00;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;($#,##0.00)';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;TimeFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;='h:mm:ss TT';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;DateFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;='DD.MM.YYYY';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;TimestampFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;='DD.MM.YYYY h:mm:ss[.fff]TT';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;MonthNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;='January;February;March;April;May;June;July;August;September;October;November;December';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;DayNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;OLEDB&lt;/SPAN&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;CONNECT&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;TO&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;[Provider=xxxxxx;UserID=xxxxxxxx;DataSource=xxxxxxx]&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;XPassword&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; xxxxxxxx);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;TIMESHEETS:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; *;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;BR /&gt;SELECT *&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;FROM&amp;nbsp; TIMESHEETS_VIEW;&lt;BR /&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;store&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; VFACT_QLIKV_TIMESHEETS3 &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;A href="https://community.qlik.com/"&gt;\\qvd\&lt;/A&gt;&lt;A href="https://community.qlik.com/"&gt;TIMESHEETS.qvd&lt;/A&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;REQUESTS :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; *;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;BR /&gt;SELECT *&lt;BR /&gt;FROM&amp;nbsp; REQUEST_VIEW;&lt;BR /&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;store&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; REQUESTS &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&amp;nbsp; &lt;A href="https://community.qlik.com/"&gt;\\qvd\REQUESTS.qvd&lt;/A&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;drop&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;tables&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; REQUESTS, TIMESHEETS&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897728#M657637</guid>
      <dc:creator />
      <dc:date>2015-06-03T12:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897729#M657638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ACTUAL_DATE may be formatted like a date, but does Oracle treat it like a date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;SELECT &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;COLUMN_NAME&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;, DATA_TYPE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; F&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;ROM &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;all_tab_columns &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;WHERE column_name LIKE &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 8pt;"&gt;'ACTUAL_DATE'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is Date_type = 'DATE'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its string, you could use the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND DATE(ACTUAL_DATE, 'DD.MM.YYYY') &amp;lt; sysdate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897729#M657638</guid>
      <dc:creator />
      <dc:date>2015-06-03T12:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897730#M657639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a connectivity problem between the QV server and the database server?&lt;/P&gt;&lt;P&gt;I have seen QVX_UNEXPECTED_END_OF_DATA errors if there is packet loss between the servers?&lt;/P&gt;&lt;P&gt;Can you run a &lt;STRONG&gt;ping -t&lt;/STRONG&gt; whilst the load is running?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897730#M657639</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-06-03T12:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897731#M657640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i modify your query and&amp;nbsp; run it , data_type is date in my table.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000f0; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SELECT &lt;SPAN style="font-size: 10pt;"&gt;COLUMN_NAME&lt;/SPAN&gt;&lt;SPAN style="color: #0000f0; font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; DATA_TYPE&lt;/SPAN&gt;&lt;SPAN style="color: #0000f0; font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; TABLE_NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM &lt;SPAN style="font-size: 10pt;"&gt;all_tab_columns &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE &lt;SPAN style="font-size: 10pt;"&gt;column_name &lt;/SPAN&gt;&lt;SPAN style="color: #0000f0; font-size: 10pt;"&gt;LIKE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt;"&gt;'ACTUAL_DATE'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897731#M657640</guid>
      <dc:creator />
      <dc:date>2015-06-03T12:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView error while creating QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897732#M657641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a lot of report and no one get error exception generator.qvw .&amp;nbsp; I will try ping of server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-error-while-creating-QVD-file/m-p/897732#M657641</guid>
      <dc:creator />
      <dc:date>2015-06-03T12:28:10Z</dc:date>
    </item>
  </channel>
</rss>

