Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Shivam_Sahu
Contributor III
Contributor III

How to open or reload .qvw file through Jenkins?

Hi All,

I want to run .qvw file through Jenkins.

To Run a qlikview file I am using batch file it is working fine ,I am using below command in batch file "path\qv.exe" /r "path\myapplication.qvw"

This command reloads and then closes my application ,I want to do it by Jenkins. Has anyone done this before.

When I am trying to run above batch command through jenkins job it is continuously running.

"path\qv.exe" /r "path\myapplication.qvw"

Edit:

Got the solution. just go to services.msc and log on as a administrator then in jenkins create a project and call a batch command  path (call "path/file.bat")having below command,
"path\qv.exe" /r "path\myapplication.qvw".

It will do the job.

Labels (1)
5 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Does your path include a mapped drive letter? Change to UNC (\\server\share\....).

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Shivam_Sahu
Contributor III
Contributor III
Author

No,My path does not include mapped drive letter.

I have no idea about this thing.What is it ? and What is its relation with my issue.
Can you please give more details ?
jerrysvensson
Partner - Specialist II
Partner - Specialist II

Does the machine running Jenkins has a license?
Shivam_Sahu
Contributor III
Contributor III
Author

Yes