Sign in
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.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Adapter Pack
BizTalk
Oracle E-Business
OracleDB
SAP
SAP ADO
Siebel
SQL
SSB
SSIS
SSRS
WCF
WCF LOB Adapter SDK
Archive
Archives
October 2009
(2)
June 2009
(2)
May 2009
(3)
April 2009
(1)
March 2009
(2)
February 2009
(1)
January 2009
(1)
December 2008
(2)
October 2008
(7)
September 2008
(2)
August 2008
(7)
July 2008
(2)
June 2008
(3)
May 2008
(3)
April 2008
(3)
March 2008
(3)
February 2008
(4)
January 2008
(7)
December 2007
(6)
November 2007
(7)
October 2007
(22)
September 2007
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
WCF LOB Adapter SDK and BizTalk Adapter Pack
SOA Conference ...
Posted
over 6 years ago
by
Mustansir - MSFT
4
Comments
A few people from the BizTalk Adapter Pack and the WCF LOB Adapter SDK are going to be attending the SOA-BP conference at Redmond (Oct 29th - Nov 2nd). If you have any questions, feel free to contact us there. At present, I have no idea where exactly...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Obtaining the RFC SDK Unicode Libraries from SAP Service Marketplace
Posted
over 6 years ago
by
Mustansir - MSFT
3
Comments
You need your SAP Service Marketplace username and password. Visit http://service.sap.com/ Under the "SAP Support Portal", there is a link titled "Software Download". Click on it. In the page that opens up, the left pane is a tree / hierarchical...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Date/Time handling in the Microsoft Biztalk.NET SAP Adapter (WCF).
Posted
over 6 years ago
by
Mustansir - MSFT
2
Comments
SAP has the data types DATS and TIMS, which mean Date and Time respectively. DATS means YYYYMMDD, and TIMS means HHMMSS, with no timezone information being stored anywhere. However, the adapter, working with SOAP messages, accepts date/time values having...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Migrating from using the Biztalk 2006/R2 adapters to the WCF based adapters
Posted
over 6 years ago
by
Jayanthi S
2
Comments
The Biztalk Adapter pack beta2 (mentioned in the post below) contains three adapters - one for Siebel, one for mySAP and one for Oracle DB. If you are already using the Biztalk adapters that shipped with Biztalk 2006 and Biztalk 2006 R2 and would like...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Getting LOB metadata from SAP, OracleDB and Siebel adapter using svcutil
Posted
over 6 years ago
by
Jayanthi S
2
Comments
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...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Downloading the SAP SNC Libraries
Posted
over 6 years ago
by
Mustansir - MSFT
2
Comments
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...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Receiving Idocs - getting the raw idoc data
Posted
over 6 years ago
by
Mustansir - MSFT
1
Comments
Since the WCF based SAP Adapter is ... well, WCF based, all data flowing in and out of the adapter is encapsulated within a SOAP message. Which means there are those pesky xml tags all over the place. If you want to receive an Idoc from SAP, you can receive...
WCF LOB Adapter SDK and BizTalk Adapter Pack
BizTalk Oracle Adapter Vs WCF-based Oracle DB Adapter
Posted
over 6 years ago
by
mahadevanv
1
Comments
The following is a list of key feature differences between the BizTalk Oracle adapter and the WCF-based Oracle DB adapter in the BizTalk Adapter Pack. 1. LOB access : While the BizTalk Oracle adapter uses an ODBC driver to connect to Oracle DB, the...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Debugging SAP RFCs when using the SAP Adapter / SAP ADO.NET Provider
Posted
over 6 years ago
by
Mustansir - MSFT
0
Comments
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...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Order of parameters for RFC operations?
Posted
over 6 years ago
by
Mustansir - MSFT
0
Comments
The Adapter queries the SAP system for metadata for RFCs, and spews out a wsdl. The parameters for the RFC (as exposed in the wsdl) will appear in the following order - they will first be sorted into 4 groups, "Changing, Export, Import, Tables" (C, E...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Sending an IDOC to SAP - easiest/fastest way?
Posted
over 6 years ago
by
Mustansir - MSFT
0
Comments
Assume as part of your business process, you obtain an IDOC from somewhere, in a flat-file format, as below, which you wand to send to SAP using the SAP adapter with the least amount of effort .. EDI_DC40 8000000000001064985620 E2EDK01005 800000000000106498500000100000001...
WCF LOB Adapter SDK and BizTalk Adapter Pack
SAP - can all fields in a table store mixed-case characters?
Posted
over 6 years ago
by
Mustansir - MSFT
0
Comments
While investigating a possible bug, I ran the following two queries using the SAP ADO Provider: SELECT NAME1, LAND1, KUNNR from KNA1 where (NAME1 LIKE 'Dan%' AND LAND1 Like 'D%') and SELECT NAME1, LAND1, KUNNR from KNA1 where (NAME1 LIKE 'Dan...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Validating SAP Client Libraries ...
Posted
over 6 years ago
by
Mustansir - MSFT
0
Comments
A number of customers have come back to us saying that error messages pop up when attempting to browse metadata in Visual Studio (the message being something to the tune of - "the binding could not be loaded"). Most of the time, it is due to the proper...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Selecting LRAW fields using the SAP ADO Provider
Posted
over 6 years ago
by
Mustansir - MSFT
0
Comments
I ran the following query a couple of days back: SELECT LRAWFIELD FROM Z_TEST_TABLE Z_TEST_TABLE is a table defined in my test SAP instance, and LRAWFIELD is a column of type LRAW and length 256. I was writing a unit test, and expected it to pass...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Sample - SQL Adapter built on the ASDK.
Posted
over 6 years ago
by
Mustansir - MSFT
0
Comments
Attached is a sample SQL Adapter built on the ASDK. This adapter (being a sample), is rather simple: (a) Only stored procedure execution is supported. (b) For obtaining metadata about the result set returned by the stored procedure, the stored procedure...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Streaming in OracleDB adapter
Posted
over 6 years ago
by
kdas
0
Comments
OracleDB adapter supports streaming of data for both inbound (wrt adapter) and outbound messages where it is possible to do so. Streaming can be at record level (in case of Insert operation), xml node level or xml node value level. For inbound messages...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Positioning the BizTalk Adapter Pack
Posted
over 6 years ago
by
mahadevanv
0
Comments
The adapters constituting the BizTalk Adapter Pack are fundamentally custom WCF binding elements. Built on the WCF LOB Adapter SDK, these adapters are host agnostic i.e. they are not tied to a specific product like BizTalk. However, their predecessors...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Connection management in Siebel adapter
Posted
over 6 years ago
by
anilpr@microsoft.com
0
Comments
iebel adapter uses Siebel COM control to connect to Siebel backend. Since Siebel COM control objects work only in STA mode, Siebel adapter creates dedicated thread for each connection being opened to server. Sometimes this thread hangs around if Siebel...
WCF LOB Adapter SDK and BizTalk Adapter Pack
Where did the BAPIs go?
Posted
over 6 years ago
by
Mustansir - MSFT
0
Comments
If you have used the WCF SAP Adapter prior to Beta2, and then switched to the Beta2 version, one major difference is visible during the Metadata Browse and Search experience - The BAPI node is no longer visible! No, the adapter has not stopped supporting...
WCF LOB Adapter SDK and BizTalk Adapter Pack
EnableBizTalkLayeredChannel - What does this binding property do? (Part 1)
Posted
over 6 years ago
by
Mustansir - MSFT
0
Comments
The EnableBizTalkLayeredChannel property affects both, the outbound (SendPort) and inbound (ReceiveLocation) scenarios. In this post, I'll explain the inbound (ReceiveLocation) scenario. If this property is set to true, then, when an IDOC is received...
WCF LOB Adapter SDK and BizTalk Adapter Pack
SAP DATS column containing the value "a.b.c.d" ??? (Problem when SAP ADO is used ..)
Posted
over 6 years ago
by
Mustansir - MSFT
0
Comments
While going through the data stored in one of the tables in SAP, we saw a value "a.b.c.d" stored in a DATS column! How could that be? A DATS column is supposed to store a Date value, right? Well, it seems that SAP does not enforce any validation on...
WCF LOB Adapter SDK and BizTalk Adapter Pack
OutOfMemory exceptions when using the SAP ADO Provider .. and how to work around them.
Posted
over 6 years ago
by
Mustansir - MSFT
0
Comments
I ran the following two queries using the SAP ADO Provider SELECT * FROM Table1 (this table contains 8 million rows in our SAP server) SELECT * FROM Table2 (this table contains 40 thousand rows in our SAP server). The first SELECT query ran fine...
Page 1 of 1 (22 items)