Batch failure behaviour
Fri, 21 Oct 2005 06:10:04 -0700
Hi
I've been reading the article on Writing effective adapters on MSDN. One
thing that I'm not clear about is what happens to messages in batches.
What isn't really clear is what happens when a one or more messages in the
batch fails to be processed correctly. Tracing through the code tells you
that th ...
|
Groupwise
21 Oct 2005 01:36:16 -0700
Anyone heard of an adapter for Groupwise or any blog sites out there
where someone has done it?
...
|
Test Map Error - Value cannot be null
Wed, 19 Oct 2005 12:11:04 -0700
I testing a map within the BizTalk mapper, I receive the following error:
The XSL transformation that use the test-instance document for the source
specification failed. Reason: Microsoft.CRM.Integration.XslUtility
An error occured while retrieving values from the linking tables. Value
cannot be null.
Pa ...
|
Problem in passing parameter to Stored Procedure using SQL adapter
Mon, 17 Oct 2005 11:36:37 +0530
Hi,
I have written a Stored Procedure which takes in just 1 paramater, which is
XML Data.
The Stored Procedure is as follows:
CREATE PROCEDURE UpdateVendorProducts
@xmlDocument ntext
AS
BEGIN
DECLARE @docHandle int
DECLARE @cmd sysname
EXEC sp_xml_preparedocument @docHandle OUTPUT, @xmlDocume ...
|
SQLAdapter fails to select data from remote SQL Server
Thu, 13 Oct 2005 06:51:01 -0700
Hi,
I have trouble using a SQLAdapter to get data from a remote SQL Server.
There are two servers in this solution; server "A" contains BizTalk Server
2004 and its local MS SQL Server, server "B" contains an another MS SQL
Server with business data.
The SQLAdapter on server "A" calls a stored proced ...
|
Integrating SharePoint and BizTalk
Thu, 13 Oct 2005 11:52:18 +0530
Hi all,
I am trying out an orchestration to pick up files from Document Library of a
SharePoint Site
I am using BizTalk Server 2004 and Windows Sharepoint Services. I habe also
installled the WSSLib Adapter.
I tried a sample program to create xml file in BizTalk orchestration and
write it to a Share ...
|
sharepoint adapter for BTS(WSSLib2) Problems
Mon, 10 Oct 2005 09:28:05 -0700
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.SharePointAdapterRunt ...
|
|
|
problem in passing xmldocument as an paramter to the SP in SQLAdapter
9 Oct 2005 02:01:42 -0700
Hi aLL,
I have one database table. I want to insert the data thru SP to that
table. So I want to Generate the schema for this insertion operation
thru SQLAdapter. probelm is whenever i want to pass the xmldocument as
a parameter to the sp then it is saying oonly 128 characters are
allowed eventhough i gav ...
|
Need a workaround to using xml:lang as name of attribute
Wed, 5 Oct 2005 07:09:08 -0700
I need to set an attribute name to be "xml:lang" in order to compy with the
cxml specifications. Since biztalk 2004 does not allow ":" in the name, is
there an expression that I can use to do this for me? ...
|
SAP data not received when sending a RFC request
4 Oct 2005 14:53:23 -0700
I have an orchestration that uses a send/receive port to an SAP RFC. My
schema was generated correctly from the adapter and my mapping is
valid. The SAP connection settings is the same used in orchestrations
with idocs. There is no problem with these.
I am able to verify in HAT that I am sending data to SAP. ...
|