Author |
Message |
Topic: CompCode = 2, ReasonCode = 2059...Help! |
smcgowan
Replies: 19 Views: 12278
|
Forum: IBM MQ API Support Posted: Thu Jul 13, 2006 6:47 am Subject: CompCode = 2, ReasonCode = 2059...Help! |
Hey there,
Yep lorentz was a typo - sorry You mention client and server libraries. I wish to connect using the server libraries. I still don't understand what the channel part of the MQSERVER v ... |
Topic: CompCode = 2, ReasonCode = 2059...Help! |
smcgowan
Replies: 19 Views: 12278
|
Forum: IBM MQ API Support Posted: Thu Jul 13, 2006 2:04 am Subject: CompCode = 2, ReasonCode = 2059...Help! |
Hi,
If you don't mind me asking, do you work for IBM?
Regards,
Sean |
Topic: CompCode = 2, ReasonCode = 2059...Help! |
smcgowan
Replies: 19 Views: 12278
|
Forum: IBM MQ API Support Posted: Wed Jul 12, 2006 6:41 am Subject: CompCode = 2, ReasonCode = 2059...Help! |
I wasn't very clear on it. As I said before, I'm a beginner at this. I set it as:
MQSERVER = TO.QM_lorentz/tcp/lorentz
TO.QM_lorentz is a channel that I set up in MQ Explorer but I don't underst ... |
Topic: CompCode = 2, ReasonCode = 2059...Help! |
smcgowan
Replies: 19 Views: 12278
|
Forum: IBM MQ API Support Posted: Wed Jul 12, 2006 6:26 am Subject: CompCode = 2, ReasonCode = 2059...Help! |
The comments of the code contained this:
'* ================================================ *'
'* Run-time error: CompCode = 2, Reason = 2059 *'
'* ==== ... |
Topic: CompCode = 2, ReasonCode = 2059...Help! |
smcgowan
Replies: 19 Views: 12278
|
Forum: IBM MQ API Support Posted: Wed Jul 12, 2006 6:18 am Subject: CompCode = 2, ReasonCode = 2059...Help! |
Just to clear something up, can you confirm what exactly you mean by client and server. My understanding of it is this:
WebSphere Client: An application that uses the WebSphere MQ API to connect wi ... |
Topic: CompCode = 2, ReasonCode = 2059...Help! |
smcgowan
Replies: 19 Views: 12278
|
Forum: IBM MQ API Support Posted: Wed Jul 12, 2006 6:01 am Subject: CompCode = 2, ReasonCode = 2059...Help! |
Excuse my spelling  |
Topic: CompCode = 2, ReasonCode = 2059...Help! |
smcgowan
Replies: 19 Views: 12278
|
Forum: IBM MQ API Support Posted: Wed Jul 12, 2006 5:59 am Subject: CompCode = 2, ReasonCode = 2059...Help! |
Excuess my ignorance but what exactly are these settings? I have a Queue Manager up and running in WebSphere MQ 6.0. Within this, I have a local queue called TEST.Q up and running. VB 6.0 and MQ 6.0 a ... |
Topic: CompCode = 2, ReasonCode = 2059...Help! |
smcgowan
Replies: 19 Views: 12278
|
Forum: IBM MQ API Support Posted: Wed Jul 12, 2006 5:14 am Subject: CompCode = 2, ReasonCode = 2059...Help! |
It's not a VB error, it's an MQ connection error. The ComCode and Reason are returned from the MQCONN and shown in a list box:
MQCONN "", gHcon, CompCode, Reason
cboAPIRC.AddItem "MQCONN: CompC ... |
Topic: CompCode = 2, ReasonCode = 2059...Help! |
smcgowan
Replies: 19 Views: 12278
|
Forum: IBM MQ API Support Posted: Wed Jul 12, 2006 5:07 am Subject: NEED HELP AGAIN!! |
Hi,
I'm working again with the VB 6.0 version of the MQPUT program. Sorry to confuse people I'm still getting the same problem as I originally posted in this thread. I'm getting Completion Code ... |
Topic: CompCode = 2, ReasonCode = 2059...Help! |
smcgowan
Replies: 19 Views: 12278
|
Forum: IBM MQ API Support Posted: Wed Jul 12, 2006 2:12 am Subject: Problem Solved |
I got it all sorted thanks a million. The project I was running had been upgraded from VB 6.0 to .NET. So I just got the .NET classes and used them from scratch it works fine now. Thanks for all your ... |
Topic: CompCode = 2, ReasonCode = 2059...Help! |
smcgowan
Replies: 19 Views: 12278
|
Forum: IBM MQ API Support Posted: Tue Jul 11, 2006 11:51 pm Subject: CompCode = 2, ReasonCode = 2059...Help! |
Hi there,
I have a simple VB app that uses the MQPUT call to place messages on a queue. I'm using VB Express 2005 with WebSphere MQ 6.0 Server (on the same machine). I wish to write to a queue with ... |
Topic: Visual Basic.NET MQPUT(...) Sample Code? |
smcgowan
Replies: 5 Views: 4549
|
Forum: IBM MQ API Support Posted: Tue Jul 11, 2006 7:04 am Subject: Visual Basic.NET MQPUT(...) Sample Code? |
Thanks for the reply...Yeah the .NET framework I'm using is version 2.0. By the looks of that other post you referenced, I may need to install .NET framework 1.1 as MQ doesn't support .NET 2.0.
Ho ... |
Topic: Visual Basic.NET MQPUT(...) Sample Code? |
smcgowan
Replies: 5 Views: 4549
|
Forum: IBM MQ API Support Posted: Tue Jul 11, 2006 6:38 am Subject: Version Info |
By the way, I'm using WebSphere MQ 6.0
The sample application originally ran in Visual Basic 6.0.
The .NET version I have is Visual Basic Express 2005 |
Topic: Visual Basic.NET MQPUT(...) Sample Code? |
smcgowan
Replies: 5 Views: 4549
|
Forum: IBM MQ API Support Posted: Tue Jul 11, 2006 6:17 am Subject: Visual Basic.NET MQPUT(...) Sample Code? |
Hi there,
I'm new to the MQ API. Does anybody have a sample VB.NET app that uses the MQPUT() call? I've tried upgrading the VB 6.0 sample app called "amqsputb.vbp" in Visual Basic Express 2005. The ... |