Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
helen_pip
Creator III
Creator III

General Script Error (Logfile attached)

Hello

I am getting a general script error when running a QVW on the QEMC

Could someone kindly take a look at the log file and advice where I may need to concentrate my efforts to resolve this issue

It may be worth mentioning that prior to this error message I was getting "Did not recognise connector reply", which I believe is now fixed

It may also be worth mentioning that the pathway to store the QVW works O.K.

And the script takes 2 hours to run- so could it be a timeout issue?

Kind Regards

Helen

1 Solution

Accepted Solutions
awhitfield
Partner - Champion
Partner - Champion

Hi Helen,

it looks like you are using a path to a mapped drive in the script, this won't work when reloading from QMC, it needs to be the full UNC path.

HTH

Andy

View solution in original post

6 Replies
sunny_talwar

Things to make sure:

1) Is the path correct?

Q:\DEVELOPMENT\InfoQlik\QVD\OP_main_data.qvd (qvd)

2) Do you have writing access to this path?

3) Make sure the file is not in use

helen_pip
Creator III
Creator III
Author

Hello Sunny

I have just tested on a days worth of data and the data gets stored into the QVD O.K. 

It may be worth mentioning that the script can take up to 2 hours to run, so I am wondering if it is timing out. 

Do you know where I could change the timeout for a QVW?

Kind Regards

Helen

awhitfield
Partner - Champion
Partner - Champion

Hi Helen,

it looks like you are using a path to a mapped drive in the script, this won't work when reloading from QMC, it needs to be the full UNC path.

HTH

Andy

sasiparupudi1
Master III
Master III

use it like

\\yourserver\c$\DEVELOPMENT\InfoQlik\QVD\OP_main_data.qvd (qvd)

makrishnaraj
Contributor III
Contributor III

Hi Helen,

The error could be because of the insufficient storage memory in that drive or the QVD is in use by other application at the time of storing

Hope this is helpful

helen_pip
Creator III
Creator III
Author

Hi Andy

Thank you, I think this may have solved it!

I will find out in 2 hours from now, when it has finished running on the QEMC