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
Expand all | Collapse all

SAP IDOC via RFC unable to saveToPipeline

  • 1.  SAP IDOC via RFC unable to saveToPipeline

    Posted Tue May 13, 2003 07:31 PM

    Hi,

    I’m using WM 6.0.1 for EDI-X12 via VANFTP from-into SAP.
    The SAP 4.6 adapter was successfully installed on IS and the RFC connection setup in SAP 4.6C and Integration Server is working well. I’m already able to transfer IDOC’s via IDOC_INBOUND_ASYNCHRONUOS function and the data reach the IS, however my pre-processing service is unable to save the entry data with savePipeline service.
    Here is my service: Sabex.EDI.Invoices:restoreIDOC
    => savepipeline…into SaveIDOC
    => restorepipeline…from SaveIDOC
    => transformFlatToHierarchy…

    I use Sabex.EDI.Invoices:restoreIDOC service into the pre-processing rule for this IDOC message type.
    Is something I missed ??

    Thanks for your help


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


  • 2.  RE: SAP IDOC via RFC unable to saveToPipeline

    Posted Sat May 24, 2003 09:03 PM

    Hi,

    Why you use Sabex.EDI.Invoices:restoreIDOC as pre-processing service ??

    you should select B2B transport and specify your service Sabex.EDI.Invoices:restoreIDOC.

    Regarding the service savepipline. You should specify the entire path name for the file for example: ./pipeline/SaveIDOC. the folder pipeline is in the server folder.

    Good luck,
    SSII


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