IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  FixedLength FFSchema problem

    Posted Wed May 09, 2012 06:01 PM

    Hi,

    I am facing a problem while creating a flat file with fixed length. I am able to write a file but a last character of every field is coming as space.

    eg: 1st field position is 0-9 and second field length is 10-14 and third field length is 15-19

    file is generated like this

    aaaaaaaaa bbbb ccccc

    but file should look like this

    aaaaaaaaaabbbbbcccccc

    please help me out with this.

    thanks
    eshwar


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: FixedLength FFSchema problem

    Posted Wed May 09, 2012 06:56 PM

    To verify: the data has 10 a’s, 5 b’s and 5 c’s, but the final character is not being written?

    Can you share the FF dictionary/schema definitions for this?


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 3.  RE: FixedLength FFSchema problem

    Posted Wed May 09, 2012 09:26 PM

    give the field position as below
    first field - 0-10
    second field 10-15
    third field 15-20

    Regards,
    Saravanan.E


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 4.  RE: FixedLength FFSchema problem

    Posted Thu May 10, 2012 10:55 AM


  • 5.  RE: FixedLength FFSchema problem

    Posted Fri May 11, 2012 09:35 AM

    For me :
    field position as below
    first field - 0-10
    second field 9-14
    third field 13-18
    working as
    aaaaaaaaaabbbbbcccccc

    Do you have any Idea why its so.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods