Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QV Reload not finishing

Good morning, as of today...my scripts are getting stuck at the Store QVD statement. The script just hangs and won't finish.

So i decided to run a simple script:

Test:

LOAD * INLINE [

    A, B

    1, 1

    2, 2

    3, 3

    4, 4

    5, 5

];

Store Test Into (qvd);

Drop Table Test;

Even this won't work...it stores the qvd...but with the "close when finished" button checked it still won't finish out..

Any ideas? Is this something local to my machine that's wrong?

39 Replies
jerem1234
Specialist II
Specialist II

Do you have any hidden script?

Go to script editor and then file tab.

Check to see if you can click on Edit Hidden Script.

Hope this helps!

Not applicable
Author

No hidden scripts... This is a computer issue, even Windows is saying there is a conflict with qlikview

Sent from mobile device

On Thu, Aug 14, 2014 at 11:43 AM, Jeremiah Kurpat

Not applicable
Author

Seems to be the Windows Update,  maybe try to uninstall the .Net first and try again.

Anonymous
Not applicable
Author

what if you type this line at the end of all your script in the last tab?

exit script;

Not applicable
Author

Talked to Qlikview, they have no idea

Not applicable
Author

Did you tried to uninstall the Windows Updates, seems to be related to the two at the end of the list from your first Screenshot.

engishfaque
Specialist III
Specialist III

Dear David,

It's working fine, just remove the last line "Drop Table Test;".

Kind regards,

Ishfaque Ahmed

dcohen13
Contributor III
Contributor III

Unfortunately no script will finish...even a simple inline

Not applicable
Author

Please share qvw.

dcohen13
Contributor III
Contributor III

I wish it was just a QVW issue…all my files don’t work. Even creating a simple QVW trying to load 1 record from inline doesn’t finish.