You are on page 1of 1

ERROR: A PowerCenter workflow is running for a long time

Description
In a workflow that runs for more than 120 minutes, the requirement is to abort
automatically through a script.
We need the script to check if the workflow takes more than 120 minutes to
abort.
It will start again in 15 minutes.

 
Solution
Use the $INFA_HOME/isp/bin/infacmd
getworkflowdetails command to get the status of the
workflow, stopworkflow command to stop the workflow, and customize it
based on your requiremen

2)How do you load data into multiple targets in Informatica


dynamically?
1 Answer
1. Add a column in target 'Add FileName column to this table' called out_file_name.
2. User sorter to Order by Dept ID.
3. Then Use an expression transformation. In the expression transformation create the
below ports and assign expressions. Here v_* are variable ports, o_ are output ports.

You might also like