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.  Use EDIFACT type tree on input card "Input type contain error"

    Posted 01/19/09 03:34 AM

    Originally posted by: SystemAdmin


    Hello,

    What are the necessary modifications that need to be applied on EDI type tree when i need to use it to identify my input data on input card?

    i've tried to import the provided EDI EDIFACT packs, ex: D96A, and use it to represent my input card, when i run the map, an error message saying "Input type contain error"

    I am using WTX 8.2 on windows platform.
    THank in advance
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 2.  Re: Use EDIFACT type tree on input card "Input type contain error"

    Posted 01/19/09 03:48 AM

    Originally posted by: janhess


    This error indicates that the data you are reading in does not match the definition in the type tree. Set tracing on in your map and have a look at the .mtr file that is produced. If you can't identify the problem post the map, type trees, sample data and the trace file.
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 3.  Re: Use EDIFACT type tree on input card

    Posted 01/19/09 04:25 AM

    Originally posted by: SystemAdmin


    Please have a look at the attachment, i include my map, and sample files.

    Please advise.

    Edited by: admin on Feb 5, 2009 9:24 AM
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 4.  Re: Use EDIFACT type tree on input card "Input type contain error"

    Posted 01/19/09 04:54 AM

    Originally posted by: janhess


    First problem is that your data contains line feeds where there shouldn't be any. I'll try to find any other problems.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 5.  Re: Use EDIFACT type tree on input card "Input type contain error"

    Posted 01/19/09 05:05 AM
      |   view attached

    Originally posted by: janhess


    This file works ok
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender

    Attachment(s)



  • 6.  Re: Use EDIFACT type tree on input card "Input type contain error"

    Posted 01/19/09 05:52 AM


  • 7.  Re: Use EDIFACT type tree on input card "Input type contain error"

    Posted 01/19/09 09:12 PM

    Originally posted by: SystemAdmin


    Can you help answer me one further question:

    when the edifact type tree that we talk about is used on the output card, each edifact segment, Ex: BGM, DTM, etc..., is seperated by new line.

    but when it's used on the input card, i wonder why every segments need to be on the same line?
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 8.  Re: Use EDIFACT type tree on input card "Input type contain error"

    Posted 01/20/09 03:47 AM

    Originally posted by: janhess


    The input file can have <NL> or nothing - I think it is because the terminator is defined as a variable. However your new line was a <LF> not <CR><LF> which works.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 9.  Re: Use EDIFACT type tree on input card "Input type contain error"

    Posted 01/20/09 03:50 AM
      |   view attached