Problem while invoking a service n largedcoumentHandling

I am facing the following problem with large document
handleing. The error I’m getting is as follows

com.wm.app.tn.err.EXMLException: <exmlexception>
<errorcode></errorcode>
<info>wm.tn.doc:getContentPartData</info>
<originalexception>

<javaclass>com.wm.app.tn.err.EXMLException</javaclass>
<message><exmlexception>
<errorcode>TRNSERV.000026.000003</errorcode>
<info>Error retrieving content of content part
xmldata of document 5en86c00urp7ari500000006.</info>
<originalexception>

could you help me out in solving the problem.

I’m getting this error when i’m trying to execute the
“getContentPartData” service.
I’ve made the changes in the TN config file, the
following were the changes
a. tn.BigDocThreshold=1000
b. tn.xml.xqlThreshold=1000
c. tn.tspace.location=D:\LargeDocTemp

by doing this the document is being recognised by TN
as BigDoc. and being persisted to the hard disc.
The problem is when i’m tryingto execute the
getContentPartData service it is throwing that
exception.
In my service my retrieving the bizdoc by using the
restorePipelineFromFile service.

could you please throw some light into the issue and
help me out with the problem.

your help is greatly appriciated.

thanks,
Raj

Retrieve the content wm.tn.doc:getContentPartData as a “stream” object
error messages shows problem with getting the content from bizdoc and make sure bizdoc is having the content and is valid.

HTH.

Hi Rajashekar,

The changes above (a, b and c) are the only one TN needs to handle large documents?

TIA

Rajashekar,

Can you explain what you mean by “In my service my retrieving the bizdoc by using the restorePipelineFromFile service” ?

Have you tried using service wm.tn.doc:view to retrieve the bizdoc ?

i want to retrieve the document is being recognised by TN
as BigDoc. and being persisted to the hard disc