I'm receiving the following error when I use the EDIReceive Pipeline in Microsoft BizTalk 2010:
There was a failure executing the receive pipeline:
"Microsoft.BizTalk.Edi.DefaultPipelines.EdiReceive, Microsoft.BizTalk.Edi.EdiPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Source: "EDI disassembler" Receive Port: "Receive 837P 5010" URI: "C:\EDI\5010InBound\837P\*.*"
Reason: Method not found: 'Void Microsoft.BizTalk.Edi.MessageCore.TransactionSetErrorInfo..ctor(Int32, System.String, System.String, Microsoft.BizTalk.Edi.MessageCore.EdiProcessingUnitErrorList, System.String)'
I'm assuming I'm missing some sort of required component but in my research I haven't turned anything up.
In Add/Remove Programs, do a Repair on the BizTalk Server installation, then reapply any CU's.
Related
---Exception---
Exception Type: System.Exception
Exception Message: Could not load file or assembly 'StatusUpdater, Version=1.0.0.2, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Operation is not supported.
We are not able to receive messages from SAP using WCF-SAP adapters on BizTalk Server 2013. The following is the error message
Error Description:
The adapter "WCF-SAP" raised an error message. Details "System.IO.FileNotFoundException: Could not load file or assembly 'sapnco, Version=3.0.0.42, Culture=neutral, PublicKeyToken=50436dca5c7f7d23' or one of its dependencies. The system cannot find the file specified.
File name: 'sapnco, Version=3.0.0.42, Culture=neutral, PublicKeyToken=50436dca5c7f7d23'
at Microsoft.Adapters.SAP.TypedIdocBodyWriter.Dispose()
at Microsoft.Adapters.SAP.SAPInboundCountractReply.CleanupAfterSendingResponseToSapForClassicRfc()
at Microsoft.Adapters.SAP.SAPInboundCountractReply.CleanupAfterSendingResponseToSap()
at Microsoft.Adapters.SAP.SAPInboundCountractReply.ReplyUsingClassicRfc(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc)
In the BizTalk Console Administration I often see exceptions like the following:
There was a failure executing the response(receive) pipeline: "[pipelineName], [BizTalk projectName], Version=1.0.0.0, Culture=neutral, PublicKeyToken=35805574d24305bf" Source: "Unknown " Send Port: "[sendPortName]" URI: "[sqlServerConnString]" Reason: Failed to get pipeline: [pipelineName], [BizTalk projectName], Version=1.0.0.0, Culture=neutral, PublicKeyToken=35805574d24305bf. Please verify that the pipeline strong name is correct and that the pipeline assembly is in the GAC.
I think the problem is how I deployed the pipeline and the project because I have developed my solution on a Virtual Machine (that have Visual Studio) and then I deployed my solution on another Virtual Machine (that does not have Visual Studio installed).
For the deploy I put the dll needed in a folder and then I added them from BizTalk Administration tool (Resources). Another strange thing I noticed is that in Resources I have:
[pipelineName], Version=1.0.0.0, Culture=netrual, PublicKeyToken=60cf10bb1a125a7
[BizTalk projectName], Version=1.0.0.0, Culture=netrual, PublicKeyToken=35805574d24305bf
I have no idea how to solve this issue. Can you help me?
Please check:
pipelineName is a pipeline inside the project (and the DLL)
[BizTalk projectName], Version=1.0.0.0, Culture=netrual, PublicKeyToken=35805574d24305bf
Your DLL have to be in the GAC, please check that the DLL is in the GAC, If not, add the DLL from BizTalk Administration tool (Resources) with "Add to the global assembly cache on add resource (gacutil)" option checked.
On resources you only need this:
[BizTalk projectName], Version=1.0.0.0, Culture=netrual, PublicKeyToken=35805574d24305bf
The other one ([pipelineName], Version=1.0.0.0, Culture=netrual, PublicKeyToken=60cf10bb1a125a7) is another DLL that you added to this BizTalk application.
You have to properly deploy the Pipeline Component Assembly.
This article explains the entire process: BizTalk Server: Deploying Custom Pipeline Components in BizTalk Server 2006 and Higher
I had to restart the associated hosts and the standard BizTalkServerApplication host to refresh the in-memory data.
Summary
We have been experiencing a rogue CurlException being thrown without a very meaningful stack trace in an dotnetcore 2 ASP.NET app. This seems to be sent to AI from the AI Dependency Tracking Module. It's really just an annoyance in our logs, because it surfaces in our code as an Http response message from HttpClient. Is this a bug in System.Net.Http where it's logging an exception when it shouldn't? Is there a way to disable this, other than by disabling all of dependency tracking?
Environment
.NET Core 2.1.4
Host: Ubuntu 16.04 (Xenial) on an Azure Scale Set
Exception info (from Application Insights)
problemId: System.Net.Http.CurlException at System.Net.Http.CurlHandler.ThrowIfCURLEError
type: System.Net.Http.CurlException
assembly: System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
method: ystem.Net.Http.CurlHandler.ThrowIfCURLEError
outerType: System.Net.Http.HttpRequestException
outerMessage: An error occurred while sending the request.
outerAssembly: System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
outerMethod: System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw
innermostType: System.Net.Http.CurlException
innermostMessage: Couldn't connect to server
parsed stack trace:
{"assembly":"System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a","method":"System.Net.Http.CurlHandler.ThrowIfCURLEError","level":0,"line":0}
{"assembly":"System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a","method":"System.Net.Http.CurlHandler+MultiAgent.FinishRequest","level":1,"line":0}
sdkVersion: rdddsc:2.5.0-33031
Getting Error in WCF Service. i converted project vs2010 to vs2013 and in WCF service reference showing below Error when run the project:
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Reference.svcmap: Could not load file or assembly 'Interop.FDBDIF32, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.