<?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: Reload Task Failing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-Task-Failing/m-p/2544714#M1334703</link>
    <description>&lt;P&gt;I think you get the error for your both where clauses "where DisDate &amp;gt; '2018-12-31'", because the field "DisDate" is of type datetime.&lt;/P&gt;&lt;P&gt;You should try the following:&lt;/P&gt;&lt;P&gt;where DisDate &amp;gt;= CONVERT(DATETIME, '2019-01-01 00:00:00', 120)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dofactory.com/sql/convert-string-to-datetime" target="_blank" rel="noopener"&gt;https://www.dofactory.com/sql/convert-string-to-datetime&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2026 17:44:04 GMT</pubDate>
    <dc:creator>cwolf</dc:creator>
    <dc:date>2026-03-12T17:44:04Z</dc:date>
    <item>
      <title>Reload Task Failing</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Task-Failing/m-p/2544664#M1334701</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a reload task that I can't get to run, I'm getting the error -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Task Log:&lt;/P&gt;&lt;P&gt;3/12/2026 11:42:14 AM The Source Document was NOT reloaded successfully. DocumentPath=C:\QlikView_Documents\Live_Reports\Live_HIPE_Load\TestDocs\HipeDataNewBU2r.qvf.&lt;BR /&gt;3/12/2026 11:42:15 AM The task "Live_HIPE_Load/TestDocs/HipeDataNewBU2r.qvf" failed. Exception: || QDSMain.Exceptions.TaskFailedException: Task execution failed with errors to follow. ---&amp;gt; QDSMain.Exceptions.ReloadFailedException: Reload failed ---&amp;gt; QDSMain.Exceptions.LogBucketErrorException: The Source Document was NOT reloaded successfully. DocumentPath=C:\QlikView_Documents\Live_Reports\Live_HIPE_Load\TestDocs\HipeDataNewBU2r.qvf. || at QDSMain.AbstractReloadTask.VerifyConditions(IExecutingTaskResult executingTaskResult) || at QDSMain.AbstractReloadTask.Reload(String fileName, IExecutingTaskResult executingTaskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage) || --- End of inner exception stack trace --- || at QDSMain.AbstractReloadTask.Reload(String fileName, IExecutingTaskResult executingTaskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage) || at QDSMain.DistributeTask.PerformExecute(IExecutingTaskResult executingTaskResult) || --- End of inner exception stack trace --- || at QDSMain.DistributeTask.PerformExecute(IExecutingTaskResult executingTaskResult) || at QDSMain.Task.AbstractTask.TaskExecution(CurrentExecutionArgs args)&lt;/P&gt;&lt;P&gt;Document Log:&lt;/P&gt;&lt;P&gt;3/12/2026 Error: Connector reply error: ErrorSource: Microsoft OLE DB Provider for SQL Server, ErrorMsg: The conversion of a varchar data type to a datetime data type resulted in an out-of-range value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached the load script, any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kev&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 12:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Task-Failing/m-p/2544664#M1334701</guid>
      <dc:creator>kev6brown</dc:creator>
      <dc:date>2026-03-12T12:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Task Failing</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Task-Failing/m-p/2544693#M1334702</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/8220"&gt;@kev6brown&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not an expert in SQL, but I think this error message is generated due to SQL is trying to convert a varchar value in a datetime value when the call is done. I mean, it doesn't seem an issue in QlikView code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It could happen for example with the date&amp;nbsp;&lt;SPAN&gt;31-12-2025. If SQL is trying to read it like MM-DD-YYYY, it could trigger this error. Or it could be an impossible date like 32-12-2025.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hence, I think the best option would be to review that all the values in the data source are properly set for the field impacted.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kind Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 14:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Task-Failing/m-p/2544693#M1334702</guid>
      <dc:creator>Daniel_Castella</dc:creator>
      <dc:date>2026-03-12T14:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Task Failing</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Task-Failing/m-p/2544714#M1334703</link>
      <description>&lt;P&gt;I think you get the error for your both where clauses "where DisDate &amp;gt; '2018-12-31'", because the field "DisDate" is of type datetime.&lt;/P&gt;&lt;P&gt;You should try the following:&lt;/P&gt;&lt;P&gt;where DisDate &amp;gt;= CONVERT(DATETIME, '2019-01-01 00:00:00', 120)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dofactory.com/sql/convert-string-to-datetime" target="_blank" rel="noopener"&gt;https://www.dofactory.com/sql/convert-string-to-datetime&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 17:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Task-Failing/m-p/2544714#M1334703</guid>
      <dc:creator>cwolf</dc:creator>
      <dc:date>2026-03-12T17:44:04Z</dc:date>
    </item>
  </channel>
</rss>

