question

SrikanthRam-8643 avatar image
0 Votes"
SrikanthRam-8643 asked KamleshKumar commented

System.ArgumentNullException: Value cannot be null.

The adapter failed to transmit message going to send port "SendPort25" with URL "mssql://xxxxxxxxx". It will be retransmitted after the retry interval specified for this Send Port. Details:"System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.CreateChannelFactory[TChannel](IBaseMessage bizTalkMessage)
at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.InitializeValues(IBaseMessage message)
at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2..ctor(IBaseMessage message, WcfTransmitter`2 transmitter)
at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfTransmitter`2.GetClientFromCache(String spid, IBaseMessage message)
at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfAsyncBatch`2.BatchWorker(List`1 messages)".
BizTalk

biztalk-server
· 2
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.

How to execute stored procedure that returns response in BizTalk orchestration....
is there anyone , please help me out... I have tried all the ways to fix above issue but no luck.
what I am doing here is inserting order details into Orders table with help of stored proc.
for this I have created proc schema through Wizard ( with Consume Adapter Service ) while submitting file ,i'm getting above error

0 Votes 0 ·

Hi There,

Thank you for asking this question on the Microsoft Q&A Platform.

I would suggest checking the below Ms doc link to understand the basic about how to perform this,

Insert, update, delete, or select operations using BizTalk Server with the SQL adapter

Regards,
Kamlesh Kumar

If this answer solved your problem, please click the Verify Answer button (found below the answer) to help other users who have the same question.


0 Votes 0 ·

0 Answers