US and Worldwide: +1 (866) 660-7555
Results 1 to 4 of 4

Thread: "Step is not expecting info from input steps." What does it indicate

  1. #1
    Join Date
    May 2007
    Posts
    10

    Question "Step is not expecting info from input steps." What does it indicate

    Hi all,

    When I validate my transformation, I get the error saying that

    "Step is not expecting info from input steps."

    What does this error indicates? How can we debug it?

    Regards
    Yogesh

  2. #2
    Join Date
    May 2006
    Posts
    4,882

    Default

    If you have a row generator and you would have an incoming hop to it e.g. it would probably give that error message

    So on which step are you haveing the problem.

    Regards,
    Sven

  3. #3
    Join Date
    May 2007
    Posts
    10

    Default table i/p step giving error

    Hi Sven,

    Thanx for the reply. Your replies are indeed proving of great value.

    Table input step which is getting input from a table output step is giving such error.

    regards
    Yogesh
    Attached Files Attached Files

  4. #4
    Join Date
    May 2006
    Posts
    4,882

    Default

    LOL... you shouldn't put the horse behind the cart ;-)

    table input generates output, it executes a query and transforms the output in rows for further processing. table output takes rows and updates a database. So you're using the steps "in the wrong way", the hop should go from table input to table output and not the other way around.

    Regards,
    Sven

Posting Permissions

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