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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

xp_cmdShell

Hi,

I'm trying to use xp_cmdshell to trigger a reload. This is the code:

Declare

@s varchar(100)

set

@s= '"C:\Program Files (x86)\QlikView\qv.exe" C:\Dobits\Dotarem_Tracker.qvw /r'

print

@s

Exec

master.. xp_cmdshell @s

The string works when I cut and paste into a run cmd but it just hangs when run through using the able code - although an instance of qv starts up. Any idea's?

Thanks in advance,

Pete





Labels (1)
0 Replies