The best way is to kill is from Unix end - if your Informatica hosts on Linux/Unix servers.
Code:
ps -ef | grep "pmcmd"
From the above command you get a list of workflows that are running as of now.
Get a process id corresponding to the session that you are running.
Code:
Kill -9 <pid>
What exactly does killing function do in the data or the workflow? Well, I haven't had it on my academy.vertabelo.com
ReplyDeletecourse yet, and there's another question, how strongly are UNIX servers recommeneded?