Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
I have a qvd store process that runs daily, today I load it manually and got below error,
the script is:
SQL SELECT *
FROM ACCOUNTS;
STORE ACCOUNTS into $(vQVDPath)ACCOUNTS.qvd;
when I comment the STORE line it finishes the script with all the data, so I assume the problem is with the 'store' any ideas??
advanced thanks.
close all working qvw's and and restrt ur system? and relaod once?
Have you checked if you have writing access to that location? If you don't then you might not be able to save anything at that location
please chk the qvd path once.... may be any changes to ur folder path?
Check that the path exists and that the user running the script has the proper rights to access this folder and write to the file.
This error may also occur if the existing Accounts.qvd is locked by another process.
i have, other QVD's it saves propertly.
close all working qvw's and and restrt ur system? and relaod once?
thanks,
i checked it without the variable with full path as C:\QVD\accounts.qvd
still it wont work..
or else u can change the qvd name for both locations and reload again...
is it wrkng fyn? and what is the issue?