Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I could not able to reload QVW file using Batch file through non document cal user . Do i need document cal to run the batch files in QlikView Server.
Thanks For Reply . Sorry i am not Explaining clearly above thread . Actually i have one clarification my client has product environment when i was login through Remote Desktop using Credential which is not document CAL . That server Qlikview application showing personal Edition and It could not allowed to run the Qlikview file through Bat file . I would like to know if i will login with Document Cal Credential will it work .
Thanks advance
Steps to implement reload via batch file
1. In notepad write down the
"C:\Program Files\QlikView\qv.exe" /R "E:\Qlikview Develpoment\app\s41.qvw"
Qlikview Location Path Qvw path
2.. save it as .bat
Or this
"C:/Program files/Qlikview/qv.exe" /R "D:/A.Qvw" : eof : insert
Or
"C:/Program files/Qlikview/qv.exe" /R "D:/A.Qvw"
IF %ERRORLEVEL% NEQ 0 (
exit /b 1
)
For reloading via batch file you need a User CAL. Document CAL is not sufficient!
My QMC Server seems like Person Edition in this case do i need to Lease license from Local Host or else QMC Schedules will run without applying License Leasing