Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
vasilev
Creator
Creator

Publisher can not execute command lines

Hi All,

I have implemented the following command line in a application script.

EXECUTE "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:update /path:"$(vL.Path)" /closeonend:1;

The point is to get an automatic update of a subversioned document with TortoiseSVN.

If I execute this command with the QlikView client it works perfectly.

Unfortunately I don't have the same result if I run this command line over the publisher. The job remains in running state all the time and I have to cancel it manually.

Could anybody help me to find the problem?

I am using QV 11.2 SR 13.

Thank in advance

Rumen

11 Replies
ToniKautto
Employee
Employee

Technically the publisher does not execute the EXE.

The EXE will be executed in a separate process thread, there is no handling of the return code from the EXE execution.

vasilev
Creator
Creator
Author

Hello Jasper,

Could you please explain me how does your solution works? Maybe you could upload a working sample? Which EXE file do you run exactly?

BR

Rumen