Question { 3161 }
How do you implement scheduling in Informatica?
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
Question { 3666 }
How can you run a session without using server manager?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { 3511 }
Consider two cases:
(1) Power Center Server and Client on the same machine
(2) Power Center Sever and Client on the different machines
what is the basic difference in these two setups and which is recommended?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 3456 }
When you connect to repository for the first time it asks you for user name & password of repository and database both.
But subsequent times it asks only repository password. Why?
Answer
Is This Answer Correct ? | 5 Yes | 0 No |
Question { 4234 }
How can you use an Oracle sequences in Informatica? You have an Informatica sequence generator transformation also. Which one is better to use?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 5569 }
What is the difference between a shortcut of an object and copy of an object? Compare them.
Answer
Is This Answer Correct ? | 1 Yes | 1 No |
Question { 3183 }
How do you implement configuration management in Informatica?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { 4403 }
What are Business Components in Informatica?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 3857 }
Two different admin users created for repository are ______ and_______
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { Tech Mahindra, 5620 }
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.
Answer
Is This Answer Correct ? | 0 Yes | 0 No |