Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to create a reload of a Qlikview Application from the Server.
Do I need to change any settings at the Document level?
Other than adding a Text Object with Reloadtime(), how can I see if the Document is reloading from the Server?
Thanks
Alan
Hi Rob,
I can reload the manually from Desktop and it works fine.
I checked the Log Folder path and I can't find the Document.Log or Task.Log
Regards
Alan
Hi, Alan,
Make sure all services are up and running
Make sure the account you use belong to administrator and in turn belong to Qlikview Administrator group.
If password of service account is reset, then go to services and change on all individual services.
Regards
ASHFAQ
Have you folllowed ashfaq's instructions to make sure you are generating a log file? Need to set this in the document itself.
Thanks I assumed the log on the server would be the same as the log file generated from the Document
I have an error that makes sense to me now
Hopefully I can sort this and it will work
Hi All,
Thanks for all your help, it appears I can run the Reload manually using Desktop and it works fine, however the Server can't find the QVD files and so the reload fails.
Do I need to add the QVD files to the Server, or do I have an issue with the Folder Structure
Thanks again
Regards
Alan
Hi,
You need to add qvd's to server with the same folder structure as that of dev.
Or use relative paths while loading with same folder structure.
Or define your path in variables.
Regards
aSHFAQ
Hi All,
I got this working, I needed to add the Server Name to the path.
I had been using P:\usr\alan\
I changed to
\\server\P\usr\alan\ and it worked fine