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
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Inputfield error QVBWrapper.Document.Reload(ILogBucket i_LogBucket, Boolean i_MonitorQVBCPUUsage, Boolean i_Partial, Boolean i_ReadDocumentLog)

Hi all,

I have encountered the problem with INPUTFIELD many times.

I understand that INPUTFIELD has bugs and it doesn't allow resident pre-load table or deplicuate records.

Therefore, I have already reading a QVD which is generated from other qvw first.

Do you guys have any clues on how to fix it?

INPUTFIELD TargetDuration;

 

BudgetDuration:

LOAD Category,

           TargetDuration,

           AvgDuration

From BudgetDuration.qvd (qvd);

---------------------------------------------------------------------

8/20/2012 9:16:11 AM Error The sourcedocument failed to reload.. Exception=System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component. at QlikView.Doc.DoReload(Int32 _Mode, Boolean _Partial, Boolean _Debug) at QVBWrapper.Document.Reload(ILogBucket i_LogBucket, Boolean i_MonitorQVBCPUUsage, Boolean i_Partial, Boolean i_ReadDocumentLog)

8/20/2012 9:16:12 AM Error Reload failed.

8/20/2012 9:16:12 AM Error Reload failed. Distribution skipped.

---------------------------------------------------------------------

Labels (4)
0 Replies