BizTalk Adapter Pack 1.0 Issues

You can run into some trouble installing BizTalk Adapter Pack 1.0. I stumble upon the following:

image

1: Messaging Engine

The Messaging Engine failed to add a receive location "MyReceiveLocation" with URL "oracledb://xxxx" to the adapter "WCF-Custom". Reason: "Microsoft.BizTalk.Adapter.Wcf.Converters.CreateBindingException: Unable to get binding type for binding extension "oracleDBBinding". Verify the binding extension is registered in machine.config.
   at Microsoft.BizTalk.Adapter.Wcf.Converters.BindingFactory.GetBindingType(String bindingName, Type& bindingElementType)
   at Microsoft.BizTalk.Adapter.Wcf.Converters.BindingFactory.CreateUserBinding(String bindingName, String bindingConfiguration)
   at Microsoft.BizTalk.Adapter.Wcf.Converters.BindingFactory.CreateBinding(String bindingName, String bindingConfiguration, String bindings)
   at Microsoft.BizTalk.Adapter.Wcf.Config.CustomRLConfig.CreateBinding(RHConfig rhConfig)
   at Microsoft.BizTalk.Adapter.Wcf.Runtime.BtsServiceHostBase.InitializeRuntime()
   at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiveEndpoint.Enable()
   at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiveEndpoint..ctor(BizTalkEndpointContext endpointContext, IBTTransportProxy transportProxy, ControlledTermination control)
   at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiver`2.AddReceiveEndpoint(String url, IPropertyBag adapterConfig, IPropertyBag bizTalkConfig)".

2: Warning

The receive location "MyReceiveLocation" with URL "oracledb://xxxx is shutting down. Details:"The Messaging Engine failed while notifying an adapter of its configuration. "

There is a site, where you can find useful information to resolve issues with Oracle Adapter Pack 1.0. I had to change some things in machine config (as explained on website).There is also information available concerning adapter pack in x64 environments, so definitely check this inforation out!

Technorati:

Author: Steef-Jan Wiggers

Steef-Jan Wiggers is all in on Microsoft Azure, Integration, and Data Science. He has over 15 years’ experience in a wide variety of scenarios such as custom .NET solution development, overseeing large enterprise integrations, building web services, managing projects, designing web services, experimenting with data, SQL Server database administration, and consulting. Steef-Jan loves challenges in the Microsoft playing field combining it with his domain knowledge in energy, utility, banking, insurance, healthcare, agriculture, (local) government, bio-sciences, retail, travel, and logistics. He is very active in the community as a blogger, TechNet Wiki author, book author, and global public speaker. For these efforts, Microsoft has recognized him a Microsoft MVP for the past 8 years.

turbo360

Back to Top