webMethods

webMethods

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.  Trading Networks Transaction Log

    Posted Wed March 12, 2003 04:01 PM

    This morning we ran into an issue where our transaction log for TN was full. This caused us not to be able to see any new documents in TN. We archived the log file and increased the size it could be in the database and now we’re seeing all of the new transactions.

    We still can’t see any of the documents that were submitted during the time the log file was too big. When I look in the database I can see that the transactions were logged in the ‘Activity Log’ and the documents are listed in the ‘BizDoc’ table, but does anybody know how we can see the documents that were submitted from the console? Also, will any new docuements that require us to retrieve ones submitted during the empty time frame be able to find them?

    Thanks for any help!
    -Casey


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 2.  RE: Trading Networks Transaction Log

    Posted Wed April 16, 2003 05:20 AM

    There is a service “wm.tn.archive.archive”, and it deletes data from BizDoc table. “wm.tn.archive.archive” has two parameters;

    1. archibeAfterDays
    2. deleteAfterDays
      and you can specifiy when data should be moved from BizDoc table to BizDocArchive (by 1) and when data in BizDoc table and other log tables should be deleted.

    We run this service once a day by schedule to eliminate old log data.

    Hope it will help you.
    Emiko


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 3.  RE: Trading Networks Transaction Log

    Posted Wed April 16, 2003 03:11 PM

    Hi Emiko
    If you run this scheduler everyday then you will not be able to see yesterday docs in TN. Is it right? If yes then what are you doing to see old docs in TN.

    John


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 4.  RE: Trading Networks Transaction Log

    Posted Wed April 16, 2003 04:56 PM

    It depends on the “archiveAfterDays” and “deleteAfterDays” settings. If they are greater than 1, then you’ll still see yesterdays docs.


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Trading Networks Transaction Log

    Posted Wed April 16, 2003 05:48 PM


  • 6.  RE: Trading Networks Transaction Log

    Posted Thu April 17, 2003 01:53 AM