question

MahavirPatil-0677 avatar image
0 Votes"
MahavirPatil-0677 asked

BizTalk 2020 Esb: Procedure or function Itinerary_getitinerary; expects parameter @name, which was not supplied.

I am routing the message using ESB.ItineraryServices.Generic.Response.WCF service. For this i used Microsoft.Practices.ESB application. Below are my configuration:

Receive location : ESB.ItineraryServices.Generic.Response.WCF default from Microsoft.Practices.ESB application.
Pipeline : ItinerarySelectReceiveXml and passthroug.

ItinerarySelectReceiveXml : ItineararyFactKey : Resolver.Itinerary
ItinerarySelectReceiveXml : Resolver Connetion String : BRI:\\policy=;useMsg=true;

And i am getting below error:

Procedure or function 'Itinerary_getitinerary' expects parameter '@name', which was not supplied.

Source: Microsoft.Practices.ESB.Resolver.ResolverMgr

Method: System.Collections.Generic.Dictionary`2[System.String,System.String] Resolve(Microsoft.Practices.ESB.Resolver.ResolverInfo, Microsoft.BizTalk.Message.Interop.IBaseMessage, Microsoft.BizTalk.Component.Interop.IPipelineContext)

Error Source: .Net SqlClient Data Provider

Error TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action])

biztalk-server
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers