Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now

QlikView Task Failed To Reload "System.Runtime.InteropServices.COMException (0x80004005)"

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support
Digital Support

QlikView Task Failed To Reload "System.Runtime.InteropServices.COMException (0x80004005)"

Last Update:

Aug 24, 2020 2:16:00 AM

Updated By:

Sonja_Bauernfeind

Created date:

Sep 20, 2012 3:30:43 AM


QlikView task fails to reload and task log shows the error message below:

 "The source document failed to reload.. Exception=System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component."


Environment:

  • QlikView, all versions


 

Resolution:

 

A possible reason for this error is the presence of NULL values in the tables that the document loads data from.

In such case, a solution can be redefined NULL values during load by using the NullAsValues function. 

For example:

nullasvalue BAccountFrom, BAccountTo;

MyTable:
IntervalMatch (AccountNumber)
load BAccountFrom, BAccountTo
resident BRegularRows;

 

Labels (2)
Contributors
Version history
Last update:
‎2020-08-24 02:16 AM
Updated by: