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 Put file error

    Posted Thu May 05, 2016 12:56 PM

    Hi all,

    I am trying to copy file from One IS server to another. My code has following logic

    Login to source server–>FTP Get–> Logout of Source server.
    Login to destination server–>FTP Put–> Logout.

    i am getting error at FTP put step as mentioned below.

    “ServiceException: 553 Could not create file”

    is this because of file permisson to write?

    Thanks in advance for the help.


    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport
    #webMethods


  • 2.  RE: FTP Put file error

    Posted Thu May 05, 2016 01:14 PM

    check if your user has privilege to write, also check if the filename contain characters that are not allowed in the targeting system


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB


  • 3.  RE: FTP Put file error

    Posted Fri May 06, 2016 02:05 AM

    You can either download the fileFilla, try to connect to the ftp server, and perform the activity like get or put whether you are able to put the file.

    Or you can use command prompt, ftp and login to the server, and do the put action

    You can check whether the write permission it is granted, or you can test by grant the full control whether you are able to put the file.


    #webMethods
    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport


  • 4.  RE: FTP Put file error

    Posted Fri May 06, 2016 08:03 AM

    Hi Wang,

    Can you be more specific about “check if your user has privilege to write”. i am trying put file with name as TestPackage.zip

    Thanks


    #webMethods
    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport


  • 5.  RE: FTP Put file error

    Posted Fri May 06, 2016 08:57 AM

    login to ftp server with the user which are using and see permissions with ‘chmod’ command to make sure you have write access on that specific FS.

    Thanks,


    #webMethods
    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport


  • 6.  RE: FTP Put file error

    Posted Fri May 06, 2016 10:49 AM

    I could see logged user has write permission.

    Thanks,


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods