Browse by Tags
All Tags »
Siebel (RSS)
Siebel adapter uses the COM interface to invoke calls on Siebel. For business component query, Siebel supports two ways of retrieving the field values for records. One can either use GetFieldValue to retrieve one field at a time or the other option is
Read More...
Attachment(s): Program.cs
I have seen quite a few instances where people run into issues while using the WCF Siebel adapter because of a. Siebel Web Client is not installed correctly on the machine b. Or the URI passed to the adapter, that eventually gets transformed to the connection
Read More...
The RTM version of Siebel Adapter no longer supports the MVG operations – Associate, Dissociate and Query_*. The reason for dropping support for these operations is a memory leak in Siebel library that the adapter uses to communicate with Siebel. We are
Read More...
If you have data stored in a Excel file and need to upload that to Siebel, this blog illustrates how go about doing that using the Siebel adapter. I will be using the “Account” business component and will show how to create insertion records. Let’s take
Read More...
There are two ways the adapters belonging to Adapter Pack can be used by SQL Service Integration Services: 1. Using ADO layer built on top of base adapters. This option is available with SAP and Siebel adapters. 2. Writing custom SSIS task which directly
Read More...
Attachment(s): SsisSiebel.zip
Siebel adapter exposes siebel connection string as URI. Siebel URI syntax is given below: siebel://SiebelGateway[:portno]/?SiebelEnterpriseServer=SiebelEnterpriseServerName&SiebelObjectManager=ObjectManagerToConnect&Language=SiebelLanguageCode&SiebelRepository=CurrentActiveRepository&SiebelServer=servername
Read More...
What are the differences between old Siebel adapter shipped with Biztalk releases and WCF based Siebel adapter? Here is the list: Since new Siebel adapter is developed using WCF LOB Adapter SDK (ASDK), ASDK features like Browse, Search and Resolve are
Read More...
The upcoming release for Adapter pack will have support for Siebel integration objects. This feature will allow users to invoke Siebel Business Service "EAI Siebel Adapter" to operate against any Siebel integration object. EAI Siebel Adapter business
Read More...
Siebel adapter supports working with multi valued link in Siebel. Following operations are exposed for MVLs: 1. Associate 2. Dissociate 3. Query_xxx A sample is attached for associating Contact record with Account business component. Sample starts with:
Read More...
Attachment(s): association.zip
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
Read More...
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...
Attachment(s): svcutil.exe.config