Data Warehousing Community Forum
February 07, 2012, 07:37:13 am

Pages: [1]   Go Down
  Print  
Author Topic: Stop a Workflow forcibly  (Read 1690 times)
balambigai85
DW Fresher
*

Reputation: +4/-0
Offline Offline

Posts: 9


View Profile
« on: July 05, 2010, 03:11:37 pm »

Hi frenz,
Tell me how to stop a workflow when the stop / abhort doesnt help in 8.6?

In 8.1, I remember we had an option to kill the connection does exist between informatica and Database.

Logged
Allegra
DW Apprentice
**

Reputation: +17/-0
Offline Offline

Posts: 75



View Profile
« Reply #1 on: July 05, 2010, 04:53:19 pm »

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>
Logged

@llegr@
what do you call an Ant with an AK47 ?
Pages: [1]   Go Up
  Print  
 
Jump to: