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
Expand all | Collapse all

Question: how to remove dependency on WmPRT - alternatives do pub.prt.log:logActivityMessages

  • 1.  Question: how to remove dependency on WmPRT - alternatives do pub.prt.log:logActivityMessages

    Posted Mon May 20, 2013 12:38 PM

    Hi,

    I have a lot of legacy code where the only dependency on WmPRT is the use of the pub.prt.log:logActivityMessages invocation. This function only writes to a table in the IS Core Audit component but it is located on the WmPRT package.

    I want to remove this dependency, making the IS leaner and possibly avoiding any licensing surcharges.

    Is there an alternative to this function, knowing the customer uses this only as logging tool; analysis are done from direct sql queries to the database.?

    Thanks,


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Question: how to remove dependency on WmPRT - alternatives do pub.prt.log:logActivityMessages

    Posted Mon May 20, 2013 04:01 PM

    Did you look at the services that WmMonitor package provides that does IS core audit logging/process archive etc… ?

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Question: how to remove dependency on WmPRT - alternatives do pub.prt.log:logActivityMessages

    Posted Tue May 21, 2013 07:42 AM

    Hi,
    You can create your own custom logging frame work. You can not directly log to the database (PRT) tables as these tables are also part of WmPRT and you do not wish to pay the license of it then you are not suppose to use any of its component which comes along with it and database table is one of them.


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Question: how to remove dependency on WmPRT - alternatives do pub.prt.log:logActivityMessages

    Posted Tue May 21, 2013 11:09 AM

    Gerardo,

    What components license do you have currently and that doesn’t include ProcessEngine/BPM/MWS?

    Yes as always you can use custom logging building framework that does logging to some DB table you like and start using it.

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB