12-28-04 10:49 PM
Hi,
I find out where the error is comming by going into the code of share
point adapter runtime. Still I am not able to rectify out the problem. Need
further help.
the error details are given below
this is the exception message
---------------------------------
Unable to process batch callback for 2004.xml
Actual error message is
--------------------------------------
System.ObjectDisposedException: Cannot access a closed Stream.
at System.IO.__Error.StreamIsClosed()
at System.IO.MemoryStream.Seek(Int64 offset, SeekOrigin loc)
at
Microsoft.BizTalk.SDKSamples.Adapters.SharePoint.Runtime.SharePointReceiverB
atch.BatchCompleteCallback(ArrayList
_messagesPersistedArray, ArrayList _messagesNotPersistedArray) in
f:\downloads\bliztalk adapter
sharepoint\bts2004sharepointadap\wssadap
ter\wssadaptercode\sharepoint
adapter\runtime\sharepoint\sharepointrec
eiverbatch.cs:line 121
the actual function in the sharepoint adapter is : BatchCompleteCallback and
the line number121 is
bm.Message.BodyPart.Data.Seek(0, SeekOrigin.Begin);
looking for help from someone
Suresh.A
"Suresh.A" wrote:
> Hi,
> Previously biztalk used to delete the file form the source while it
> processing the file. Now suddenly its not deleteting the file, its creatin
g
> new file insted.
>
> Where is the settings for this ?.pls help me.
>
> **I am using biztalk sharepoint adapter for taking the file...
>
> thanks a lot
> Suresh.A
>
[ Post a follow-up to this message ]
|