Results 1 to 2 of 2

Thread: [Urgent] Please me how to run step in step

  1. #1
    Join Date
    Oct 2010
    Posts
    1

    Question [Urgent] Please me how to run step in step

    Hi all
    I have a question. Our solution as follow:
    I have 2 step. step 1 run Sequential Flow, step 2 run as Partition, each record of step1 I run a store to fill data to one table( I call name is TBLDATA). After finish each record I want to run step 2. Step 2 get data from TBLDATA and run a store 2 for all records from TBLDATA.
    Follow as below:
    + record 1 from step 1=> run step 2 with record 1
    + record 2 from step 1=> run step 2 with record 2
    ...
    + record n from step 1=> run step 2 with record n

    Please help me config batch config
    Thank you very much!!

  2. #2
    Join Date
    Jun 2005
    Posts
    4,241

    Default

    Maybe if "step1" was actually a Partitioner you would be able to simply configure step2 as a standard partitioned Step?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •