Skip to main content

Aborting a Session in Informatica 8.6.1

Scenario:

I am trying to abort a session in the workflow monitor by using 'Abort' option.

But the status of the session is still being shown as 'Aborting' and remains same for the past 4 days.

Finally I had to request the UNIX team to kill the process.

Could anybody let me know the reason behind this as I couldn't find any info in the log file as well. 

Solution:

- If the session you want to stop is a part of batch, you must stop the batch
- If the batch is part of nested batch, stop the outermost batch
- When you issue the stop command, the server stops reading data. It continues processing and writing data and committing data to targets
- If the server cannot finish processing and committing data, you can issue the ABORT command. It is similar to stop command, except it has a 60 second timeout. If the server cannot finish processing and committing data within 60 seconds, You need to kill DTM process and terminates the session.

As you said to kill the process we need to contact UNIX Admin.

But last time I coordinated with oracle team updated OPB table info related workflow status.







Comments

Popular posts from this blog

SQL Transformation with examples

============================================================================================= SQL Transformation with examples   Use : SQL Transformation is a connected transformation used to process SQL queries in the midstream of a pipeline . We can insert, update, delete and retrieve rows from the database at run time using the SQL transformation. Use SQL transformation in script mode to run DDL (data definition language) statements like creating or dropping the tables. The following SQL statements can be used in the SQL transformation. Data Definition Statements (CREATE, ALTER, DROP, TRUNCATE, RENAME) DATA MANIPULATION statements (INSERT, UPDATE, DELETE, MERGE) DATA Retrieval Statement (SELECT) DATA Control Language Statements (GRANT, REVOKE) Transaction Control Statements (COMMIT, ROLLBACK) Scenario: Let’s say we want to create a temporary table in mapping while workflow is running for some intermediate calculation. We can use SQL transformat...

Convert Numeric Value to Date Format

                                                                                                                                                                     ...

Informatica Quiz: Set 1

                                                                                                                                                                    ...