Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
obriened83
Creator
Creator

Stopping A Qlikview Task

Hi

       I was wondering if you someone could tell me if there was any other way in stopping a QlikView Task running other

than using the QlikView Management Console?

Any help on this would be greatly appreciated.

Thanks very much.

Kind Regards

Eamonn

1 Solution

Accepted Solutions
obriened83
Creator
Creator
Author

Hi

   I found out that the C# API command to abort a task is as follows

client.AbortTask(result.TaskId); 

Cheers

Eamonn

View solution in original post

4 Replies
danielrozental
Master II
Master II

sure, you can kill the qvb.exe process that's running, but that's probably not a very good idea.

Besides you would have to know what PID to kill if there are several tasks running.

kouroshkarimi
Creator III
Creator III

You can try stopping the Qlikview Server & Management Services through the windows server manager?

obriened83
Creator
Creator
Author

Hi kouroshkarimi

            Thanks for the reply. We need to be able to kill a job from SISS either through a direct command or an executable file (EDX). Is there any way that this can be done?

Thanks very much.

Cheers

Eamonn

obriened83
Creator
Creator
Author

Hi

   I found out that the C# API command to abort a task is as follows

client.AbortTask(result.TaskId); 

Cheers

Eamonn