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.  change in ff schema

    Posted Mon March 23, 2009 06:38 AM

    hi all
    i am extracting data from DB2 and using Flatfileschema .
    Now they are changing the empcode field leangth from 4 char to 5.
    For that I have to change the schema also.
    the positions are empcode like from starting pos 1 and end pos 4 and next field detail from starting pos 4 to end pos 30012.
    If i change the pos of empcode from starting pos 1 to end pos 5 and next field details from starting pos 5 to end pos 30013
    by changing this , what consequences and impacts I have to consider ?


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


  • 2.  RE: change in ff schema

    Posted Mon March 23, 2009 07:45 AM

    hello,

    do you mean you have only two fields or position from 4 to 30012 is made up of multiple fields?

    if you have multiple fields then you may have to redefine the positions for all.

    Hope this helps.

    Cheers!


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


  • 3.  RE: change in ff schema

    Posted Mon March 23, 2009 07:47 AM

    when you mention the ending position as 5, it will take characters till 4th…

    previously, it was 1 to 4 and 4 to 30012
    now, its 1 to 5 and 5 to 30013…

    there wont be any consequences… if schema is correct, it will parse the characters properly from your input data


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