Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
pandiarajan
Creator
Creator

Qlikview Reload

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.

6 Replies
pandiarajan
Creator
Creator
Author

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

qlikcheepirishe
Creator
Creator

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

Anil_Babu_Samineni

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

)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
cwolf
Creator III
Creator III

For reloading via batch file you need a User CAL. Document CAL is not sufficient!

pandiarajan
Creator
Creator
Author

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