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.  Multiple Map execution??

    Posted 07/18/08 05:35 AM

    Originally posted by: SystemAdmin


    Hi,
    what is my concern is i need to execute a multiple Map like we have say suppose 3 invoices are present in input file which is givnn to MainMap and the whole map need to write two invoices in single output file which is given to output of EIMSMap.We call EIMSMap from MainMap to execute and produce the output.when iam running the same iam getting two seperate invoice sin single file but its not giving the input information.......if i give the same input file to EIMSMap then if we run that single map then we are getting the output.....can Anyone please solve this issue?....
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: Multiple Map execution??

    Posted 07/18/08 09:05 AM

    Originally posted by: NancyR


    Could you post your artifacts?
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: Multiple Map execution??

    Posted 07/18/08 09:39 AM

    Originally posted by: NancyR


    As soon as I hit Post Message, I saw your zip file. If you change the rule in MainMap to

    =HANDLEIN(1,CTEXT("<?xml version=""1.0"" encoding=""utf-8""?>","NATIVE") + CPACKAGE(INVOICE:O2CInvoices Element:Global:Inp11,"NATIVE"))

    I think you'll see you're not passing the correct data to EIMSMap.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender