Welcome to MSDN Blogs Sign in | Join | Help

WCF LOB Adapter SDK and BizTalk Adapter Pack

The BizTalk Adapter Pack, comprising of the SAP, Siebel, OracleDB, OracleEBS and SQL WCF Bindings / Adapters which can be used with BizTalk Server 2006 R2 and R3. The Windows Communication Foundation (WCF) Line Of Business (LOB) Adapter SDK.

Syndication

News

CTP4 released (Adapter Pack V2, Adapter SDK V1 SP2) on October 21, 2008

Other Blogs Related to BizTalk Adapter Pack

Browse by Tags

All Tags » SAP   (RSS)
SAP Adapter – No “BAPI” node in the Metadata Search/Browse hierarchy when creating an “Inbound” contract?
A question which has popped up quite a few times over the last couple of weeks – “For an outbound contract, I see RFC, TRFC, IDOC and BAPI nodes in the UI. However, for an inbound contract, the BAPI node is missing. Why?” Firstly, I’m going to explain Read More...

Posted Thursday, October 02, 2008 2:50 AM by mdoctor | 0 Comments

Filed under:

The “DataTypesBehavior” binding property in the SAP Adapter
Firstly, if you haven’t already seen it, have a look at the post describing the EnableSafeTyping binding property - http://blogs.msdn.com/adapters/archive/2007/11/24/the-enablesafetyping-binding-property.aspx . Since the Adapter Pack V1 released, we have Read More...

Posted Wednesday, August 13, 2008 9:38 AM by mdoctor | 1 Comments

Filed under:

Attachment(s): DataTypesBehavior.TXT

Exception: Loading property information list by namespace failed or property not found in the list
When using the SAP Adapter, while receiving an IDoc, you might see the error message "Loading property information list by namespace failed or property not found in the list" in the event log. Cause: The SAP adapter is promoting the IDoc control record Read More...

Posted Monday, February 04, 2008 6:00 PM by mdoctor | 0 Comments

Filed under:

TimeoutException(s), timeout related ArgumentOutOfRangeException(s) thrown from the SAP Adapter
You must have read in the documentation that the SAP adapter does not support/honour the timeout values specified on the binding (sendTimeout, openTimeout, etc). However, at times you might yet receive timeout related exceptions from the adapter. Why? Read More...

Posted Monday, January 28, 2008 5:56 AM by mdoctor | 0 Comments

Filed under:

Making Microsoft BizTalk Adapter v2.0 for mySAP Business Suite projects work with WCF SAP Adapter #2
This is in continuation to the previous post, where we discussed the differences in the XML structure used by the old SAP adapter and the new WCF SAP Adapter. In a transactional scenario, the old adapter uses the context property named 'ConnectionType'. Read More...

Posted Thursday, January 17, 2008 4:36 PM by manasg | 2 Comments

Filed under: ,

Making Microsoft BizTalk Adapter v2.0 for mySAP Business Suite projects work with WCF SAP Adapter
We have written a custom pipeline component (code and sample projects using this pipeline component are attached) that you can use to make your BizTalk orchestrations calling RFCs and BAPIs written with Microsoft BizTalk Adapter v2.0 for mySAP Business Read More...

Posted Monday, January 14, 2008 7:47 AM by manasg | 0 Comments

Filed under: ,

Attachment(s): AdapterPipelineComponent.zip

"When I Execute BAPIs, I don't get back any data". Help!
The two most common questions I get from customers using the SAPBinding: I execute a BAPI (via the generated WCF proxy) from a .NET application. However, after the call returns, I see that many table parameters are null. I am trying to execute a BAPI Read More...

Posted Thursday, January 10, 2008 12:44 AM by mdoctor | 0 Comments

Filed under:

Performance Comparison - Sending IDocs using SAP.NET Connector versus the SAPBinding
I'm not going to give you numbers - instead, I'll give you an easy way to generate the numbers in your environment. Attached is a VS 2005 Solution which you can use for testing. Have a look in the Program.cs file. The code is pretty self-explanatory. Read More...

Posted Saturday, December 22, 2007 7:47 AM by mdoctor | 0 Comments

Filed under:

Attachment(s): PerfSapAdapters.zip

Why don’t I get exceptions when something unexpected happens in inbound scenarios in SAP Adapter?
You might have observed that in outbound scenarios, for example while calling an RFC, if something goes wrong, an exception is thrown to the user. This does not happen in the same manner for inbound scenarios, for example when receiving an RFC or an iDoc. Read More...

Posted Friday, December 21, 2007 5:34 AM by manasg | 0 Comments

Filed under:

"Receiving IDocs from SAP using the SAPBinding requires higher SAP user privilege as compared to the older mySAP Adapter". Really??
Firstly, let me explain the common customer scenario using the old (mySAP 2.0) Adapter (NOTE - points in red and green below highlight the similarities/differences in configuration): The user, at design time, uses a high privilege account (let's call Read More...

Posted Friday, December 14, 2007 3:03 PM by mdoctor | 0 Comments

Filed under:

The EnableSafeTyping Binding Property
In the November CTP of the Adapter Pack V1, a new binding property has been added to the SAPBinding - "EnableSafeTyping" (a boolean) When this property is true, DATS, TIMS and NUMC fields are exposed as Strings, and any value can be passed back and forth Read More...

Posted Saturday, November 24, 2007 5:38 AM by mdoctor | 1 Comments

Filed under: ,

IdocProxy.SendIdoc(string idocData) call - doesnt this load the entire IDoc data in memory?
The SAP Adapter exposes a "generic" Send call which can be used to send any Idoc. In the Metadata SearchBrowse UI, this operation is visible as "SendIdoc" under the Idoc node. The signature for this operation is SendIdoc(string idocData, Guid guid) The Read More...

Posted Saturday, November 03, 2007 2:19 AM by mdoctor | 0 Comments

Filed under:

Attachment(s): SendIdocSample.cs

Debugging SAP RFCs when using the SAP Adapter / SAP ADO.NET Provider
The RFC SDK supports the ABAP_DEBUG option, which allows you to break into the RFC ABAP code when invoking an RFC from your application. The SAP Adapter and the SAP ADO.NET Provider also expose this setting. The main advantage of this - consider this Read More...

Posted Monday, October 29, 2007 5:55 PM by mdoctor | 0 Comments

Filed under: ,

Downloading the SAP SNC Libraries
The SAP Adapter supports SAP SNC Authentication. For this, you need to have the SNC libraries present. You can download them by following the steps outlined below: Log in to SAP Service Marketplace . Under the SAP Support Portal section, click on the Read More...

Posted Wednesday, October 24, 2007 10:46 AM by mdoctor | 2 Comments

Filed under:

Getting LOB metadata from SAP, OracleDB and Siebel adapter using svcutil
The WCF based adapters that ship in the Biztalk Adapter Pack are WCF bindings. The svcutil tool can be used to get metadata for a LOB method using these bindings. The scheme in the URI determines which adapter binding is loaded by svcutil. However when Read More...

Posted Tuesday, October 23, 2007 9:56 AM by Jayanthi S | 2 Comments


Attachment(s): svcutil.exe.config

More Posts Next page »
Page view tracker