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.  Take file from Disk and send to client folder

    Posted 12/23/11 09:18 AM

    Hi All,

    Need you Help…I m new in webmethod I need to create task.

    I have to take file from my disk and need to put it in to client server folder by FTP …

    Please let us know about this ASAP…:confused:


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


  • 2.  RE: Take file from Disk and send to client folder

    Posted 12/23/11 11:41 AM

    Please give me flow deatils related to above question please…


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


  • 3.  RE: Take file from Disk and send to client folder

    Posted 12/25/11 04:10 AM

    can any one plz give the light on the above question…
    It will really help me lot…


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


  • 4.  RE: Take file from Disk and send to client folder

    Posted 12/27/11 04:38 PM

    Hello,

    In Short. You need to use pub.file:getFile to retrieve file from your location and pub.client.ftp:put to put file on your client location.
    Do you already a FTP service or is it something you need to build?. And also curious as to why you want to move a file that exists on your local machine?

    Thank you,
    Anil


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


  • 5.  RE: Take file from Disk and send to client folder

    Posted 12/28/11 07:13 AM

    Thanks for you reply …
    FTP in not configure in my IS …
    Is there any PDF that give the info about FTP configuration …?

    Thanks in advance…


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


  • 6.  RE: Take file from Disk and send to client folder

    Posted 12/28/11 08:24 AM

    I wanted to get the weekly memory statistics of WM. Anyone knows, how to get the memory utilization statistics based on the date criteria.


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


  • 7.  RE: Take file from Disk and send to client folder

    Posted 12/28/11 02:54 PM

    No, There is no straight forward doc that walks you thru as to how to achieve FTP in webM. At least one i am familiar of.
    But if you know the basic FTP commands like lcd,put,mput etc . Then you can refer to services in pub.client.ftp folder . Also refer to corresponding doc - IS built in services guide for additional details.

    Thank you,
    Anil


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


  • 8.  RE: Take file from Disk and send to client folder

    Posted 12/28/11 06:42 PM

    Yes it is. FTP is supported out-of-the box. Refer to the built-in services reference for how to read files that are on a drive of the machine where IS is installed and how send data using FTP. Anil provided the right services for you to review.


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


  • 9.  RE: Take file from Disk and send to client folder

    Posted 12/28/11 07:05 PM

    You should have used a new thread for this question. So people have better visibility.

    Anyways, To answer your question. You have to write a scheduled custom service that calls ‘wm.server.query:getStats’ service and writes the output to a file.
    Code your service such that the file is created on a weekly basis such that stats for that week will be written/appended in the file for that week.

    Thank you,
    Anil


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