webMethods

webMethods

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

Execution of flow service keeps in pub.client.sftp:put execution

  • 1.  Execution of flow service keeps in pub.client.sftp:put execution

    Posted Fri April 08, 2022 08:04 PM

    What product/components do you use and which version/fix level?

    Integration Server 10.5

    Are you using a free trial or a product with a customer license?

    customer license

    What are trying to achieve? Please describe in detail.

    I have to move a SFTP file into other folder in same SFTP. When the current execution become to put line just never finish the execution.
    image

    In SFTP I can see the file has been created succesfuly with the put order BUT the flow service just keep execution on it.
    Ive debuged the flow service and when I execute the put order the execution keeps in there and never finish.

    The file size is only 3kb

    Do you get any error messages? Please provide a full error message screenshot and log file.

    There isn’t and error. The execution keeps and never finished.

    Have you installed latest fixes for the products

    No all of them


    #webMethods
    #Flow-and-Java-services
    #SFTP


  • 2.  RE: Execution of flow service keeps in pub.client.sftp:put execution

    Posted Sun April 10, 2022 11:55 PM

    Not addressing your specific issue/question but have you considered using pub.client.sftp:rename instead of get/put? A rename will move a file to another directory. There may be some limitations depending upon the specifics of the SFTP server (e.g. rename that moves a file from one volume to another may not be supported).

    For the specific issue, can you share more detail for the get and put calls? There may be a mixing of “contentStream” by using it as both read and write that the underlying services do not like.


    #SFTP
    #webMethods
    #Flow-and-Java-services