本文介绍了MQSeries“找不到接收位置”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我知道为什么会收到此错误消息(在应用程序事件日志中)? 


消息传递引擎无法找到URI的接收位置:"MQS://xxxx.datacenter.local/QTDEVQMGR/SomeQueueName"。\ 请验证接收位置是否存在并已启用。


上述每个错误似乎都有一个警告:


适配器"的MQSeries"提出了一条错误信息。详细信息"向BizTalk提交消息失败,并显示以下错误:'来自HRESULT的异常:0xC0C0164B'检查您的配置,特别是确保属性架构程序集(MQSeries.dll)没有卸载
。"。


当我禁用与此队列关联的ReceiveLocation时会发生这种情况。我想阻止大量数据涌入,这样我就可以测试其他一些bug。


谢谢,


Neal Walters

http://NealWalters.com




解决方案

Any idea why I would get this error message (in the Application Event Log)? 

The Messaging Engine could not find the receive location for URI:"MQS://xxxx.datacenter.local/QTDEVQMGR/SomeQueueName".\   Please verify the receive location exists and is enabled.

There seems to be one warning associated with each of the above errors:

The adapter "MQSeries" raised an error message. Details "The Submit message to BizTalk failed with the following error: 'Exception from HRESULT: 0xC0C0164B' Check your configuration, in particular make sure the property schema assembly (MQSeries.dll) has not been uninstalled.".

It happens when I disable the ReceiveLocation associated with this queue. I wanted to stop the flood of data from pouring in so I could test some other bugs.

Thanks,

Neal Walters
http://NealWalters.com

解决方案


这篇关于MQSeries“找不到接收位置”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-21 18:35