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

Problem with VAN FTP GET command 550 error

  • 1.  Problem with VAN FTP GET command 550 error

    Posted Fri November 25, 2005 10:05 AM

    We are using wM 4.6 and windows 2000 server environment.

    Flow service looks as below.

    1. Connect to the VAN [ GXS VAN ] using VAN.VANConnectivity:FTPConnection
    2. list all the files in the van mailbox using VAN.ftp:ls
    3. tokenize the output and get the last token i.e, filename
      [ if the status of the message is Y, don’t pull the data, if it is N, get the data using VAN.ftp:get ]

    The problem here is even if the status the file is “N”, when using the get <remotefilename i.e, token 4], it’s quitting out with a message as
    550-Requested action not taken

    attached is the complete error message.

    Please help !


    van_error.txt (1.5 k)


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


  • 2.  RE: Problem with VAN FTP GET command 550 error

    Posted Mon December 05, 2005 10:51 AM

    550 FTP code means:
    “Requested action not taken. File unavailable (e.g., file not found, no access).”

    So is it possible that you’re not passing in the correct filename to retrieve?
    Try stepping through by hand and see what value for the filename you’re trying to run…

    The toerh part of the message might indicate something wrong with the user/permission stuff:
    “TIP error: GONEXT - invalid ‘*USER’.(0062)”

    Does this stuff all work when you do it by hand with the same user credentials?

    regards,
    Nathan Lee


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


  • 3.  RE: Problem with VAN FTP GET command 550 error

    Posted Thu December 08, 2005 02:24 PM

    Sorry for the delayed response.

    Infact the service is working now without any changes to the mailbox /service. And this is happening randomly.

    And regarding the credentials, It won’t even come to the “VAN.ftp:ls” if the username/password is wrong.

    The problem is exactly at the ftp:get command.

    I raised a ticket to GXS for the followup.
    Will update once I get any response from them.

    And thanks for the response.


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


  • 4.  RE: Problem with VAN FTP GET command 550 error

    Posted Wed September 17, 2008 06:07 PM

    did u manage to resolve this problem…
    m facing a similar problem…


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