Hi this madan, in data stage one file in Empno 12345678910 in a table, i want target is Empno 1 2 3 4 5 6 7 8 9 10
5 10884generate 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.
2 69961)how many tr's you have moved in support project? 2)tell me the complete process of idoc's? 3)what are the interfaces you have dealt wih in your project?
2010How to procure 2 laptops of the same quality with 2 different prices to 2 different plants p1 and p2 of the same company? How will you map this process using SAP MM?
3 12554Post New Tech Mahindra Interview Questions
What are mysql functions?
Explain the universal law of universal gravitation?
You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?
How to schedule a process?
what are the hr implications of Technical approach an External resource approach
How is hlookup used in excel?
How do I get the menu bar back?
Explain about glucose uptake test in hepatocytes ?
How does normalization work?
Why neutral point is consider as zero potential?
What are the main differences between 11.x and 12.x versions of sybase?
How will you monitor replication latency in transactional replication? : sql server replication
What is sampling density for image processing?
How the versioning applies to Assemblies or can you explain version numbers?
how can we retrieve value from one database server and store them another database server using sql server code