COGNOiSe.com - The IBM Cognos Community

ETL, App Development and other tools => COGNOS DecisionStream/Data Manager => Topic started by: hidayahlasim on 17 Apr 2012 09:12:12 PM

Title: Data Manager Connection
Post by: hidayahlasim on 17 Apr 2012 09:12:12 PM
I'm having a jobstream (J1) with parallel process (p1 and p2). p1 will have few builds node and p2 will check the current time. Once current time = 0700, i wanted to stop all the p1 processes. I've set the action failure = abort for 1 procedure node in p2, however p1 builds are still running when J2 audit log completed with status Failed.

1. how to stop current processing of builds in p1 once p2 aborted?
2. since procedure node with action on failure abort and exit(1) is not working to stop p1, is there anyway to disconnect DB connection to stop p1 which reads from dbX?

Title: Re: Data Manager Connection
Post by: eknight on 22 May 2012 01:33:36 AM
What are you trying to do exactly? It sounds like you're misusing error handling to implement specific features.