Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
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
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
use it like
\\yourserver\c$\DEVELOPMENT\InfoQlik\QVD\OP_main_data.qvd (qvd)
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
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