|
Home > Archive > BizTalk Server Applications Integration > October 2005 > sharepoint adapter for BTS(WSSLib2) Problems
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 |
sharepoint adapter for BTS(WSSLib2) Problems
|
|
| Tal Oren 2005-10-10, 6:00 pm |
| after installing the wsslib2 into the biztalk server
I get an error and a warning in the event viewer :
Exception from HRESULT: 0x80C0169C.
at VBSampleAdapters.VBSharePointAdapter.Helper.LogError(String,
EventLogEntryType, Boolean)
at
VBSampleAdapters.VBSharePointAdapter.SharePointAdapterRuntime.Receive.PollForFiles(Object)
and the warning:
The transport batch from adapter "WSSLib2" has been rejected by the
messaging engine because the batch is empty. Contact the adapter provider to
find out why the transport batch is empty.
| |
| Jan Eliasen 2005-10-13, 6:00 pm |
| On Mon, 10 Oct 2005 09:28:05 -0700, "Tal Oren"
<TalOren@discussions.microsoft.com> wrote:
>after installing the wsslib2 into the biztalk server
>
>I get an error and a warning in the event viewer :
>
>Exception from HRESULT: 0x80C0169C.
>
> at VBSampleAdapters.VBSharePointAdapter.Helper.LogError(String,
>EventLogEntryType, Boolean)
> at
>VBSampleAdapters.VBSharePointAdapter.SharePointAdapterRuntime.Receive.PollForFiles(Object)
>
>and the warning:
>
>The transport batch from adapter "WSSLib2" has been rejected by the
>messaging engine because the batch is empty. Contact the adapter provider to
>find out why the transport batch is empty.
>
Hi
You wrote to me that you allready tried using a filtered view, but
that didn't work. Have you enabled debugging information in the
receive handler for the adapter? Maybe that will give you some
information to use?
--
Jan Eliasen, representing himself and not the company he works for.
| |
| Goldy 2005-10-24, 10:32 am |
| Hi Jan,
I have come across this same problem. BizTalk is polling a directory on
a Sharepoint site, the event log says it has found "X" documents, and
then I receive the HRESULT error you specified below. Is it possible
this is simply a configuration issue? One thing I noticed, is that the
Sharepoint adapter inserts a "_" before the view name. Does this view
path have to coincide with the path of the Sharepoint view? For
example, my sharepoint site is "http://localhost/PO/Forms" and the view
name is "Pending Requests".
When I configure the adapter, I setup the Address(URI) properties as
follows:
Site Address URL: http://localhost/
Site Folder Name: PO/Forms/
View Name: Pending Requests.aspx
When I close the properties of the URI, the Address says,
"http://localhost/PO/Forms/_Pending Requests.aspx".
Any ideas?
Thanks!
TG
Jan Eliasen wrote:
> On Mon, 10 Oct 2005 09:28:05 -0700, "Tal Oren"
> <TalOren@discussions.microsoft.com> wrote:
>
> Hi
>
> You wrote to me that you allready tried using a filtered view, but
> that didn't work. Have you enabled debugging information in the
> receive handler for the adapter? Maybe that will give you some
> information to use?
>
> --
> Jan Eliasen, representing himself and not the company he works for.
| |
| Jan Eliasen 2005-10-24, 10:32 am |
| On 19 Oct 2005 06:39:10 -0700, "Goldy" <Todd.Gold@gmail.com> wrote:
>I have come across this same problem. BizTalk is polling a directory on
>a Sharepoint site, the event log says it has found "X" documents, and
>then I receive the HRESULT error you specified below. Is it possible
>this is simply a configuration issue? One thing I noticed, is that the
>Sharepoint adapter inserts a "_" before the view name. Does this view
>path have to coincide with the path of the Sharepoint view? For
>example, my sharepoint site is "http://localhost/PO/Forms" and the view
>name is "Pending Requests".
>
>When I configure the adapter, I setup the Address(URI) properties as
>follows:
>Site Address URL: http://localhost/
>Site Folder Name: PO/Forms/
>View Name: Pending Requests.aspx
>
>When I close the properties of the URI, the Address says,
>"http://localhost/PO/Forms/_Pending Requests.aspx".
>
>Any ideas?
It sounds like something Sharepoint specific that I have no idea about
:-)
--
Jan Eliasen, representing himself and not the company he works for.
| |
| Goldy 2005-10-24, 10:32 am |
| Thanks for responding Jan... hoping I don't pull ALL of my hair out
before resolving this one 
|
|
|
|
|