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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  FTP error codes

    Posted 11/18/09 01:32 PM

    We are using a service from the IS in order to FTP a file(a client puts a file through FTP to the IS). Works fine but if an error occurs(exception) inside the flow then it always coming a 550 [ISS.0071.9014] Server Error: FTP error which is also OK.
    We just want to change the FTP error code in order our client to take the appropriate actions.
    Is it possible to change the error code?

    Regards,


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


  • 2.  RE: FTP error codes

    Posted 11/19/09 05:47 AM

    i guess using try/catch sequence block, you can catch this 550 error and then in catch block you can generate custom error code and send back to customer.


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


  • 3.  RE: FTP error codes

    Posted 11/19/09 01:19 PM

    These are FTP protocol standard error code. You cannot change it.
    Each error code have different meaning depending on your error type.Being standards these error code are quite handy sometimes to trouble shooting and search FTP issues.

    Jiten


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


  • 4.  RE: FTP error codes

    Posted 11/19/09 01:51 PM

    Even if it is standard error it’s enough. I do not want to create a 999 error code. Just to use another one.


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


  • 5.  RE: FTP error codes

    Posted 11/25/09 05:53 PM

    No, 550 is hard-coded. It is used whenever the invoked IS Service throws any Exception.

    Lanzelot


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