How to resolve BizTalk error related MQ using MQSC adapter

对着背影说爱祢 提交于 2020-12-15 08:33:07

问题


Getting below in error. Orchestrion looking for MQ for message. Once message available in Queue orchestration will start process.

But getting below error.

Application: BTSNTSvc64.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.

Exception Info: System.AccessViolationException at .ImqQue.{dtor}(ImqQue) at .ImqQue.__vbaseDtor(ImqQue*) at .MQSeriesInputImplBase.WaitFor(MQSeriesInputImplBase*, Int32) at Microsoft.BizTalk.Adapter.Mqsc.MQSeriesInputTxn.WaitFor(Int32)
at Microsoft.BizTalk.Adapter.Mqsc.MqscReceiverTaskTxn.Listener() at Microsoft.BizTalk.Adapter.Mqsc.MqscReceiverTask.ThreadProc() at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)*

来源:https://stackoverflow.com/questions/64044825/how-to-resolve-biztalk-error-related-mq-using-mqsc-adapter

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!