|
| Total Answers and Comments: 3 |
Last Update: May 27, 2008 Asked by: Savitha |
|
| | |
|
Submitted by: ggazulas You wont get an error if the row is inserted in dynamic cache and it was rejected in the target table. But remember we are refering to the same table in dynamic chache, so if it is inserted in the chache then it must be inserted in the target.
In mapping we have to handle to synch the chache with the target. informatica wont do this.
There will be new port row by default if we chose dynamic chache, if it is "0" indicates informatica wont update/insert the row in the chache. if it is "1" then informatica inserts the row in the chache. if it is "2" then informatica update the row in the chache. based on this port we have to synch the target.
Above answer was rated as good by the following members: avneeshrathor | Go To Top
|