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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Error on Reloading

Hi All,

I have a query on Reloading Qlikview.

I have a qvw(bookingQVD.qvw) which generates qvd file.But when I try to reload the file,reloading gets failed.Error log shows error as follows:

Error The task "MMT/bookingQVD.qvw" failed. ErrorCount=3

Please find the qvw and error logs.

Thank you in Advance....

Soumya

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi Sowmygas,

Error count 3 usually refers to syntax error,

Check your code you might missing sone ',' or ';' in your script.

To get detail logging Open your application in qlikview desktop. --> go to document properties -->In general tab select generate log file. And you can diagonose from there.

Hope it helps

Regards

ASHFAQ

View solution in original post

2 Replies
ashfaq_haseeb
Champion III
Champion III

Hi Sowmygas,

Error count 3 usually refers to syntax error,

Check your code you might missing sone ',' or ';' in your script.

To get detail logging Open your application in qlikview desktop. --> go to document properties -->In general tab select generate log file. And you can diagonose from there.

Hope it helps

Regards

ASHFAQ

Not applicable
Author

Hi Ashfaq,

Thank you very much.I have missed ";" in my script.Now its working fine.

Thanks,

Soumya