惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
Engineering at Meta
Engineering at Meta
D
DataBreaches.Net
月光博客
月光博客
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
U
Unit 42
腾讯CDC
爱范儿
爱范儿
J
Java Code Geeks
有赞技术团队
有赞技术团队
Blog — PlanetScale
Blog — PlanetScale
N
Netflix TechBlog - Medium
B
Blog
Stack Overflow Blog
Stack Overflow Blog
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Azure Blog
Microsoft Azure Blog
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

博客园 - №阿儒№

Inetinfo 进程 100%的解决方法 useless setTimeout call (missing quotes around argument?)解决方案 "invalid header field"解决方案 解决因为安装Lingoes 2.4后剪贴板无法正常工作的问题 FreeMarker学习 Extjs分页时遇上ivalid label的解决原理 UTF8与UTF8 without BOM之间的问题 - №阿儒№ [错误解决列表]解决异常信息 收集中 解决WEB页的中英文显示问题 [bug]Upload Excel File时碰到的问题 reporting service学习-- 配置文件 [bug]访问ASP.NET临时文件夹的权限问题 如何解决FTP上传文件时出现的"Access is denied"错误? - №阿儒№ SQL Server 2005 Reporting Services 初次使用感受 [bug]Server Application Unavailable VS 中最简单的部署方式XCOPY Link Server的语法 [Bug]:创建虚拟目录出现别名已经存在的解决方案 将HTML中的内容存入WORD
[bug]解决因系统问题无法连接MQ
№阿儒№ · 2006-08-09 · via 博客园 - №阿儒№
 

今天真是郁闷,在写一个监视MQ的程序时,老是无法连接上MQ。。。。

刚开始出现错误的大致信息如下:

Unable to load dll(amqxcs2.dll).晕了,这是啥DLL?查了下帮助才知道原来这个就MQ客户端安装时的DLL。。。当时想到的就是目录没有权限访问,然后便开始为目录加上权限,再次运行。。。还是有错误,大致如下。。。

Error in the application.

TestCase 'Dell.Apj.Ion.Transport.Nunits.TestWebsphereHelper.TestGetDepth'

failed: IBM.WMQ.MQException : Error in the application.

     at IBM.WMQ.MQQueueManager.Connect(String queueManagerName)

     at IBM.WMQ.MQQueueManager..ctor(String queueManagerName, String Channel, String ConnName)

然后又只能再次查资料~~~搞了半天,原来是因为MQCODEPAGE的关系,我们客户端的系统需要进行如下设置。

Start -- > setting -- > control panel à language options -- > advance

接下来在下拉列表中选择English就行了。。

重启电脑后,你会发现你能访问MQ~~~~~