Hi,
I am getting the below error while trying to assign the start value dynamically in "Add Sequence" component.
"Counter value for start could not be parsed, original value is [${gn_cust_seq}] which becomes [${gn_cust_seq}]. Error: For input string: "${gn_cust_seq}". ."
The concept is "cust_stg_tgt_001_n.ktr" - Picks the sequence values from table and passes to "cust_stg_tgt_002n.ktr". The transformations are executed with "cust_stg_tgt_job.kjb"
Based on the last stored value the sequence has to be incremented and finally the table is updated back with the last used value.
Error part:
Start Value in "Add Sequence" component is assigned with ${gn_cust_seq}. But the above error is generated on execution.
I am getting the below error while trying to assign the start value dynamically in "Add Sequence" component.
"Counter value for start could not be parsed, original value is [${gn_cust_seq}] which becomes [${gn_cust_seq}]. Error: For input string: "${gn_cust_seq}". ."
The concept is "cust_stg_tgt_001_n.ktr" - Picks the sequence values from table and passes to "cust_stg_tgt_002n.ktr". The transformations are executed with "cust_stg_tgt_job.kjb"
Based on the last stored value the sequence has to be incremented and finally the table is updated back with the last used value.
Error part:
Start Value in "Add Sequence" component is assigned with ${gn_cust_seq}. But the above error is generated on execution.