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.  FTP with SAP BC

    Posted Fri June 24, 2005 07:44 AM

    We are using SAP BC on windows.
    When I use the pub.client.ftp:login flow and I enter a wrong password or login incorrect then my flow crashes with service exception without leaving me the possibility to check on the ftp return code and execute the subscequent flow.
    Is this normal? If it is then how could I avoid ? Please help.

    Sanjay


    #Integration-Server-and-ESB
    #webMethods-Upgrade
    #webMethods
    #webMethods-General


  • 2.  RE: FTP with SAP BC

    Posted Fri June 24, 2005 08:20 AM

    Hi Sanjay ,

    That’s the way the login service is designed. You will have to manage the service exception through sequences using the different “exit on” options.
    For some other command such as ls for instance, no file matching pattern will not throw service exception but it will return a file list where first element contains “no such file etc.”

    M.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Upgrade
    #webMethods-General


  • 3.  RE: FTP with SAP BC

    Posted Fri June 24, 2005 06:41 PM

    Do a search on try/catch constructs within this forum and Advantage for info on how to catch service exceptions.


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods-Upgrade
    #webMethods