Search This Blog

Thursday 22 September 2011

The best way is to kill is from Unix end - if your Informatica hosts on Linux/Unix servers

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>

1 comment:

  1. What exactly does killing function do in the data or the workflow? Well, I haven't had it on my academy.vertabelo.com
    course yet, and there's another question, how strongly are UNIX servers recommeneded?

    ReplyDelete