Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have an issue in the scheduler of auto-reload.
When I reload the files in Qlikview Management Console,
auto-reload is not running. Status shows failed. I am using QV11 SR2 version.
What might be the possible reason for this?
I have attached the screen shot of this for reference.
Kindly help me out to solve this issue.
Thanks and Regards,
Vidhya
Hi,
When you select a task, you can go to the tag on the right 'show task details'. It can help you find out what is going on. It can be section access on the qvws ( the user running the services must have authorization to open it to reload).
You can also check qvw logs. They can be enabled in the qvw using qv desktop at settings -> document properties -> general -> Generate log file.
the log will have the same name of the qvw, the .log extension and will be stored in the same folder during reload.
Hope it helps,
Erich
Hi vkvidhya,
For this situation you can try this;
1. You can see your log file, you should be enable the function, try Settings -> Document -> Properties -> General -> Generate Logfile(Check this) and you can what the problem in your log file
2. Sometimes if you move your .qvd into server forgeted to change the file directory, maybe the directory log has change.
Sample :
LOAD *
FROM
(qvd);
with a bold text, maybe the diretory has change in the server,
in my sample a put my .qvd in masa 23072012\qvd_2
if the cas like me you must change the Directory like this
LOAD *
FROM
qvd_2\ARagingball.qvd
(qvd);
Regards,
Akbar
Hi all,
Thanks for your assistance. I generated log file and got the following error.
"The server principal "qlikview" is not able to access the database under the current security context."
Can anyone please suggest how to solve this issue.
Thanks,
Vidhya
Might be its access problem .
have ever try to reload from qlikview desktop by using DB.
Please check .might be there is some issue related to security from DB .
hope this helps