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.  Deleting the integration server log files

    Posted Fri January 14, 2011 08:04 AM

    How to delete the integration server log files on every month by using flow service or by script?


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB


  • 2.  RE: Deleting the integration server log files

    Posted Fri January 14, 2011 12:24 PM

    Hello, you can do that opening the Database Component Configuration and Recreate PRODUCT - Integration Server database component.
    Regards.
    CAS


    #webMethods-Archive
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Deleting the integration server log files

    Posted Fri January 14, 2011 03:24 PM
    1. Recreate Product will impact all IS all tables and I would highly advise against that, at least in a productive environment, as you may loose data. For puring log data the MWS functionality should be used. You can also access the purge service in IS, both is documented in the MWS and IS docs.

    2. As I understand the question it’s about the log files, not the log tables. You need to write your own flow service and a Java service for accessing files. For log files I would prefer writing a shell script. This can be easily done with the usual script languages and pruge e.g. by file age.


    #webMethods-Archive
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Deleting the integration server log files

    Posted Mon January 17, 2011 06:18 AM

    There is no out of box funtionality provided by SAG for deleting the old log files, however the best way is to delete these files by creating a batch job or cron job to execute on monthly basis and delete these files.


    #webMethods-Archive
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Deleting the integration server log files

    Posted Mon January 17, 2011 07:36 AM

    Thanks for your advise . I will go for shell script…


    #webMethods-Archive
    #webMethods
    #Integration-Server-and-ESB