IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  same output is repeated multiple times

    Posted 05/19/12 05:19 AM

    Originally posted by: SATH66


    After running the map same output occurs no no of times. i need that output line only once.

    Consider 835 output file.Same PLB segment occurs in output for 10 times. i need that only once.Functional map works correct.But i don t know where is error.
    PLB*000713682001*20121231*CS<,20110818*172.37~
    PLB*000713682001*20121231*CS<,20110818*172.37~
    PLB*000713682001*20121231*CS<,20110818*172.37~
    PLB*000713682001*20121231*CS<,20110818*172.37~
    PLB*000713682001*20121231*CS<,20110818*172.37~
    PLB*000713682001*20121231*CS<,20110818*172.37~
    PLB*000713682001*20121231*CS<,20110818*172.37~
    PLB*000713682001*20121231*CS<,20110818*172.37~
    PLB*000713682001*20121231*CS<,20110818*172.37~
    PLB*000713682001*20121231*CS<,20110818*172.37~
    Any one pls help
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: same output is repeated multiple times

    Posted 05/19/12 05:53 AM

    Originally posted by: Silver.Su


    Hello, give us your sample file please.

    I ever seen the situation, I give you some tips to check.

    When your functional map is: =EachFunc(Param1, Param2), the occurrence of Param1 is 4 and Param2 is 5.
    The result of the functional map will be 4x5=20 times.

    So, you could check the each of parameters in your functional map.
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 3.  Re: same output is repeated multiple times

    Posted 05/19/12 06:03 AM

    Originally posted by: SATH66


    Thanks a lot.. i checked that functional map paramaters. i have passed one entire file as record in one param and other paramater of functional map is one single field of a record of another file.

    Now i changed the functional map to have only one parameter. i passed only a entire file as record. it worked correctly.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender