Today is really depressing. When I write a program that monitors MQ, I can't connect to MQ all the time ....
The general information about the initial error is as follows:
Unable to load DLL (amqxcs2.dll ).... Dizzy. What is this DLL? Check the help to find out the DLL that was originally installed on the MQ client... At that time, the idea was that the directory did not have the permission to access, and then started to add the permission to the directory and run it again... There are still errors, roughly as follows...
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)
Then you can only query the information again ~~~ After half a day, it turns out that the codePage of MQ is related, and the system of our client needs to perform the following settings.
Start --> setting --> Control Panel à language options --> advance
Select English from the drop-down list ..
After you restart your computer, you will find that you have access to MQ ~~~~~