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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

com.wm.util.tspace.InsufficientSpaceException while processing the large over TN

  • 1.  com.wm.util.tspace.InsufficientSpaceException while processing the large over TN

    Posted 10/01/15 07:59 AM

    Hi Team,

    We are facing strange issue while processing the large file (29MB) over TN, previously these transactions were successful even more than 29MB file .

    here are the setting for T space and threshold .

    watt.server.tspace.max=52428800 ( 52MB)
    tn.BigDocThreshold=10000000
    watt.server.tspace.timeToLive=0

    If any one faced the similar issue can help us on this


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


  • 2.  RE: com.wm.util.tspace.InsufficientSpaceException while processing the large over TN

    Posted 10/01/15 09:36 AM

    Get the DiagnosticData from IS and look for runtime\TradingNetworks.txt

    Identity the DocID which caused the above error

    Serach the above DocID from BizDocContent table and then calculate watt.server.tspace.max= CONTENTLENGTH (from table) + Used Storage (from DiagnosticData)


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