webMethods

webMethods

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.  FF Schema need to create !

    Posted Wed October 25, 2006 08:52 PM

    We need to create a schema for a Fixed length FF as follows.

    ALRAM__M12PO810 001001001NAT000103029925262 0000017 0074858120000001
    ALRAM__M12PO810 005000103029925262 0000017 0074858120000001000015063959000
    ALRAM__M12PO810 005000103029925262 0000017 0074858120000001000015063959000
    ALRAM__M12PO810 001001001NAT000103029925262 0000017 0074858120000001
    ALRAM__M12PO810 005000103029925262 0000017 0074858120000001000015063959000

    001 and 005 can be used as a record identifiers.
    This should be like
    OO1
    005
    005
    001
    005
    Any help ?


    #Integration-Server-and-ESB
    #edi
    #webMethods


  • 2.  RE: FF Schema need to create !

    Posted Wed October 25, 2006 09:24 PM

    Go to the integration Server
    Packages
    Management
    Scroll down to WmFlatFile
    Click on the house
    This will open up a browser
    that takes you to a PDF
    Some where in the PDF you will find a tutorial that takes you through the process one step at a time.


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: FF Schema need to create !

    Posted Thu October 26, 2006 04:03 PM

    Hi,

    Does 'ALRAM__M12PO810 ’ appear as the first record in every field. if so you have to define your schema with the following record definitions

    +ALRAM__M12PO810 001 (mandatory-true, repeat-unlimitied)
    ++ALRAM__M12PO810 005 (mandatory-true, repeat-unlimitied)

    This should suffice your requirement i believe

    Regards,
    Pradeep


    #webMethods
    #edi
    #Integration-Server-and-ESB