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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
vasilev
Creator
Creator

Executing SVN update from Qlik Sense load script

Hello community,

I am trying to execute a SVN update from the Qlik Sense load script. I have already switched to legacy mode and set the OverrideScriptSecurity to 1.

It's the command below I try to execute without success.

EXECUTE svn update "SomePath\SomeFile.xls"

I could e.g. successfully execute a DELETE command and delete a file.

EXECUTE cmd.exe /c del "SomePath\SomeFile.xls"

I can also run this SVN update from the QlikView Engine without problems.

Has somebody made experience with SVN and Qlik Sense?

 

BR,

Rumen

Labels (2)
0 Replies