|
Home > Archive > BizTalk Server Orchestration > December 2004 > File is not being deleted
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
File is not being deleted
|
|
| Suresh.A 2004-12-26, 5:47 pm |
| Hi,
Previously biztalk used to delete the file form the source while it
processing the file. Now suddenly its not deleteting the file, its creating
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
| |
| Suresh.A 2004-12-28, 5: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.SharePointReceiverBatch.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 creating
> 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
>
|
|
|
|
|