ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » amqxcs2.dll

Post new topic  Reply to topic
 amqxcs2.dll « View previous topic :: View next topic » 
Author Message
madiba
PostPosted: Tue Nov 29, 2005 8:16 pm    Post subject: amqxcs2.dll Reply with quote

Novice

Joined: 14 Oct 2005
Posts: 23

I am new to MQ and I have written a small .NET web app that puts a message in an MQ queue for testing purposes. However it erros out giving the following error:

"Unable to find an entry point named xtr_getTraceStatus in DLL amqxcs2.dll."

The code is as follows:

String qmName = "STQM";
String purchasesQName = "LOCAL.STOCKPURCHASES";
String salesQName = "LOCAL.STOCKSALES";

MQQueueManager qmgr = new MQQueueManager(qmName);


int purchasesOptions
= MQC.MQOO_OUTPUT | MQC.MQOO_FAIL_IF_QUIESCING;
int salesOptions
= MQC.MQOO_INPUT_AS_Q_DEF | MQC.MQOO_FAIL_IF_QUIESCING;

MQQueue purchaseQ
= qmgr.AccessQueue(purchasesQName,purchasesOptions);

MQMessage msg = new MQMessage();
msg.WriteString("This is a test purchase!");
msg.CharacterSet = 1208;
purchaseQ.Put(msg);
purchaseQ.Close();


Any help will be greatly appreciated.

Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » amqxcs2.dll
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.