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.  Please help on Audit DB clean up

    Posted Sun May 16, 2010 11:31 AM

    Hi,

    Would like to know how can we go ahead with data delete or archive from audit log DB.
    Can we use stored procs to archive data to other tables?
    what is the impact if data is deleted from WMERROR,WMSESSION and WMSERVICES tables?
    Please suggest.
    I hope wmusers must be having answers to my question.

    Thanks !


    #webMethods
    #webMethods-Archive
    #If-it-doesn-t-fit-anywhere-else


  • 2.  RE: Please help on Audit DB clean up

    Posted Mon May 17, 2010 11:16 PM

    The best way to deal with this, is to configure and use WmMonitor Archive components.

    After that you have 3 choices for deleting data:

    1- Use stored procedures (if you know the syntax).
    2- Use Monitor built in services.
    3- Use MWS UI porlets.

    As far as I remember WM* tables are used only for auditing and not runtime. If you delete data you loose audit information, that’s all.

    Anyway configure and use Archive from WmMonitor.


    #webMethods-Archive
    #If-it-doesn-t-fit-anywhere-else
    #webMethods


  • 3.  RE: Please help on Audit DB clean up

    Posted Thu May 20, 2010 02:00 PM

    Hi Please think on the below lines:

    1.We need to have separate/different archive schema with Archive tables installed to setup the Audit data archival in webMethods 7.1.2. (Please refer to database component configurator documentation for installation of the archive components).

    2.Use the archive services provided by webMethods or write some wrapper services for the built in archive services
    pub.monitor.archive:documentArchive
    pub.monitor.archive:processArchive
    pub.monitor.archive:serverArchive
    pub.monitor.archive:serviceArchive

    ----Venkata Vidya Sagar P


    #webMethods-Archive
    #If-it-doesn-t-fit-anywhere-else
    #webMethods