Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
jayaseelan
Creator III
Creator III

Reload QlikSense using Power Shell

Hi Experts,

I have very poor knowledge on using power shell, So kindly guide me to complete this task.

I need to reload the qliksense  application using power shell.

Anyone can help me, what is the step by step procedure for this.

5 Replies
kfoudhaily
Partner - Creator III
Partner - Creator III

Hello,

I have used this with qlikview; here is the syntaxe:

Start-Process "C:\Program Files\QlikView\qv.exe" "/r C:\QlikView\AccessPoint\Inkoop.qvw"


please test with qliksense and provide feedback.


regards,

QlikView Qlik Sense consultant
undergrinder
Specialist II
Specialist II

Hi,

see this link below:

https://www.powershellgallery.com/packages/Qlik-Cli/1.10

It has a Start-QlikTask cmdlet, maybe that help you.

(it is for enterprise edition, I think with desktop version you can't reload the app like this).

G.

jayaseelan
Creator III
Creator III
Author

Hi,

Thanks for your valuable reply.

Can you please tell me how to copy the reloaded qvw file and past it into another folder?

using Power shell

undergrinder
Specialist II
Specialist II

So if this is folder and not stream, it is just a Copy-Item to take a backup of application.

kfoudhaily
Partner - Creator III
Partner - Creator III

hello,

please check article from technet:

https://blogs.technet.microsoft.com/heyscriptingguy/2013/04/19/use-powershell-to-copy-files-and-fold...

regards,

QlikView Qlik Sense consultant