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.
Hello All,
we were batching the EDI and again routing back to TN to send batched X12 Envelope to customer but when custom FTP delivery service is invoked “The Content in BIZDOC is showing NULL”. which is causing an issue stating Missing Content or file name. Please help me out ASAP
Regards, GSK
Hi Suresh,
I doubt this is a case of large file in TN.
Check the properties of TN, for large file setting : tn.BigDocThreshold =
If your incoming doc size is greater to this value TN will handle the incoming document as large file.
Please go through chapter, Large Document Handling from http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite9-6/Trading_Networks/9-6_Trading_Networks_Administrators_Guide.pdf
HTH.
Thanks, Rankesh
@Suresh
You may also need to configure TSpace settings for handling/sending large batch EDI files from TN to the customer.
In the IS–>Settings > Extended (Restart the IS after setting the below)
watt.server.tspace.location=your disk folder path location for tmp file storage watt.server.tspace.timeToLive=300000
HTH, RMG
Thanks Rankesh and rmg for your replies.
I have already set tn threshold and tspace but still getting the same error …any alternate root causes for this issue?
try to increase the timetoLive and test. hope this will resolve your issue.