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.  Getting server.log and error.log details

    Posted Tue June 02, 2009 12:08 PM

    Hi,
    How can we automatically sent the transaction details ( including successful and failed transactions) to a Database every hour. Need to get the transactions details from the PROD server and sent that to a Database.
    Any kind of help will be highly appreciated.

    Thanks
    Soumodip


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


  • 2.  RE: Getting server.log and error.log details

    Posted Tue June 09, 2009 07:59 PM

    why do you want to get the details from the log files, you can directlt insert the Success and failure details to your local database with flag. Setup the scheduler which executes for every hour which pushes the data from your local DB to remote DB.


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


  • 3.  RE: Getting server.log and error.log details

    Posted Wed June 10, 2009 07:00 AM

    Thanks a lot for your reply. Understood about the 2nd part ( i.e using a scheduler to push data from local Db to remote Db), but can you please kindly elaborate a bit on the first part i.e about “directly insert the Success and failure details to your local database with flag”.

    Thanks in Advance


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