In seqence generator transformation maximum limit is
reached,after reaching maximum limit how will u insert the
data
Answers were Sorted based on User's Feedback
Answer / shilpa
When a Seq Gen Transformation reaches its maximum value and
the sequence is not configured to cycle, the session fails.
Either you need to cycle the sequence or increase the end
value.
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / santosh kumar sarangi
If sequence generator reached the maximum limit and can't
increase then do as follows.
1. Reset sequence generator to 0
2. Add a expression transformation make an out put port
Out_put_port= max_val_previous_sequence_gen+new_current_val
In this case you can generate next max value.
Let me know if any things wrong.
Thanks $ Regards
Santosh Kumar Sarangi
Is This Answer Correct ? | 4 Yes | 0 No |
If we set dd_insert in mapping and Delete in session properties what will happen.?
In mapping f.f as one src and f.f as trg,f.f as src and oracle as trg which is fast? mean which is complete first process
what is the difference between repository & Intergration service
what is the difference between mapplet & stored procedure?
Hello Everyone,i have one question on sequence generator.i have two targets and the records comes from the source will place in the targets like 1-10 rec in target1 and 11-20 rec in target2,21-30 rec in target1...etc so any one can help me? plz..Thanq in adv.
What is CDC? How to implement CDC?
I have in my source Records like 100,101,102 etc. I have router transformation which has groups like one group is empno=100, second group is empno>99. Now i want to know my source record 100 loads into which group?
As a support project team member, how will you get the questions regarding errors from client or customers (in which format)?
split two strings into two columns For Eg. Source:-Full Name: Shiva Kumar Target:- First Name:Shiva Last Name:Kumar
1 Answers Cap Gemini, TCS, Wipro,
Is snow flake or star schema used? If star schema means why?
How to improve the performance of a session using sorter transformation?
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.