When you move from devel to prod how will you retain a variable
Answer / isha
If you check the option Retain persistent values for mapping variables, the existing values from the target folder will be kept.
Otherwise, they will be replaced with values from the source folder.
Quote from the Repository Guide:
Retain persistent values for mapping variables. You can choose to retain existing values or replace them with values from the source folder.
Retain persistent values for workflow variables. You can choose to retain existing values or replace them with values from the source folder.
| Is This Answer Correct ? | 0 Yes | 0 No |
generate Unique sequence numbers for each partition in session with Unconnected Lookup ? Hi All, Please help me to resolve the below issue while Applying partitioning concept to my Session. This is a very simple mapping with Source, Lookup , router, and target. I need to Lookup on the target and compare with the source data, if any piece of data is new then Insert, and If any thing change in the existed data then Update. while Inserting the new records to the target table I'm generating sequence numbers with Unconnected lookup, by calling the maximum PK ID from the target table. The above flow is working fine from last one year. Now I wish to apply the Partitioning concept to the above floe(session) At source I used 4 pass through partitions.(For Each partition different filter conditions to pull the data from source) at Target I used 4 passthrough Partitions. it is working fine for some data, but for some rows for Insert Operation , it is throwing Unique key errors, because while Inserting the data it is generating the same sequence key twice. In detail : 1st row is coming from 1st partition and generated the sequence number 1 for that row. 2nd row is coming from 1st partition and generated the sequence number 2 for that row 3rd row is coming from the 2nd partition generated the sequence number 2 again for that row. (it must generate 3 for this row) the issue is becuase of generating the same sequence numbers twice for different partitions. Can any one Please help me to resolve this issue. While Applying partitions how can I generate a Unique Sequence numbers from Unconnected lookup for Each partitioned data. Regrads, N Kiran.
write sql query to filter the null value data following table? name age john 30 smith null null 34 sharp 24 i want the output following are name age john 30 sharp 24
which T/r we can use it mapping parmeter and mapping variable? and which one is reusable for any mapping mapping parmeter or mapping varibale?
how to read data from website into informatica? plsss send answers ASAP thanks in advance.
What are the types of presistent cache in look up tr.
design of staging area?
In Flat file Input is A B C I need output like this A A A B B B C C C. How will u achieve this?
What is joiner change?
how to join the two flatfiles using the joiner t/r if there is no matching port?
What is the difference between Bulk Load and Normal Load
If informatica has its scheduler why using third party scheduler?
Why we need XMLs?