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.
Hi, I have made the following configuration settings in IS watt.server.tspace.location=D://Large_Documents tn.BigDocThreshold=1000
I’m using pub.client.http.Could anyone explain me the use of node iterator to handle large documents and how does Tn recognizes the data i send as a large document?
Once you configure large documents…TN bizdoc has this variable bizdoc/LargeDocument? (true or false) determine based on this and add your logic if XML then node iterator and for EDI (wm.b2b.editn:getTspace)
HTH, RMG
I have set the threshold value as 1000. I’m sending a XML file which is 1400 bytes long. Still it dosen’t recognizes the file as Large document. The value in TN/Bizdoc Large Document is false.
Your configuration looks ok…Did you restart IS/TN after threshold update?..
tn.BigDocThreshold=3000
Also can you try file larger than 3 or 5MB and see how it goes?
Dear Saratha …
The file will be recognized large in TN when you use tn.receive service only …
Data sent through routeXML and routeFlatFile will not be recognized by TN as large …
we did a successful POC for that few weeks back …
Cheers …
Yes it should always sent to gateway service (wm.tn:receive)
Please try again:
Hi, Thanks for your immediate reply. Thanks for mentioning about tn.recieve as i was using route xml,but still the Value for Large document is false in TN/Bizdoc. I’m using Node iterator as i’m sending XML file.