Skip to main content

Multiple input streams into the mapping

Comments

1 comment

  • David Paras

    The sequence of stream being passed to the Data Mapping can be checked viewing the Properties of Data Mapping activity inside the Process Designer under property named "source"

    In your Data Mapping "DM_12347_TW_QSMQ" there are two Source Schemas "Input_SrcDS_12347_TW_IDs" and "Input_SrcDS_12347_TW_Records" and firstly the stream of second source "DS_12347_TW_Record" is passed to the mapper and then the stream of first source "DS_12347_TW_IDs". Due to which Input of second source is passed to the first schema and input of first source is passed to second schema and the inputs are not valid for the schema's due to which a null output is generated. That is why it is mandatory to pass the stream in expected sequence, so that the next activity receives the correct and expected input.

    0

Post is closed for comments.