Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
dominik_franczy
Contributor II
Contributor II

QlikView and Windows PowerShell Start-Process

Hello dear all!

I'm preparing a reload script in Powershell, that uses JSON config to read variables.
One of them is the reload string that is pasted below.

When I use the code directly from the console:

Start-Process  'C:\Program Files\QlikView\qv.exe' "/R /nosecurity \\qvs-k3s02\d$\BSA\QVApp\BI-Model-Agents.qvw" -PassThru

The reload just works fine:
qv_powershell2.png

But when i use the JSON file, from where the variable returns me exact same sentence, I'm getting an error:
qv_powershell.png
Anyone was in similar point?
Maybe someone knows a nice trick to solve that problem??

Labels (1)
1 Solution

Accepted Solutions
NadiaB
Support
Support

Hi @dominik_franczy 

Please refer to the following webpage:

https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Starting_QlikVi...

Kind regards.

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm

View solution in original post

1 Reply
NadiaB
Support
Support

Hi @dominik_franczy 

Please refer to the following webpage:

https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Starting_QlikVi...

Kind regards.

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm