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

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

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)