|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Could not load file or assembly 'amqmdxcs, Version=6.0.0.0' |
« View previous topic :: View next topic » |
Author |
Message
|
jkfriends |
Posted: Fri Oct 09, 2009 6:30 am Post subject: Could not load file or assembly 'amqmdxcs, Version=6.0.0.0' |
|
|
Novice
Joined: 09 Oct 2009 Posts: 20
|
Hi, I'm new to C# MQ series API development and I'm trying to connect a remote host/queue manager/queue name to drop a XML message. When I get the MQManager object using this code, it has 2 different behavior:
Code: |
Hashtable properties = new Hashtable();
properties.Add(MQC.HOST_NAME_PROPERTY, env.Host);
properties.Add(MQC.CHANNEL_PROPERTY, env.ChannelName);
properties.Add(MQC.PORT_PROPERTY, env.Port);
MQQueueManager qm = new MQQueueManager(env.QueueManagerName, properties); |
On Windows-XP machine, this code works perfectly however on Vista, it throws up an error in the last line:
Quote: |
Could not load file or assembly 'amqmdxcs, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7a58d55a51981a15' or one of its dependencies. Either a required impersonation level was not provided, or the provided impersonation level is invalid. (Exception from HRESULT: 0x80070542) |
That assembly does exist on the VISTA machine as expected. I installed the latest MQ client 6.X on this PC.
What is the problem here and how come the same code works correctly on XP and not in Vista. Has anyone seen this problem before?
Please help me. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Oct 09, 2009 7:06 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Vista support is not enabled until MQv7. |
|
Back to top |
|
 |
jkfriends |
Posted: Fri Oct 09, 2009 7:39 am Post subject: |
|
|
Novice
Joined: 09 Oct 2009 Posts: 20
|
Ok - when is version 7 scheduled to be released? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Oct 09, 2009 7:48 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jkfriends wrote: |
Ok - when is version 7 scheduled to be released? |
It was released about a year ago. Speak to whoever runs your IBM account to obtain the upgrade. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jkfriends |
Posted: Fri Oct 09, 2009 8:48 am Post subject: |
|
|
Novice
Joined: 09 Oct 2009 Posts: 20
|
Is it available for download from the IBM site? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Oct 09, 2009 8:59 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jkfriends wrote: |
Is it available for download from the IBM site? |
Yes. Like I said, speak to whoever runs your IBM account to obtain the upgrade. Either by downloading it from the IBM site using the details supplied with your WMQ license or by ordering new media using the details supplied with your WMQ license.
I use "your" in the sense of "your site" of course. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|