Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ilanbaruch
Specialist
Specialist

relod tast

hi all,

I'm working with qv 11 with publisher, and I want to give a user the option to reload an app independently

the user has a developer license and full access to the model .

I have a bat file which is running well from admin but not for the user, 

"C:\Program Files\QlikView\QV.exe" /r "C:\Qlikview\Models\Financial\Prod\QVW\Model.qvw"

any ideas?

advanced thanks

5 Replies
marcus_sommer

The user has a remote access to the server/machine where the QlikView exe/files reside?

- Marcus

stabben23
Partner - Master
Partner - Master

hi,

what if you add

"C:\Program Files\QlikView\qv.exe" /r  /NoSecurity  "C:\Qlikview\Models\Financial\Prod\QVW\Model.qvw"

do this user have read Access to the database/qvd files?

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Your batch file will not cause the reloaded document to be published in the AccessPoint. You will only reload the Source document.

If you want the AccessPoint copy to be updated as well, consider making this user a Document Administrator.

ilanbaruch
Specialist
Specialist
Author

hi Marcus, yes, he has access

after logging in with his user to the server, he tries to run the bat file

marcus_sommer

I think that there is some rights to the exe/qvw or with licence missing. Below your call statement you could add pause:

"C:\Program Files\QlikView\QV.exe" /r "C:\Qlikview\Models\Financial\Prod\QVW\Model.qvw"

pause

then remained the batch-window open after the call and maybe it showed some error-message which might indicate to the real cause.

- Marcus