
Contributor II
2019-05-16
04:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
But when i use the JSON file, from where the variable returns me exact same sentence, I'm getting an error:
Anyone was in similar point?
Maybe someone knows a nice trick to solve that problem??
1,213 Views
1 Solution
Accepted Solutions

Support
2019-05-23
02:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please refer to the following webpage:
Kind regards.
Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm
1,185 Views
1 Reply

Support
2019-05-23
02:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please refer to the following webpage:
Kind regards.
Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm
1,186 Views
