Re: Message on dead letter queue

2003-07-09 Thread Reiss, William
Francios, The reason code is actually 0825 hex (swap the bytes, since least significant byte comes first) which converts to 2085. Bill Reiss CommerceQuest, Inc. -Original Message- From: F Vartan [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 3:41 PM To: [EMAIL PROTECTED] Hi

Re: Why no access to MQ classes in VB?

2003-03-06 Thread Reiss, William
Frank, In VB, when you create a new project, you need to go to the Project menu, and select References (or in VB.Net, select Add Reference and then the COM tab). Then click the checkbox for "IBM MQSeries Automation Classes for ActiveX". Once this is done, the classes will show up in the object bro

Re: MQMQ MsgID - valid characters

2002-11-20 Thread Reiss, William
Title: MQMQ MsgID - valid characters Ben,   The MsgId can indeed contain characters that are invalid XML. Typically when we have had a need to pass around a MsgId in XML, we will encode the entrire MsgId as base 16 or base 64. Hope this helps, Bill Reiss Developer CommerceQuest, Inc. Enabli

Re: FW: Reason Code 6125 for VB Application

2002-10-23 Thread Reiss, William
Title: FW: Reason Code 6125 for VB Application Linda,   Typically when I've run across this error it is because a previous failure isn't being handled, and then a put or get is performed against a queue that was not opened successfully.  You will get a more descriptive return code right after