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.  TransactionName

    Posted Mon June 09, 2008 04:28 PM

    Will anyone let me know what does “TransactionName” means while creating a schema using wm.b2b.edi:SEFParse service present in WmEDI Package ?


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


  • 2.  RE: TransactionName

    Posted Mon June 09, 2008 04:48 PM

    I dont see any service input called “transactionName” in the SEFParse service.

    But anyway the ‘transactionName’ is nothing but EDI transaction set like 850 or 860 etc…

    SEFfilename: webMethods61/IntegrationServer/packages/WmEDI/pub/SEFS/X12/4010.sef

    Here is the example of SEFParse inputs.

    EDIDocName: dictionary_test
    version: 4010
    targetSchema: test.schema.X12
    targetPackage: test
    targetDictionary: test.schema.X12:dictionary_test

    PS:Do not use this service directly createTemplateFromSEF–it is deprecated…
    this has the transactionName input which you are referring to…

    HTH,
    RMg


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


  • 3.  RE: TransactionName

    Posted Tue June 10, 2008 05:55 AM

    thanks for ur reply.

    i will give u whole detail
    in my developer i have created a flow service
    trying.EDI_Files:process_edi_file
    and used a service named as wm.b2b.edi.SEFParse
    and following are the inputs i gave for it
    SEFfileName:D:\webMethods\IntegrationServer\packages\WmEDI\pub\SEFS\X12\4010.sef
    EDIDocName:dictionary_test
    version:4010
    targetSchema:trying.EDI_Files.X12
    targetPackage:trying
    targetDictionary:trying.EDI_Files.X12:dictionary_test

    when i try to run this service i m getting

    “com.wm.ff.parse.StorageException: [FFP.0000.0026] Unable to find Flat File Dictionary: GeneratingSchema.result.X12:dictionary_test”

    StorageException will anyone help me out to get out from this…


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