• Errors exist for one or more children

    In BizTalk 2013/VS 2012 development, I got the following error: #Error: Errors exist for one or more children Cause: Typically this problem is usually associated with problems in Orchestration Designer “refactoring” or “graphical interpretation” and in a certain way it isn’t a “valid error”, ie, it doesn’t describe the real problem. What seems to happen… Read more

  • XLANG in BizTalk Orchestration:

    Sometimes we need to pass a BizTalk message to an external assembly for applying complex business logic, extracting some information etc. We need to use Microsoft.XLANGs.BaseTypes namespace in defining the class. And create method or function with parameter type as XLANGMessage. For more details about how to comsume external assembly in BizTalk orchestration. Click here… Read more

  • Error details: Microsoft.ServiceModel.Channels.Common.UnsupportedOperationException: The action was not understood.

    Exception: A message sent to adapter “WCF-SQL” on send port <Send Port Name > with URI “mssql:<Database Server > is suspended. Error details: Microsoft.ServiceModel.Channels.Common.UnsupportedOperationException: The action “<BtsActionMapping xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:xsd=”http://www.w3.org/2001/XMLSchema&#8221; > <Operation Name=”operation_1″ Action=”TypedProcedure/dbo/<stored Procedure Name>” / > </BtsActionMapping >” was not understood. Solution: This issue is mainly occur when we setup SOAP Action Header on… Read more

  • Visual Studio 2019 crashes when opening BizTalk 2020 orchestration (odx file)

    Now this issue has been fixed by Mirosoft with latest version of Visual Studio 2019 & also Microsoft releases Cumulative update 3 for BizTalk 2020. Faulting application name: devenv.exe, version: 16.8.30709.132, time stamp: 0x5fa9c41fFaulting module name: KERNELBASE.dll, version: 10.0.14393.3986, time stamp: 0x5f77edfaException code: 0xe0434352Fault offset: 0x000dc562Faulting process id: 0x27a0Faulting application start time: 0x01d780453a839eecFaulting application path:… Read more

  • Consume Rest Service without parameter

    We gets following exception when BizTalk consume REST service which doesn’t require parameter or message body. But BizTalk always sends some message. Error: A message sent to adapter “WCF-WebHttp” on send port with URI is suspended. Error details: System.Net.ProtocolViolationException: Cannot send a content-body with this verb-type. Solution: Sometime when there is requirement in BizTalk to… Read more

  • BizTalk Custom adapter Issue: Failed to instantiate custom adapter CLSID Assembly file

    Issue: When we are creating the Custom adapter in BizTalk, it is one of common issue happen while open send port to configure the custom adapter. Failed to instantiate adapter CLSID:{guid} Assembly file:<assembly file name> Type name: <typename> as below: Solution: When we are creating dll for Receive/Send port configuration – AdapterManagement We need to… Read more